OpenRCT2/src/openrct2/ride
Karsten Van Fossan 137099a429
Close #18305: Move Translate3DTo2DWithZ() from Map.h into Viewport.h
Translate3DTo2DWithZ move to Viewport.h as suggested by ducanspumpkin and update references. Remove redundant function Translate3Dto2D.
2024-04-21 01:18:11 +02:00
..
coaster Fix #21731: previously-invisible 'alt' rides now visible 2024-04-18 22:29:52 +02:00
gentle Refactor track paint functions and available pieces in RTD 2024-03-30 00:33:35 +01:00
shops Refactor track paint functions and available pieces in RTD 2024-03-30 00:33:35 +01:00
thrill Refactor track paint functions and available pieces in RTD 2024-03-30 00:33:35 +01:00
transport Refactor track paint functions and available pieces in RTD 2024-03-30 00:33:35 +01:00
water Refactor track paint functions and available pieces in RTD 2024-03-30 00:33:35 +01:00
CableLift.cpp Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
CableLift.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
CarEntry.cpp Replace uint8's with EnumValue 2024-03-04 19:04:18 +00:00
CarEntry.h Change "ternary" to "tertiary" (#21582) 2024-03-11 08:42:54 -03:00
Ride.cpp Merge pull request #21681 from AaronVanGeffen/obj-list-refactor 2024-04-12 11:54:13 +02:00
Ride.h Default-initialise more members of Ride (#21694) 2024-03-31 00:12:24 +01:00
RideAudio.cpp Close #18305: Move Translate3DTo2DWithZ() from Map.h into Viewport.h 2024-04-21 01:18:11 +02:00
RideAudio.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
RideColour.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
RideConstruction.cpp Merge pull request #21645 from Gymnasiast/refactor/inverted-covered-handling-2 2024-04-03 17:30:14 +02:00
RideConstruction.h Refactor track paint functions and available pieces in RTD 2024-03-30 00:33:35 +01:00
RideData.cpp Fix #21731: previously-invisible 'alt' rides now visible 2024-04-18 22:29:52 +02:00
RideData.h Refactor track paint functions and available pieces in RTD 2024-03-30 00:33:35 +01:00
RideEntry.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
RideRatings.cpp Move gRideRatingUpdateStates to GameState_t 2024-03-06 17:54:40 +01:00
RideRatings.h Part of #21421: Replace define with constexpr (#21626) 2024-03-24 21:49:50 +00:00
RideTypes.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
ShopItem.cpp Move gSamePriceThroughoutPark to GameState_t 2024-03-06 17:54:31 +01:00
ShopItem.h Move gSamePriceThroughoutPark to GameState_t 2024-03-06 17:54:31 +01:00
Station.cpp Part of #21421: Replace define with constexpr (#21626) 2024-03-24 21:49:50 +00:00
Station.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
Track.cpp Part of #21421: Replace define with constexpr (#21626) 2024-03-24 21:49:50 +00:00
Track.h Part of #21421: Replace define with constexpr (#21626) 2024-03-24 21:49:50 +00:00
TrackData.cpp Part of #21421: Replace define with constexpr (#21626) 2024-03-24 21:49:50 +00:00
TrackData.h Create flag to allow building track segment partly underground 2024-02-20 19:14:01 +01:00
TrackDesign.cpp Close #18305: Move Translate3DTo2DWithZ() from Map.h into Viewport.h 2024-04-21 01:18:11 +02:00
TrackDesign.h Part of #21421: Replace define with constexpr (#21626) 2024-03-24 21:49:50 +00:00
TrackDesignRepository.cpp Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
TrackDesignRepository.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
TrackDesignSave.cpp Remove unnecessary arguments to TrackDesignSave{Add,Remove}TileElement 2024-02-13 23:31:09 +01:00
TrackPaint.cpp Fix #21832: Ghost Train in Haunted Harbour has missing pieces (#21856) 2024-04-21 00:01:55 +02:00
TrackPaint.h Split Lay-down RC track drawer 2024-03-30 00:33:35 +01:00
TrainManager.cpp Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
TrainManager.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
Vehicle.cpp Merge pull request #21745 from rik-smeets/fix-stuck-boat-hire 2024-04-10 12:16:38 +02:00
Vehicle.h Introduce BoatHireSubState enum 2024-04-10 07:58:36 +02:00
VehicleColour.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
VehicleData.cpp Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
VehicleData.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
VehiclePaint.cpp Replace gCurrentTicks with the one in GameState_t 2024-01-19 16:32:19 +02:00
VehiclePaint.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
VehicleRiderControl.cpp Part of #21421: replace define with constexpr (#21679) 2024-04-01 07:00:32 -03:00
VehicleSubpositionData.cpp Cleanup static_cast's 2024-03-06 10:28:45 +00:00
VehicleSubpositionData.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00