OpenRCT2/src/openrct2-ui/windows
duncanspumpkin b896f07687 Add PeepPickupAction
Move Guest and Staff pickup to the new game action. Rework the game
action so that only one game action is required for the two game
commands. Remove the final game command with a callback.
2019-06-20 19:34:02 +01:00
..
About.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Banner.cpp Fix narrowing and formatting 2019-05-02 17:47:01 +01:00
Changelog.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Cheats.cpp Implement SetCheatAction. (#8990) 2019-05-04 15:28:38 +02:00
ClearScenery.cpp Fix #9067 - Prices rendering in unlimited money game state 2019-04-20 18:10:15 +02:00
CustomCurrency.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
DebugPaint.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
DemolishRidePrompt.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Dropdown.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
EditorBottomToolbar.cpp Fix #9258: Rename SPRITE_LIST_NULL to ..._FREE (#9260) 2019-05-15 19:07:01 +02:00
EditorInventionsList.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
EditorMain.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
EditorObjectSelection.cpp Simplify boolean expresions 2019-05-10 22:00:38 +02:00
EditorObjectiveOptions.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
EditorScenarioOptions.cpp Implement ScenarioSetSetting game action 2019-05-14 21:46:27 +01:00
Error.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Finances.cpp Ensure finances window's months don't overflow (#8686) 2019-05-15 21:09:01 +02:00
Footpath.cpp Use a vector for map selection tiles 2019-04-04 19:23:44 +01:00
GameBottomToolbar.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Guest.cpp Add PeepPickupAction 2019-06-20 19:34:02 +01:00
GuestList.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
InstallTrack.cpp Fix #5103: OpenGL: ride track preview not rendered 2019-05-02 00:07:43 +00:00
Land.cpp Fix #9067 - Prices rendering in unlimited money game state 2019-04-20 18:10:15 +02:00
LandRights.cpp Add landset/buyrights action 2019-05-12 17:29:19 +01:00
LoadSave.cpp Fix #9132: System file browser cannot open SV4 files 2019-05-14 22:12:23 +02:00
Main.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Map.cpp Merge pull request #8427 from Mikroscopic/minimap-fix 2019-05-14 22:38:26 +02:00
MapGen.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
MapTooltip.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
MazeConstruction.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Multiplayer.cpp Fix formatting 2019-05-14 21:58:55 +02:00
MusicCredits.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Network.cpp Update copyright. 2019-02-07 18:50:58 +01:00
NetworkStatus.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
NewCampaign.cpp Create ShopItemDescriptor 2019-04-26 20:25:11 +02:00
NewRide.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
News.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
NewsOptions.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
ObjectLoadError.cpp Apply better guards for download queueing (#8864) 2019-03-26 22:46:08 +00:00
Options.cpp Add transparency setting to options window 2019-06-09 11:03:01 +02:00
Park.cpp Use empty() for vectors; clean up bool comparisons (#9118) 2019-04-20 20:39:47 +02:00
Player.cpp Implement Modify Group and Kick Player Actions. 2019-05-14 21:58:55 +02:00
Research.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Ride.cpp #9295 Refactor rct_vehcile->status to rct_vehicle::SetState() (#9329) 2019-06-09 15:45:56 +01:00
RideConstruction.cpp Merge pull request #9321 from aw20368/fix/8723-use-rotate_map_coordinates 2019-06-08 07:52:52 +01:00
RideList.cpp Port more functions to Ride struct (#9119) 2019-04-20 22:22:39 +02:00
SavePrompt.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Scenery.cpp Add suffix constant to avoid shifting too many bits (#9389) 2019-06-09 11:35:42 +02:00
ServerList.cpp Colour local servers as green 2019-05-12 01:05:11 +01:00
ServerStart.cpp Fix disable network / disable http builds 2019-05-12 00:51:33 +01:00
ShortcutKeyChange.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
ShortcutKeys.cpp Add scenery picker shortcut 2019-03-24 22:45:42 +01:00
Sign.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Staff.cpp Add PeepPickupAction 2019-06-20 19:34:02 +01:00
StaffFirePrompt.cpp Merge #8898 branch 'staff_ga' into game_actions 2019-03-18 20:00:34 +00:00
StaffList.cpp Merge #8898 branch 'staff_ga' into game_actions 2019-03-18 20:00:34 +00:00
TextInput.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Themes.cpp Fix #7045: Theme window's colour pickers not drawn properly on OpenGL 2019-05-20 19:47:26 +01:00
TileInspector.cpp Refactor to use CoordsXY 2019-06-20 18:53:30 +01:00
TitleCommandEditor.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
TitleEditor.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
TitleExit.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
TitleLogo.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
TitleMenu.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
TitleOptions.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
TitleScenarioSelect.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Tooltip.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
TopToolbar.cpp Implement SetCheatAction. (#8990) 2019-05-04 15:28:38 +02:00
TrackDesignManage.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
TrackDesignPlace.cpp Rework flags 2019-04-04 19:23:44 +01:00
TrackList.cpp Fix #5103: OpenGL: ride track preview not rendered 2019-05-02 00:07:43 +00:00
ViewClipping.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Viewport.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Water.cpp Fix #9067 - Prices rendering in unlimited money game state 2019-04-20 18:10:15 +02:00
Window.h Fix disable network / disable http builds 2019-05-12 00:51:33 +01:00