OpenRCT2/src/openrct2/ride
Ted John 7dc170ef85 Use shared_ptr for long-life objects
Use unique_ptr and shared_ptr for IContext, IPlatformEnvironment, IUiContext, and IAudioContext.
2018-05-11 20:37:48 +01:00
..
coaster Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00
gentle Seperate surface tile element 2018-05-01 16:33:16 +02:00
shops Remove rotation argument from sub_98199C 2018-02-17 13:11:07 +01:00
thrill Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00
transport Start refactoring pathfinding to use tileCoords 2018-05-05 11:42:34 +01:00
water Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00
CableLift.cpp Fix travis errors. Revert mistaken rename. 2018-04-11 18:16:23 +01:00
CableLift.h Remove almost every extern C block 2018-02-05 16:20:15 +01:00
MusicList.cpp Fix MSVC 2018-01-18 22:59:30 +00:00
MusicList.h Fix MSVC 2018-01-18 22:59:30 +00:00
Ride.cpp Make more global functions part of rct_peep 2018-05-05 11:42:43 +01:00
Ride.h Fix #7436: Only the first 32 vehicles of a train can be painted 2018-04-26 10:33:54 +02:00
RideData.cpp Implement #7377: Allow for six 6-seater cars on the Wooden RC 2018-04-30 20:37:11 +02:00
RideData.h Remove and replace C typedefs 2018-02-14 09:42:26 +01:00
RideGroupManager.cpp Make Ride Groups more C++-like 2018-05-07 20:18:06 +02:00
RideGroupManager.h Make Ride Groups more C++-like 2018-05-07 20:18:06 +02:00
RideRatings.cpp Start refactoring pathfinding to use tileCoords 2018-05-05 11:42:34 +01:00
RideRatings.h Remove and replace C typedefs 2018-02-14 09:42:26 +01:00
Station.cpp Replace tile_element_get_type() with struct method 2018-05-02 19:27:04 +02:00
Station.h Reduce header inclusion 2018-03-13 13:14:02 +01:00
Track.cpp Prepare tunnel door support 2018-05-10 09:39:33 +02:00
Track.h Prepare tunnel door support 2018-05-10 09:39:33 +02:00
TrackData.cpp Add large half loops to the Vertical Drop Roller Coaster 2018-03-25 16:32:06 +02:00
TrackData.h Remove and replace C typedefs 2018-02-14 09:42:26 +01:00
TrackDataOld.cpp Use const and constexpr whenever possible. 2018-01-11 22:29:08 +01:00
TrackDesign.cpp Display flat rides correctly in previews 2018-05-10 20:54:53 +02:00
TrackDesign.h Use enum type that guarantee to support its values 2018-04-24 16:51:42 +02:00
TrackDesignRepository.cpp Use shared_ptr for long-life objects 2018-05-11 20:37:48 +01:00
TrackDesignRepository.h Use shared_ptr for long-life objects 2018-05-11 20:37:48 +01:00
TrackDesignSave.cpp Display flat rides correctly in previews 2018-05-10 20:54:53 +02:00
TrackPaint.cpp Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00
TrackPaint.h Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00
Vehicle.cpp Merge pull request #7404 from OpenRCT2/peep 2018-05-08 20:22:39 +01:00
Vehicle.h Use enum type that guarantee to support its values 2018-04-24 16:51:42 +02:00
VehicleData.cpp Use const and constexpr whenever possible. 2018-01-11 22:29:08 +01:00
VehicleData.h Remove and replace C typedefs 2018-02-14 09:42:26 +01:00
VehiclePaint.cpp Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00
VehiclePaint.h Delete unused function arguments or mark them so (#7426) 2018-04-20 13:56:37 +02:00