Commit Graph

23415 Commits

Author SHA1 Message Date
autofire372 d76a21551a
Fix #17381: wrong stat penalty on APVC
Co-authored-by: duncanspumpkin <duncanspumpkin@users.noreply.github.com>
2022-06-13 18:31:26 +00:00
frutiemax 9c796816a1
Add DesignCreateMode field to the RTD (#16987) 2022-06-13 08:39:37 -03:00
OpenRCT2 git bot faa5a41f5a Merge Localisation/master into OpenRCT2/develop 2022-06-13 04:14:11 +00:00
Hielke Morsink b0ffa9d28e
Add missing includes to VehicleEntry.h (#17376) 2022-06-11 13:48:57 -03:00
OpenRCT2 git bot f9360f5ea5 Merge Localisation/master into OpenRCT2/develop 2022-06-11 04:04:23 +00:00
Hielke Morsink f57da4a2e8
Fix a few inconsistent quote usages 2022-06-10 23:37:31 +02:00
MaxMallon f178163fe9
Don't Reset the weather when converting a save to scenario 2022-06-10 09:56:55 +02:00
Sadret 6b29d03475
Fix #17346: Surface height markers are concealed by surface sprites. (#17345) 2022-06-09 20:05:27 +01:00
Sadret 1c7c4c14c2
Add tertiary colour for large scenery to plugin API (#17314)
Add tertiaryColour to ScTileElement.
2022-06-09 20:03:32 +01:00
OpenRCT2 git bot f91f9bcd83 Merge Localisation/master into OpenRCT2/develop 2022-06-09 04:08:49 +00:00
Duncan f0949284c4
Editor Bottom Toolbar Window class (#17358)
* Move EditorBottomToolbar to window class

* Minor refactoring

* Further refactoring

* keep compilers happy
2022-06-08 20:54:03 +01:00
Michael Steenbeek a0f5493575
Merge pull request #17353 from duncanspumpkin/intWindRefact
Refactor a couple internal Window member variables
2022-06-08 21:42:44 +02:00
OpenRCT2 git bot a1db9176b6 Merge Localisation/master into OpenRCT2/develop 2022-06-08 04:10:04 +00:00
Tulio Leao 84a041e4a8
Merge pull request #17361 from IntelOrca/fix-ogg-freeze
Fix deadlock in AudioChannel and loop ride music
2022-06-07 21:59:35 -03:00
Ted John cd6e718c6f Update changelog for #17217 2022-06-08 00:39:06 +01:00
Ted John dda5402644 Allow ride music to loop seamlessly without reload 2022-06-08 00:28:57 +01:00
Ted John 704e68a9b4 Fix deadlock due to ogg stream prematurely ending 2022-06-08 00:28:44 +01:00
duncanspumpkin d521327072 use consistent style 2022-06-07 22:35:06 +01:00
duncanspumpkin 249eaa989e Refactor sign internal variables 2022-06-07 22:35:06 +01:00
duncanspumpkin 8fb91c93aa Remove unused news_variables 2022-06-07 22:35:06 +01:00
duncanspumpkin 3dba3984bf Remove map_variables 2022-06-07 22:35:06 +01:00
Michael Steenbeek 3fae2413db
Use “car” instead of the ambiguous “vehicle”, part 1
Currently, the word “vehicle” is used for both “train” and “car”. This is a first effort towards disambiguation.
2022-06-07 20:36:20 +00:00
Michael Steenbeek 7cc2b02b7c
Remove openrct2.exe
Since 2016, this was only used by Testpaint to allow calling into original RCT2 functions. Now Testpaint has been removed, this can go too.
Pointed out by @IntelOrca on https://github.com/OpenRCT2/OpenRCT2/pull/17333 .
2022-06-07 20:30:20 +00:00
Ted John dcab9d4c9c
Merge pull request #17217 from IntelOrca/flac-support
Add optional support for streaming FLAC and OGG/vorbis audio.

Galaxy style from OpenMusic is over 40 MiB in wav. FLAC gets it down to about 27 MiB and OGG/vorbis can get it down to just 1.36 MiB. I think vorbis should be our primary format for distributing OpenRCT2 assets due to its low size, but FLAC is available for those who want higher quality assets.
2022-06-07 21:16:39 +01:00
Duncan 5bae48e505
Fix auto positioning 2022-06-07 14:09:18 +00:00
Duncan bde81c1d34
Move MainWindow into window class (#17351) 2022-06-07 12:06:57 +01:00
Duncan a73df7e376
Remove Editor Main (#17348)
* Remove editor main window

* Remove editor main completely

* Update src/openrct2/Editor.cpp

Co-authored-by: Hielke Morsink <hielke.morsink@gmail.com>

Co-authored-by: Hielke Morsink <hielke.morsink@gmail.com>
2022-06-07 08:26:58 +01:00
OpenRCT2 git bot 10ad0598e7 Merge Localisation/master into OpenRCT2/develop 2022-06-07 04:07:10 +00:00
Ted John 5be41b65f4 Fix flac decoding 2022-06-06 23:41:15 +01:00
Ted John 03d7bb0995 Removed unused variable 2022-06-06 23:41:15 +01:00
Ted John fe2e054f53 Undo change to Drawing.String.cpp 2022-06-06 23:41:15 +01:00
Ted John af2db16914 Disable flac and vorbis for bionic builds 2022-06-06 23:41:15 +01:00
Ted John 29d7c8217f Fix cmake file syntax error 2022-06-06 23:41:15 +01:00
Ted John 33b3a8f725 Use v33 of dependencies 2022-06-06 23:41:15 +01:00
Ted John dc47f4296f Add way of disabling flac and vorbis support 2022-06-06 23:41:14 +01:00
Ted John d493563f7e Fix windows builds 2022-06-06 23:41:14 +01:00
Ted John 95661f4df2 Refactor audio sources 2022-06-06 23:41:14 +01:00
Ted John 274bd921b3 Add ogg vorbis support 2022-06-06 23:41:14 +01:00
Ted John 73ac7954f1 Add flac support 2022-06-06 23:41:14 +01:00
Karst 5478553f7d
Update Shields in Readme 2022-06-06 19:52:47 +00:00
frutiemax 0791b221e5
Add MusicUpdateFunction field to RTD 2022-06-06 21:00:16 +02:00
X123M3-256 4b11a4fc6a
Remove incorrect flags from alpine coaster (#17347) 2022-06-06 20:10:56 +02:00
Michael Steenbeek 88b3e88bdd
Remove Testpaint (#17333)
TestPaint served us well, but it hasn’t compiled for years, and before that it produced incorrect results for years.
2022-06-06 10:07:07 +02:00
OpenRCT2 git bot e9c749d69b Merge Localisation/master into OpenRCT2/develop 2022-06-06 04:08:45 +00:00
Michael Steenbeek 3243183680
Fix #17187: Text input window does not resize correctly
window_set_resize() already invalidates, so no need to call it twice.

Co-authored-by: guljam <guljam@users.noreply.github.com>
2022-06-06 00:11:29 +02:00
Michael Steenbeek 60659f4a27
Fix #17337: APVC trains not imported properly when loading RCT1 parks 2022-06-05 23:19:35 +02:00
Sadret 29bcd0dee9
Fix #17335: plugin docs now show correct type for PixelData 'data' attribute 2022-06-05 21:05:51 +02:00
Hielke Morsink d1d1a8507b
Merge pull request #17328 2022-06-05 18:41:57 +02:00
Hielke Morsink 5592e88ea7
Add changelog entry 2022-06-05 09:53:25 +02:00
Hielke Morsink 6d04e21518
Make map size spinners in mapgen window functional 2022-06-05 09:49:40 +02:00