1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 19:43:06 +01:00
Commit Graph

24263 Commits

Author SHA1 Message Date
Gymnasiast
a516dc507e Replace str_is_null_or_empty() with String::IsNullOrEmpty() 2023-01-08 16:19:18 +01:00
Gymnasiast
24247e9c6b Migrate server setting getters to u8string 2023-01-08 16:19:18 +01:00
Michael Steenbeek
0fa0e16872 Merge pull request #19077 from Gymnasiast/refactor/cpp-in-config-reader
Migrate remaining C strings in config handling
2023-01-08 16:15:16 +01:00
Gymnasiast
2f097e99c9 Replace strcasestr() with String::Contains() 2023-01-08 15:41:11 +01:00
Gymnasiast
aa01e21a55 Remove unused strcicmp() 2023-01-08 15:41:11 +01:00
Gymnasiast
6b922eea4a Remove unused safe_strtrunc() 2023-01-08 15:41:11 +01:00
Gymnasiast
41cc3fd563 Remove now-unused _strdup() define 2023-01-08 15:41:10 +01:00
Gymnasiast
b6d422ff95 Migrate remaining C strings in config handling 2023-01-08 15:41:10 +01:00
Michael Steenbeek
18d9e72173 Change _GBP to money64, migrate a few usages to money64 as well 2023-01-08 15:10:22 +01:00
Michael Steenbeek
438c0f642b Add #11473 to changelog 2023-01-08 14:19:14 +01:00
Umar Ahmed
960a989d05 Close #11473: Implement FileWatcher for macOS 2023-01-08 14:18:13 +01:00
OpenRCT2 git bot
f5043183f7 Merge Localisation/master into OpenRCT2/develop 2023-01-08 04:02:21 +00:00
spacek531
c82c4ca3a3 Load object version into a tuple 2023-01-07 23:25:39 +01:00
mdbckrtn
a0b4f1b2d2 Close #18998: Refactor MiniGolfPaintUtil7C 2023-01-07 20:09:29 +01:00
Stephan Spengler
142c2a2446 Fix mistake in #19018: change mapChangeSize to mapchangesize 2023-01-07 13:36:31 +00:00
Michael Steenbeek
412bf8f8be Use ride references instead of pointers 2023-01-07 14:02:18 +01:00
Michael Steenbeek
6017983e8f Merge pull request #19070 from Gymnasiast/remove-unused
Remove some unused/obsolete things
2023-01-07 12:04:29 +01:00
Gymnasiast
1f3e74b48a Remove obsolete ride_get_track_colour()
This was useful before the fields of Ride were rearranged to actually be a TrackColour struct.
2023-01-07 02:51:58 +01:00
Gymnasiast
aae204c7d1 Remove declaration of GuestHasValidXY() 2023-01-07 02:49:36 +01:00
Michael Steenbeek
d1ab1dad97 Merge pull request #19018 from Sadret/rename_actions
rename actions to fit naming pattern
2023-01-06 23:18:00 +01:00
Stephan Spengler
bfcf66a8f7 Rename ParkSetEntranceFee to fit naming pattern 2023-01-06 22:57:18 +01:00
Stephan Spengler
f8ab17749d Rename CheatSetAction to fit naming pattern 2023-01-06 22:57:15 +01:00
Stephan Spengler
32dd535044 Rename MapChangeSizeAction to fit naming pattern 2023-01-06 22:57:11 +01:00
Stephan Spengler
c5805eaae6 Rename FootpathPlaceFromTrack to FootpathLayoutPlace (#19028) 2023-01-06 22:56:12 +01:00
AuraSpecs
51582e3ab0 Add special thanks lines to About window 2023-01-06 22:44:32 +01:00
Stephan Spengler
8495dbf6a5 Fix type mistake introduced by #18428 (#19057) 2023-01-06 12:33:36 -03:00
Nehemiah Negussie
eeb5c58238 Fix #18971: New Game does not prompt for save before quitting (#19046)
Co-authored-by: Tulio Leao <tupaschoal@gmail.com>
2023-01-06 08:56:46 -03:00
Michael Steenbeek
52fffb96cb Fix #19053: MazeConstruction window does not open (#19060) 2023-01-06 08:10:09 -03:00
Henry Cheng
bf986e43c6 Fix #18970: Trying to load a non-park save will now display context error (#19007)
Fix https://github.com/OpenRCT2/OpenRCT2/issues/18970
2023-01-06 08:05:04 -03:00
Stephan Spengler
2e9d06fabe Rename FootpathPlaceFromTrack to FootpathLayoutPlace (#19028) 2023-01-05 06:39:15 -03:00
Gymnasiast
ee5540c359 Add changelog entry for fr-CA
ostie de tabernak
2023-01-04 21:51:53 +01:00
Michael Steenbeek
c202fd3ced Merge pull request #19023 from Gymnasiast/refactor/18945
Close #18945: Allow languages to fall back to more than just en-GB
2023-01-04 20:32:28 +01:00
Gymnasiast
f4f6bfd5c5 Add Canadian French 2023-01-04 20:03:27 +01:00
Gymnasiast
784b7d9fcc Apply review requests from @tupaschoal 2023-01-04 19:43:31 +01:00
Gymnasiast
43988aa50f Allow cascaded fallback languages 2023-01-04 19:25:03 +01:00
Gymnasiast
08270d7d31 Close #18945: Allow languages to fall back to more than just en-GB 2023-01-04 19:25:03 +01:00
Gymnasiast
94b8928dcd Change loaded languages to a vector 2023-01-04 19:25:03 +01:00
Michael Steenbeek
2e27f63f08 Merge pull request #19036 from Gymnasiast/refactor/construction-bits-3
Small cleanups for the Construction window
2023-01-04 13:32:38 +01:00
OpenRCT2 git bot
6441e64a4a Merge Localisation/master into OpenRCT2/develop 2023-01-04 09:14:34 +01:00
Gymnasiast
a27b717ebd Small Construction window cleanup 2023-01-03 23:22:10 +01:00
Gymnasiast
5b2c5d77ff WindowRideConstructionOpen: use constants for window width/height 2023-01-03 23:22:10 +01:00
Gymnasiast
4b34bbcf7c Use TrackTypeIsHelix() in construction window 2023-01-03 23:22:10 +01:00
Gymnasiast
53fcad8d76 Create TrackTypeIsHelix() 2023-01-03 23:22:10 +01:00
Gymnasiast
fc08cf98ed Fix type of StartTrackPiece 2023-01-03 23:22:10 +01:00
Stephan Spengler
815d349a2a Fix: park loan is clamped to a 32-bit integer 2023-01-03 11:20:32 +01:00
Stephan Spengler
9f0449efd9 Change name of variable spriteId of type EntityId to entityId 2023-01-03 11:19:47 +01:00
73
bf3cc83a7a Allow 4 active awards for more than 1 month at a time 2023-01-02 19:38:29 +00:00
James103
73738bbdc8 Replace 2022 with 2023 in copyright headers
Replace all instances of the year 2022 with 2023 in all copyright headers
2023-01-01 11:58:01 +01:00
Michael Steenbeek
4b11398781 Merge pull request #18931 from Gymnasiast/refactor/image-id-3
Part of #18124: more ImageId refactors
2022-12-31 15:42:55 +01:00
Gymnasiast
38f7c2a159 Allow using ImageId in widgets directly 2022-12-31 15:18:22 +01:00