Hielke Morsink
|
0762fcb601
|
Rename snake_case functions in OpenRCT2/util folder
|
2023-01-18 22:44:13 +01:00 |
|
Hielke Morsink
|
2c224cfd53
|
Rename snake_case functions in OpenRCT2/network folder (#19203)
|
2023-01-18 06:05:53 +00:00 |
|
Hielke Morsink
|
917c091e6b
|
Rename snake_case functions in OpenRCT2/marketing folder
|
2023-01-17 23:13:39 +00:00 |
|
Duncan
|
5ee79fe65b
|
Address all snake_case functions in ui/scripting
|
2023-01-17 23:50:27 +01:00 |
|
Duncan
|
09611cd9a5
|
Remove snake_case from OpenRCT2/entity folder
|
2023-01-17 21:16:36 +00:00 |
|
Michael Steenbeek
|
12874f2af7
|
Replace format_string(4) with OpenRCT2::FormatStringLegacy() (#19190)
Co-authored-by: duncanspumpkin <duncans_pumpkin@hotmail.co.uk>
|
2023-01-17 21:56:30 +01:00 |
|
Michael Steenbeek
|
d6f58c2f1f
|
Merge pull request #19194 from Gymnasiast/refactor/sub-loc
Rename sub_ and loc_ functions
|
2023-01-17 21:29:04 +01:00 |
|
Michael Steenbeek
|
bb55c6ce66
|
Remove loadsasnakes (#19192)
* Rename snake_case methods in scenario folder
* Rename snake_case methods in title folder
* Rename snake_case methods in object folder
* Rename snake_case methods in platform folder
* Rename snake_case methods in windows folder
* Rename tile_inspector.h to TileInspectorGlobals.h
* Rename snake_case methods in ui/windows folder
|
2023-01-17 19:46:55 +00:00 |
|
Gymnasiast
|
b3ddb509e3
|
Rename ride_construct_new
|
2023-01-17 19:14:58 +01:00 |
|
Gymnasiast
|
3cc2d94b1b
|
Rename sub_ and loc_ functions
|
2023-01-17 19:05:14 +01:00 |
|
Stephan Spengler
|
31ea968480
|
Change openrct2/ride methods to UpperCamelCase, part 2
|
2023-01-17 17:42:29 +01:00 |
|
Hielke Morsink
|
6b7dc8fcdb
|
Rename snake_case functions in openrct2/src folder
Co-authored-by: duncanspumpkin <duncans_pumpkin@hotmail.co.uk>
|
2023-01-17 13:24:51 +01:00 |
|
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
|
11e28b5262
|
Remove snake_case in cmdline folder
|
2023-01-16 22:20:41 +01: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 |
|
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 |
|
Gymnasiast
|
8d659a5e2f
|
Pass rct_ride_entry as reference
|
2023-01-11 17:35:01 +01: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 |
|
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
|
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
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
Gymnasiast
|
38f7c2a159
|
Allow using ImageId in widgets directly
|
2022-12-31 15:18:22 +01:00 |
|
Gymnasiast
|
162b01204d
|
Rename rct_widget to Widget
|
2022-12-31 15:18:22 +01:00 |
|
Gymnasiast
|
b97ee766d5
|
Refactor out IMAGE_TYPE_REMAP from widgets
|
2022-12-31 15:16:07 +01:00 |
|
Michael Steenbeek
|
246980d45d
|
Merge pull request #18408 from Broxzier/refactor/13778-loadsave-window
Refactor LoadSaveWindow to class
|
2022-12-31 14:54:49 +01:00 |
|