OpenRCT2/src/openrct2/actions
Michael Steenbeek 5407ba2d55
Close #22014: Change crossingMode to a strong enum (#22020)
2024-05-12 07:46:32 +01:00
..
BalloonPressAction.cpp Use "X not found for Y" message style 2024-03-30 17:12:54 +01:00
BalloonPressAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
BannerPlaceAction.cpp Use specific error stringIDs 2024-03-30 17:12:54 +01:00
BannerPlaceAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
BannerRemoveAction.cpp Remove redundant word ("index. index = %u") 2024-03-30 17:12:53 +01:00
BannerRemoveAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
BannerSetColourAction.cpp Add `STR_ERR_INVALID_COLOUR` 2024-03-30 17:15:14 +01:00
BannerSetColourAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
BannerSetNameAction.cpp Use specific error stringIDs 2024-03-30 17:12:54 +01:00
BannerSetNameAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
BannerSetStyleAction.cpp Fix #21591: Banner text colors are not working properly (#21709) 2024-04-02 19:06:58 +03:00
BannerSetStyleAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
CheatSetAction.cpp Introduce Config namespace and struct 2024-05-10 12:10:21 +02:00
CheatSetAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
ClearAction.cpp Reduce `<algorithm>` include (#21947) 2024-05-01 13:47:27 +02:00
ClearAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
ClimateSetAction.cpp Use specific error stringIDs 2024-03-30 17:12:54 +01:00
ClimateSetAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
CustomAction.cpp Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
CustomAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
FootpathAdditionPlaceAction.cpp Close #21974: No reason specified when attempting to place path additions on junctions 2024-05-09 12:45:33 +00:00
FootpathAdditionPlaceAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
FootpathAdditionRemoveAction.cpp Use specific error stringIDs 2024-03-30 17:12:54 +01:00
FootpathAdditionRemoveAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
FootpathLayoutPlaceAction.cpp Close #22014: Change crossingMode to a strong enum (#22020) 2024-05-12 07:46:32 +01:00
FootpathLayoutPlaceAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
FootpathPlaceAction.cpp Close #22014: Change crossingMode to a strong enum (#22020) 2024-05-12 07:46:32 +01:00
FootpathPlaceAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
FootpathRemoveAction.cpp Use specific error stringIDs 2024-03-30 17:12:54 +01:00
FootpathRemoveAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
GameAction.cpp Reduce `<algorithm>` include (#21947) 2024-05-01 13:47:27 +02:00
GameAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
GameActionRegistry.cpp Create game actions and UI for restricted scenery 2024-02-28 20:38:43 +01:00
GameActionResult.cpp Reduce `<algorithm>` include (#21947) 2024-05-01 13:47:27 +02:00
GameActionResult.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
GameSetSpeedAction.cpp Introduce Config namespace and struct 2024-05-10 12:10:21 +02:00
GameSetSpeedAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
GuestSetFlagsAction.cpp Use "X not found for Y" message style 2024-03-30 17:12:54 +01:00
GuestSetFlagsAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
GuestSetNameAction.cpp Use specific error stringIDs 2024-03-30 17:12:54 +01:00
GuestSetNameAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
LandBuyRightsAction.cpp Move Park into namespace, add other park-related things to struct 2024-04-04 18:14:27 +02:00
LandBuyRightsAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
LandLowerAction.cpp Rename SURFACE_STYLE_FLAG_RAISE_OR_LOWER_BASE_HEIGHT 2024-05-10 20:42:12 +02:00
LandLowerAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
LandRaiseAction.cpp Rename SURFACE_STYLE_FLAG_RAISE_OR_LOWER_BASE_HEIGHT 2024-05-10 20:42:12 +02:00
LandRaiseAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
LandSetHeightAction.cpp Close #22014: Change crossingMode to a strong enum (#22020) 2024-05-12 07:46:32 +01:00
LandSetHeightAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
LandSetRightsAction.cpp Move Park into namespace, add other park-related things to struct 2024-04-04 18:14:27 +02:00
LandSetRightsAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
LandSmoothAction.cpp Rename SURFACE_STYLE_FLAG_RAISE_OR_LOWER_BASE_HEIGHT 2024-05-10 20:42:12 +02:00
LandSmoothAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
LargeSceneryPlaceAction.cpp Close #22014: Change crossingMode to a strong enum (#22020) 2024-05-12 07:46:32 +01:00
LargeSceneryPlaceAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
LargeSceneryRemoveAction.cpp Move Park into namespace, add other park-related things to struct 2024-04-04 18:14:27 +02:00
LargeSceneryRemoveAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
LargeScenerySetColourAction.cpp Use `if... else if` 2024-03-30 17:15:17 +01:00
LargeScenerySetColourAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
LoadOrQuitAction.cpp Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
LoadOrQuitAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
MapChangeSizeAction.cpp Move Park into namespace, add other park-related things to struct 2024-04-04 18:14:27 +02:00
MapChangeSizeAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
MazePlaceTrackAction.cpp Add `LOG_ERROR` calls 2024-03-30 17:12:54 +01:00
MazePlaceTrackAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
MazeSetTrackAction.cpp Use specific error stringIDs 2024-03-30 17:12:54 +01:00
MazeSetTrackAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
NetworkModifyGroupAction.cpp Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
NetworkModifyGroupAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
ParkEntrancePlaceAction.cpp Move Park into namespace, add other park-related things to struct 2024-04-04 18:14:27 +02:00
ParkEntrancePlaceAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
ParkEntranceRemoveAction.cpp Move Park into namespace, add other park-related things to struct 2024-04-04 18:14:27 +02:00
ParkEntranceRemoveAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
ParkMarketingAction.cpp Move Park into namespace, add other park-related things to struct 2024-04-04 18:14:27 +02:00
ParkMarketingAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
ParkSetDateAction.cpp Move Date to GameState_t 2024-04-04 18:12:08 +02:00
ParkSetDateAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
ParkSetEntranceFeeAction.cpp Move Park into namespace, add other park-related things to struct 2024-04-04 18:14:27 +02:00
ParkSetEntranceFeeAction.h Replace Macros and Notation in Cheats.h, common.h and Context.h. (#21437) 2024-02-23 19:30:35 -03:00
ParkSetLoanAction.cpp Move gBankLoan and gBankLoanInterestRate to GameState_t 2024-02-19 04:42:44 -05:00
ParkSetLoanAction.h Replace Macros and Notation in Cheats.h, common.h and Context.h. (#21437) 2024-02-23 19:30:35 -03:00
ParkSetNameAction.cpp Remove Config.h include from many places 2024-05-08 22:29:32 +02:00
ParkSetNameAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
ParkSetParameterAction.cpp Move Park into namespace, add other park-related things to struct 2024-04-04 18:14:27 +02:00
ParkSetParameterAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
ParkSetResearchFundingAction.cpp Add `LOG_ERROR` calls 2024-03-30 17:12:54 +01:00
ParkSetResearchFundingAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
PauseToggleAction.cpp Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
PauseToggleAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
PeepPickupAction.cpp Improve messages for default case in switch stmt 2024-03-30 17:12:54 +01:00
PeepPickupAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
PeepSpawnPlaceAction.cpp Use specific error stringIDs 2024-03-30 17:12:54 +01:00
PeepSpawnPlaceAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
PlayerKickAction.cpp Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
PlayerKickAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
PlayerSetGroupAction.cpp Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
PlayerSetGroupAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
ResultWithMessage.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
RideCreateAction.cpp Reduce `<algorithm>` include (#21947) 2024-05-01 13:47:27 +02:00
RideCreateAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
RideDemolishAction.cpp Move Park into namespace, add other park-related things to struct 2024-04-04 18:14:27 +02:00
RideDemolishAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
RideEntranceExitPlaceAction.cpp Use specific error stringIDs 2024-03-30 17:12:54 +01:00
RideEntranceExitPlaceAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
RideEntranceExitRemoveAction.cpp General cleanup of existing error messages 2024-03-30 17:12:54 +01:00
RideEntranceExitRemoveAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
RideFreezeRatingAction.cpp Change "invalid game command" messages 2024-03-30 17:12:54 +01:00
RideFreezeRatingAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
RideSetAppearanceAction.cpp Add `STR_ERR_INVALID_COLOUR` 2024-03-30 17:15:14 +01:00
RideSetAppearanceAction.h Change "ternary" to "tertiary" (#21582) 2024-03-11 08:42:54 -03:00
RideSetColourSchemeAction.cpp Use `STR_OFF_EDGE_OF_MAP` when !LocationValid() 2024-01-24 23:27:34 -08:00
RideSetColourSchemeAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
RideSetNameAction.cpp Use `STR_ERR_RIDE_NOT_FOUND` when `ride==nullptr` 2024-03-30 17:12:54 +01:00
RideSetNameAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
RideSetPriceAction.cpp Change "invalid game command" messages 2024-03-30 17:12:54 +01:00
RideSetPriceAction.h Replace Macros and Notation in Cheats.h, common.h and Context.h. (#21437) 2024-02-23 19:30:35 -03:00
RideSetSettingAction.cpp Use specific error stringIDs 2024-03-30 17:12:54 +01:00
RideSetSettingAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
RideSetStatusAction.cpp Improve messages for default case in switch stmt 2024-03-30 17:12:54 +01:00
RideSetStatusAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
RideSetVehicleAction.cpp Add `STR_ERR_INVALID_COLOUR` 2024-03-30 17:15:14 +01:00
RideSetVehicleAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
ScenarioSetSettingAction.cpp Reduce `<algorithm>` include (#21947) 2024-05-01 13:47:27 +02:00
ScenarioSetSettingAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
ScenerySetRestrictedAction.cpp Create game actions and UI for restricted scenery 2024-02-28 20:38:43 +01:00
ScenerySetRestrictedAction.h Create game actions and UI for restricted scenery 2024-02-28 20:38:43 +01:00
SignSetNameAction.cpp Change "invalid game command" messages 2024-03-30 17:12:54 +01:00
SignSetNameAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
SignSetStyleAction.cpp Use "X not found for Y" message style 2024-03-30 17:12:54 +01:00
SignSetStyleAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
SmallSceneryPlaceAction.cpp Close #22014: Change crossingMode to a strong enum (#22020) 2024-05-12 07:46:32 +01:00
SmallSceneryPlaceAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
SmallSceneryRemoveAction.cpp Move Park into namespace, add other park-related things to struct 2024-04-04 18:14:27 +02:00
SmallSceneryRemoveAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
SmallScenerySetColourAction.cpp Move cheats to struct in GameState_t 2024-03-03 22:44:15 +01:00
SmallScenerySetColourAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
StaffFireAction.cpp Use "X not found for Y" message style 2024-03-30 17:12:54 +01:00
StaffFireAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
StaffHireNewAction.cpp Rename PeepData to PeepAnimationData 2024-04-21 22:54:10 +02:00
StaffHireNewAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
StaffSetColourAction.cpp Add `LOG_ERROR` calls 2024-03-30 17:12:54 +01:00
StaffSetColourAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
StaffSetCostumeAction.cpp Add `LOG_ERROR` calls 2024-03-30 17:12:54 +01:00
StaffSetCostumeAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
StaffSetNameAction.cpp Use specific error stringIDs 2024-03-30 17:12:54 +01:00
StaffSetNameAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
StaffSetOrdersAction.cpp Add `LOG_ERROR` calls 2024-03-30 17:12:54 +01:00
StaffSetOrdersAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
StaffSetPatrolAreaAction.cpp Use "X not found for Y" message style 2024-03-30 17:12:54 +01:00
StaffSetPatrolAreaAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
SurfaceSetStyleAction.cpp Move Park into namespace, add other park-related things to struct 2024-04-04 18:14:27 +02:00
SurfaceSetStyleAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
TileModifyAction.cpp Expose “animation is backwards” flag in Tile Inspector 2024-04-12 18:08:34 +00:00
TileModifyAction.h Expose “animation is backwards” flag in Tile Inspector 2024-04-12 18:08:34 +00:00
TrackDesignAction.cpp Use `STR_ERR_RIDE_NOT_FOUND` when `ride==nullptr` 2024-03-30 17:12:54 +01:00
TrackDesignAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
TrackPlaceAction.cpp Close #22014: Change crossingMode to a strong enum (#22020) 2024-05-12 07:46:32 +01:00
TrackPlaceAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
TrackRemoveAction.cpp Use specific error stringIDs 2024-03-30 17:12:54 +01:00
TrackRemoveAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
TrackSetBrakeSpeedAction.cpp Create kMaximumBrakeSpeed 2024-04-30 13:39:49 +02:00
TrackSetBrakeSpeedAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
WallPlaceAction.cpp Refactor slope flags 2024-05-10 20:16:07 +02:00
WallPlaceAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
WallRemoveAction.cpp Move cheats to struct in GameState_t 2024-03-03 22:44:15 +01:00
WallRemoveAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
WallSetColourAction.cpp Use `if... else if` 2024-03-30 17:15:17 +01:00
WallSetColourAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
WaterLowerAction.cpp Move cheats to struct in GameState_t 2024-03-03 22:44:15 +01:00
WaterLowerAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
WaterRaiseAction.cpp Move cheats to struct in GameState_t 2024-03-03 22:44:15 +01:00
WaterRaiseAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
WaterSetHeightAction.cpp Move Park into namespace, add other park-related things to struct 2024-04-04 18:14:27 +02:00
WaterSetHeightAction.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00