Michael Steenbeek
bf5f7e8e71
Rename format_string(2) and is_user_string_id() ( #19178 )
...
Co-authored-by: duncanspumpkin <duncans_pumpkin@hotmail.co.uk >
2023-01-17 08:59:07 +00:00
Stephan Spengler
76b918e7ed
Change openrct2/ride methods to UpperCamelCase, part 1
2023-01-17 01:32:54 +01:00
Michael Steenbeek
b4480b344e
Rename snake_case functions from localisation folder
2023-01-16 23:12:35 +00:00
Duncan
8504c8d05e
Finish Removing snake_case from Drawing Methods
2023-01-16 22:31:34 +00:00
Gymnasiast
5309c80e29
Remove snake_case in interface folder
2023-01-16 22:20:41 +01:00
Gymnasiast
28edbf9116
Remove snake_case in core folder
2023-01-16 22:20:41 +01:00
Gymnasiast
11e28b5262
Remove snake_case in cmdline folder
2023-01-16 22:20:41 +01:00
Stephan Spengler
ceb9aee1a7
Rename action functions to UpperCamelCase
2023-01-16 21:16:29 +00:00
Hielke Morsink
6dafbbfb65
Rename global window functions to TitleCase ( #19167 )
2023-01-16 20:13:42 +00:00
Duncan
7f5934cc95
Remove snake_case from second chunk of Drawing ( #19166 )
2023-01-16 18:52:17 +00:00
Duncan
8a8d3105f3
Remove snake_case from first chunk of Drawing ( #19164 )
...
* Remove snake_case from first chunk of Drawing
* Address formatting
2023-01-16 13:50:43 +00:00
Stephan Spengler
0d8924c6b0
Fix: park loan is clamped to a 32-bit integer ( #19025 )
2023-01-15 20:54:55 +00:00
Basssiiie
b15a6e843a
[Plugin] Wrap callback arguments for custom game actions in event arguments object, fix issue with unloading multiplayer plugins ( #19091 )
...
* Wrap custom game action arguments in event args object
* Update Typescript declaration, documentation and changelog
* Pass custom game action by value and remove log messages
2023-01-15 20:52:23 +00:00
Michael Steenbeek
f2b4d9dcf6
Fix #14003 : NPE in TryReconnectBoatToTrack()
2023-01-14 22:21:03 +00:00
AuraSpecs
ecf1bd7300
Close #18975 : Create 60 degree lift sprites for the Wooden RC
2023-01-14 19:57:42 +01:00
Michael Steenbeek
3b207b5d5b
Fix #19136 : SV6 saves with RCT1 paths not imported correctly
2023-01-14 17:52:41 +01:00
Gymnasiast
5c916bbaea
Create a Contributors window instead of a tab
2023-01-14 00:57:16 +01:00
karst
43bcd2cf07
Add tab to About window to show contributors.md
...
Co-authored-by: Gymnasiast <m.o.steenbeek@gmail.com >
2023-01-14 00:56:20 +01:00
zzril
f9649795a0
Fix #19112 : Search filter in does not properly clear
...
Co-authored-by: Josh Trzebiatowski <trzejos@users.noreply.github.com >
2023-01-13 23:40:19 +01:00
Stephan Spengler
9c6032bb36
Fix: GameActionResult does not comply to API specification
2023-01-12 22:14:52 +01:00
Hielke Morsink
b1bf62177f
Merge pull request #19119
2023-01-12 19:32:59 +01:00
Duncan
d8cb15bd50
Remove fixed sizes from legacy structs
2023-01-11 23:34:12 +01:00
Gymnasiast
1f0d0d1529
Move CarEntrySetImageMaxSizes() to CarEntry.cpp
2023-01-11 18:11:49 +01:00
Gymnasiast
b4d5ac640b
Create CarEntry.cpp
2023-01-11 18:02:15 +01:00
Gymnasiast
06e31f968d
Rename VehicleEntry.h to CarEntry.h
2023-01-11 17:58:51 +01:00
Gymnasiast
d47f5d380f
Pass CarEntry as a ref in a few functions
2023-01-11 17:57:40 +01:00
Gymnasiast
ac2e0dd1bf
Pass Ride as ref in more places
2023-01-11 17:42:35 +01:00
Gymnasiast
8d659a5e2f
Pass rct_ride_entry as reference
2023-01-11 17:35:01 +01:00
Michael Steenbeek
f68b705f9f
Remove malloc in LanguagePack.cpp ( #19111 )
2023-01-10 23:18:13 +00:00
Tulio Leao
07d5f73f5d
Fix bitwise operation between different enumeration types
...
On C++20 doing bitwise operation between different enumeration types
is deprecated.
2023-01-10 22:48:06 +00:00
Michael Steenbeek
3c6f93a98a
Merge pull request #19087 from Gymnasiast/refactor/cpp-in-config-reader-2
...
More C string cleanup
2023-01-10 22:27:03 +01:00
Chris Dolan
16729c2b61
Close #19032 : Use RAII for crash registration when loading park file ( #19100 )
...
Co-authored-by: Christopher G. Dolan <cgdolan@users.noreply.github.com >
2023-01-10 17:27:40 -03:00
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
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
Umar Ahmed
960a989d05
Close #11473 : Implement FileWatcher for macOS
2023-01-08 14:18:13 +01: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
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
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