OpenRCT2/src/openrct2/ride
Michael Steenbeek a4d11d82e8
Merge pull request #21113 from spacek531/track/replace-track-paint-scheme-enum
Refactor track and supports colours in PaintSessionCore
2023-12-26 14:13:48 +01:00
..
coaster Add secondary colour to supports scheme 2023-12-23 17:13:27 -08:00
gentle replace TrackColours array with two ImageId values 2023-12-23 17:01:56 -08:00
shops replace TrackColours array with two ImageId values 2023-12-23 17:01:56 -08:00
thrill replace TrackColours array with two ImageId values 2023-12-23 17:01:56 -08:00
transport replace TrackColours array with two ImageId values 2023-12-23 17:01:56 -08:00
water replace TrackColours array with two ImageId values 2023-12-23 17:01:56 -08:00
CableLift.cpp Move Direction out and rename it to Orientation to avoid name conflict 2023-04-07 22:46:25 +03:00
CableLift.h Change openrct2/ride methods to UpperCamelCase, part 1 2023-01-17 01:32:54 +01:00
CarEntry.cpp Use dpi ref in misc drawing folder places 2023-04-11 22:57:25 +01:00
CarEntry.h Remove 13k dynamic initializer by changing SpriteGroupNames type 2023-11-25 16:22:45 +02:00
Ride.cpp Fix #5677: Balloons pass through the ground and objects (#20483) 2023-12-26 08:28:19 -03:00
Ride.h Fix #5677: Balloons pass through the ground and objects (#20483) 2023-12-26 08:28:19 -03:00
RideAudio.cpp Close #19214: Use consistent casing for RC and RCT (#19230) 2023-01-20 08:19:14 +00:00
RideAudio.h Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
RideColour.h Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
RideConstruction.cpp Diagonal Brakes and Block Brakes 2023-10-01 18:58:03 -07:00
RideConstruction.h Diagonal Brakes and Block Brakes 2023-10-01 18:58:03 -07:00
RideData.cpp Remove const qualifier from constexpr statements 2023-06-24 11:45:26 +02:00
RideData.h Split up drawing functions for covered track elements 2023-12-10 15:11:46 +01:00
RideEntry.h Allow shops and stalls to set their own clearances 2023-02-14 00:52:21 +01:00
RideRatings.cpp Add ratings modifier for reversed trains (#20091) 2023-05-06 02:40:41 +03:00
RideRatings.h Refactor Ride Ratings 2023-04-29 22:03:25 +02:00
RideTypes.h Spin off Object Type into standalone header (#19278) 2023-01-26 21:39:20 +00:00
ShopItem.cpp Replace remaining usages of money16, money32 (#19469) 2023-03-02 21:55:42 +00:00
ShopItem.h Replace remaining usages of money16, money32 (#19469) 2023-03-02 21:55:42 +00:00
Station.cpp Vehicle/rename update flags (#19363) 2023-02-12 22:32:16 +00:00
Station.h Change openrct2/ride methods to UpperCamelCase, part 1 2023-01-17 01:32:54 +01:00
Track.cpp Split up drawing functions for covered track elements 2023-12-10 15:11:46 +01:00
Track.h Split up drawing functions for covered track elements 2023-12-10 15:11:46 +01:00
TrackData.cpp Diagonal Brakes and Block Brakes 2023-10-01 18:58:03 -07:00
TrackData.h Remove const qualifier from constexpr statements 2023-06-24 11:45:26 +02:00
TrackDesign.cpp Fix #5677: Balloons pass through the ground and objects (#20483) 2023-12-26 08:28:19 -03:00
TrackDesign.h Refactor in-memory track design element (#21010) 2023-12-02 14:43:03 -03:00
TrackDesignRepository.cpp Replace Equals with IEquals where appropriate 2023-07-05 23:14:05 +03:00
TrackDesignRepository.h Change openrct2/ride methods to UpperCamelCase, part 1 2023-01-17 01:32:54 +01:00
TrackDesignSave.cpp ObjectEntry Cleanup. FootpathItem, SceneryGroup, Water, LargeScenery (#19385) 2023-02-15 21:35:16 +00:00
TrackPaint.cpp Add secondary colour to supports scheme 2023-12-23 17:13:27 -08:00
TrackPaint.h replace TrackColours array with two ImageId values 2023-12-23 17:01:56 -08:00
TrainManager.cpp Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
TrainManager.h Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
Vehicle.cpp Replace TrackElemType::Booster reference with TrackTypeIsBooster() (#21044) 2023-12-06 08:18:41 -03:00
Vehicle.h Remove const qualifier from constexpr statements 2023-06-24 11:45:26 +02:00
VehicleColour.h Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
VehicleData.cpp Remove const qualifier from constexpr statements 2023-06-24 11:45:26 +02:00
VehicleData.h Rename snake_case Class names (Remaining Bits) (#19237) 2023-01-21 19:57:17 +00:00
VehiclePaint.cpp Wrap bank_rotation access in GetPaintBankRotation 2023-07-06 00:00:20 +02:00
VehiclePaint.h Rename snake_case Class names (Remaining Bits) (#19237) 2023-01-21 19:57:17 +00:00
VehicleRiderControl.cpp Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
VehicleSubpositionData.cpp Diagonal Brakes and Block Brakes 2023-10-01 18:58:03 -07:00
VehicleSubpositionData.h Rename snake_case Class names (Remaining Bits) (#19237) 2023-01-21 19:57:17 +00:00