spacek531
|
df0edc92d0
|
Vehicle/rename update flags (#19363)
* rename VEHICLE_UPDATE_FLAG_ON_LIFT_HILL
* rename VEHICLE_UPDATE_FLAG_COLLISION_DISABLED
* rename VEHICLE_UPDATE_FLAG_WAIT_ON_ADJACENT
* rename VEHICLE_UPDATE_FLAG_REVERSING_SHUTTLE
* rename VEHICLE_UPDATE_FLAG_READY_DEPART
* rename VEHICLE_UPDATE_FLAG_TESTING
* rename VEHICLE_UPDATE_FLAG_6
* rename VEHICLE_UPDATE_FLAG_ZERO_VELOCITY
* rename VEHICLE_UPDATE_FLAG_BROKEN_CAR
* rename VEHICLE_UPDATE_FLAG_BROKEN_TRAIN
* rename VEHICLE_UPDATE_FLAG_ON_BRAKE_FOR_DROP
* rename VEHICLE_UPDATE_FLAG_USE_INVERTED_SPRITES
* rename VEHICLE_UPDATE_FLAG_12
* rename VEHICLE_UPDATE_FLAG_ROTATION_OFF_WILD_MOUSE
* rename VEHICLE_UPDATE_FLAG_SINGLE_CAR_POSITION
* rename VEHICLE_UPDATE_FLAG_CRASHED
* name flag 12 to Reverse Incline Completed Lap
* name flag 6 to Currently Colliding
* fix formatting
* rename has/clear/set update flag
* fix formatting again
* move to namespace constexpr
* fix formatting
* the one that got away
|
2023-02-12 22:32:16 +00:00 |
|
ζeh Matt
|
bf9efc7f84
|
Rename some variables
|
2023-02-05 17:52:47 +02:00 |
|
ζeh Matt
|
a2a06d6dde
|
Return const RideObjectEntry*, refactor uses and fix related access
|
2023-02-05 17:36:37 +02:00 |
|
ζeh Matt
|
2f8e208a9d
|
Refactor sprite_index to Id
|
2023-01-27 19:21:57 +02:00 |
|
Duncan
|
e09f27df3c
|
Rename snake_case Class names (Remaining Bits) (#19237)
* Rename snake_case Class names
* Clang format
* Fix build issues
|
2023-01-21 19:57:17 +00:00 |
|
Michael Steenbeek
|
09b1074d08
|
Merge pull request #19234 from Gymnasiast/objects-138
Objects v1.3.8 + fix #474: Mini Golf window allows selecting nonexistent players
|
2023-01-21 15:41:21 +01:00 |
|
Duncan
|
7d08372c80
|
Remove snake_case from Class names OpenRCT2/Ride*-S* (#19232)
* Remove snake_case from Class names OpenRCT2/Ride*-S*
* Clang format
|
2023-01-20 20:58:55 +00:00 |
|
Gymnasiast
|
eb5fe27495
|
Fix #474: Mini Golf window allows selecting nonexistent players
|
2023-01-20 13:24:16 +01:00 |
|
Duncan
|
23b6d1840e
|
Rename classes with snakes OpenRCT2/G*-M*
|
2023-01-19 15:13:23 +00:00 |
|
Duncan
|
859b071ddc
|
Rename classes with snakes OpenRCT2/A*-F* (#19215)
* Rename classes with snakes OpenRCT2/A*-F*
* Clang format files
|
2023-01-19 08:16:44 +00: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 |
|
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 |
|
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 |
|
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 |
|
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
|
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 |
|
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
|
a4f7ca4682
|
Refactor ride_construct() to RideConstructionStart()
|
2022-12-17 17:16:34 +01:00 |
|
Spacek531
|
742294a86f
|
Add HasMessage() method to ResultWithMessage
|
2022-12-14 22:56:43 +01:00 |
|
Spacek531
|
d03f5e594e
|
Refactor track design creation return message
|
2022-12-14 22:56:43 +01:00 |
|
frutiemax
|
6d804f5323
|
Add RIDE_TYPE_FLAG_IS_MAZE
|
2022-12-14 14:21:21 +01:00 |
|
Gymnasiast
|
ca3dc801ce
|
Properly display "0 cars per train"
|
2022-12-11 23:03:47 +01:00 |
|
Gymnasiast
|
174d638d1d
|
Fix #6341: “Unlock vehicle limits” doesn’t work for setting fewer cpt
|
2022-12-11 23:00:51 +01:00 |
|
Michael Steenbeek
|
4281914c73
|
Fix #18653: Negative ratings multipliers do not appear in Vehicle tab
|
2022-11-24 20:42:25 +00:00 |
|
Michael Steenbeek
|
9855ff5cac
|
Fix spelling of *_COLOR_* constants
|
2022-11-23 18:42:14 +00:00 |
|
Duncan
|
482971710d
|
Apply code style to context functions
|
2022-11-06 21:49:07 +01:00 |
|
Michael Steenbeek
|
27f3a3a796
|
Create function to resize window frame
|
2022-11-06 10:29:40 +01:00 |
|
73
|
643d79b700
|
Changed ride vehicle list to have less padding (#18350)
Co-authored-by: Rik Smeets <30838294+rik-smeets@users.noreply.github.com>
|
2022-11-05 13:43:15 +01:00 |
|
Hielke Morsink
|
31dd4bf604
|
Use lower-case u integral suffix
|
2022-10-29 16:33:05 +02:00 |
|
Gymnasiast
|
14f9a75e0a
|
Refactor FontSpriteBase and font size into FontStyle
|
2022-10-19 11:59:26 +02:00 |
|
Hielke Morsink
|
abac080d3e
|
Rename public general config data members
|
2022-10-16 21:46:01 +02:00 |
|
Duncan
|
406b73d904
|
Remove final snakes from map and world (#18304)
|
2022-10-12 09:14:45 -03:00 |
|
Michael Steenbeek
|
6fe19878f6
|
More ImageId cleanup (#18258)
* Remove more usages of uint32 image indices
* Remove unused gfx_get_sprite_size()
* Remove uint32 images from text drawing
* Remove now-unused ImageId overload
* Default-initialise ttfRunIndex
* Suppress false-alarm GCC error
|
2022-10-10 19:42:40 +01:00 |
|
Duncan
|
5dba30778d
|
Code style: Remove more snakes from the park, maphelper, scenery. (#18222)
|
2022-10-08 06:56:17 -03:00 |
|
Michael Steenbeek
|
99e13e023e
|
Name unknown_15 window event as ScrollSelect
Co-authored-by: leoleotte <leoleotte@users.noreply.github.com>
|
2022-10-05 21:59:20 +02:00 |
|
73
|
8c3ff1bfa8
|
Replace Transparancy with Transparency
|
2022-10-04 18:28:15 +02:00 |
|
73
|
b9e677945d
|
Replace 20XX with 2022 (#18158)
* Replace 2020 with 2022
Replace all 2020 headers with 2022
* replace other years with 2022
add missing years
|
2022-10-01 08:42:14 +01:00 |
|