OpenRCT2/src/openrct2/ride
Duncan b6175bb556
Apply regex for PaintAddIMageAsParentRotated (#16775)
* Apply regex for PaintAddIMageAsParentRotated

* Remove unused function
2022-03-11 13:36:55 +00:00
..
coaster Apply regex for PaintAddIMageAsParentRotated (#16775) 2022-03-11 13:36:55 +00:00
gentle Rename IsPassedSurface to PassedSurface and cleanup values 2022-02-25 01:21:36 +02:00
shops refactor ride track groups to use new bitset 2021-12-23 02:17:57 -08:00
thrill Introduce EntityId and refactor everything 2022-02-16 18:56:39 +02:00
transport Apply regex for PaintAddIMageAsParentRotated (#16775) 2022-03-11 13:36:55 +00:00
water Apply regex for PaintAddIMageAsParentRotated (#16775) 2022-03-11 13:36:55 +00:00
CableLift.cpp rename vehicle position variables (#15370) 2022-02-25 07:21:45 +00:00
CableLift.h Start splitting up ride.h (#16011) 2021-11-26 15:03:14 +00:00
Ride.cpp Replace all 'cars_per_flat_ride' 0xFF with 'NoFlatRideCars' 2022-03-04 20:21:15 +01:00
Ride.h Rename VAR_CE and its unions (#16215) 2022-02-20 23:20:06 -03:00
RideAudio.cpp Close #15896: Refactor out the ZoomLevel operators 2022-02-26 23:14:59 +01:00
RideAudio.h Move ride audio into own namespace 2021-01-27 18:45:28 +00:00
RideColour.h Remove vehicle_colour and replace references to VehicleColour (#16055) 2021-11-29 22:04:31 +00:00
RideConstruction.cpp Remove entrance/exit location functions 2022-02-18 23:28:17 +02:00
RideConstruction.h Fix all uses of RideId 2022-02-12 18:11:18 +02:00
RideData.cpp Fix flying RC track availability 2022-01-16 13:14:27 +01:00
RideData.h refactor ride track groups to use new bitset 2021-12-23 02:17:57 -08:00
RideEntry.h Replace all 'cars_per_flat_ride' 0xFF with 'NoFlatRideCars' 2022-03-04 20:21:15 +01:00
RideRatings.cpp Close #14484: Make the Heartline Twister ratings less hateful (#16680) 2022-02-23 11:24:02 +01:00
RideRatings.h Rename ride_id_t to RideId 2022-02-12 18:11:18 +02:00
RideTypes.h Use RideId::GetNull and RideId::IsNull over constant 2022-02-12 18:11:18 +02:00
ShopItem.cpp Move Staff/Guest/Peep to entity 2021-11-26 18:26:19 +02:00
ShopItem.h Fix includes 2021-11-24 16:48:33 +02:00
Station.cpp Rename VAR_CE and its unions (#16215) 2022-02-20 23:20:06 -03:00
Station.h Remove entrance/exit location functions 2022-02-18 23:28:17 +02:00
Track.cpp Make stations a private std::array and use getters for access 2022-02-18 23:21:35 +02:00
Track.h Rename ride_id_t to RideId 2022-02-12 18:11:18 +02:00
TrackData.cpp Initialize track data table at compile time 2022-02-02 21:10:32 +02:00
TrackData.h Initialize track data table at compile time 2022-02-02 21:10:32 +02:00
TrackDesign.cpp Rename flag and reorg ghost remove flags (#16734) 2022-02-27 22:39:55 +00:00
TrackDesign.h Fix all uses of RideId 2022-02-12 18:11:18 +02:00
TrackDesignRepository.cpp Rename track design functions to PascalCase 2021-10-29 02:06:59 +03:00
TrackDesignRepository.h Create definitions for u8string and u8string_view 2022-01-25 16:41:45 +01:00
TrackDesignSave.cpp Use RideId::GetNull and RideId::IsNull over constant 2022-02-12 18:11:18 +02:00
TrackPaint.cpp Rename IsPassedSurface to PassedSurface and cleanup values 2022-02-25 01:21:36 +02:00
TrackPaint.h Pass paint_session as reference 2021-12-19 14:48:00 +00:00
TrainManager.cpp Adjust includes 2021-11-26 21:01:44 +02:00
TrainManager.h Introduce EntityId and refactor everything 2022-02-16 18:56:39 +02:00
Vehicle.cpp Close #15896: Refactor out the ZoomLevel operators 2022-02-26 23:14:59 +01:00
Vehicle.h rename vehicle position variables (#15370) 2022-02-25 07:21:45 +00:00
VehicleColour.h Change include guards 2021-02-25 10:56:27 +01:00
VehicleData.cpp rename vehicle position variables (#15370) 2022-02-25 07:21:45 +00:00
VehicleData.h rename vehicle position variables (#15370) 2022-02-25 07:21:45 +00:00
VehicleEntry.h Use uint32_t in more places 2021-12-30 12:27:43 +01:00
VehiclePaint.cpp Pass paint_session as reference 2021-12-19 14:48:00 +00:00
VehiclePaint.h Pass paint_session as reference 2021-12-19 14:48:00 +00:00
VehicleSubpositionData.cpp Add constants for golf flags (#15072) 2021-08-25 11:08:57 +01:00
VehicleSubpositionData.h Reduce inclusion of Vehicle.h 2021-02-25 10:56:27 +01:00