OpenRCT2/src/openrct2-ui/windows
Matt 2053ecb688
Refactor window_scroll_to_viewport to use rct_window::ScrollToViewport
2019-08-11 17:22:00 +02:00
..
About.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Banner.cpp Add nullptr checks for get_ride in libopenrct2ui (#9795) 2019-08-09 08:06:25 +01:00
Changelog.cpp Rename ToUtf16 to ToWideChar 2019-07-22 23:44:03 +01: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 Fix compile errors and ride entry null edge case 2019-07-29 19:18:16 +01: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 Fix compile errors 2019-08-04 17:47:16 +01:00
EditorMain.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
EditorObjectSelection.cpp Use enum class for RCT2_SOUND (#9618) 2019-07-22 19:02:45 +01:00
EditorObjectiveOptions.cpp Add nullptr checks for get_ride in libopenrct2ui (#9795) 2019-08-09 08:06:25 +01:00
EditorScenarioOptions.cpp Implement ScenarioSetSetting game action 2019-05-14 21:46:27 +01:00
Error.cpp Use enum class for RCT2_SOUND (#9618) 2019-07-22 19:02:45 +01:00
Finances.cpp Fix openrct2ui errors 2019-07-29 19:18:16 +01:00
Footpath.cpp Use enum class for RCT2_SOUND (#9618) 2019-07-22 19:02:45 +01:00
GameBottomToolbar.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Guest.cpp Refactor window_scroll_to_viewport to use rct_window::ScrollToViewport 2019-08-11 17:22:00 +02:00
GuestList.cpp Do not use user strings for peep names 2019-07-29 19:18:16 +01:00
InstallTrack.cpp Fix code and clang format. Delete dead code. 2019-08-09 20:43:02 +01: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 Link everything together 2019-08-09 20:40:35 +01:00
Main.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Map.cpp Add nullptr checks for get_ride in libopenrct2ui (#9795) 2019-08-09 08:06:25 +01: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 Add nullptr checks for more instances of get_ride (#9819) 2019-08-09 14:20:59 +01: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 Add nullptr checks for get_ride in libopenrct2ui (#9795) 2019-08-09 08:06:25 +01:00
NewRide.cpp Fix #9680: invalid-read in ride_entry_get_supported_track_pieces (#9681) 2019-08-03 19:55:24 +02:00
News.cpp Use enum class for RCT2_SOUND (#9618) 2019-07-22 19:02:45 +01:00
NewsOptions.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
ObjectLoadError.cpp Fix #9502: Unhandled exception when object download fails (#9696) 2019-08-01 14:51:52 +02:00
Options.cpp #9285 Add feature to remember scernario tab 2019-06-21 12:54:49 -04:00
Park.cpp Refactor window_scroll_to_viewport to use rct_window::ScrollToViewport 2019-08-11 17:22:00 +02:00
Player.cpp Remove user strings 2019-07-29 20:01:37 +01:00
Research.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Ride.cpp Refactor window_scroll_to_viewport to use rct_window::ScrollToViewport 2019-08-11 17:22:00 +02:00
RideConstruction.cpp Add nullptr checks for more instances of get_ride (#9819) 2019-08-09 14:20:59 +01:00
RideList.cpp Add nullptr checks for get_ride in libopenrct2ui (#9795) 2019-08-09 08:06:25 +01:00
SavePrompt.cpp Do not pause the game during save/load prompt in networked mode 2019-08-06 18:01:31 +02:00
Scenery.cpp Use enum class for RCT2_SOUND (#9618) 2019-07-22 19:02:45 +01: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 Add nullptr checks for get_ride in libopenrct2ui (#9795) 2019-08-09 08:06:25 +01:00
Staff.cpp Refactor window_scroll_to_viewport to use rct_window::ScrollToViewport 2019-08-11 17:22:00 +02:00
StaffFirePrompt.cpp Do not use user strings for peep names 2019-07-29 19:18:16 +01:00
StaffList.cpp Do not use user strings for peep names 2019-07-29 19:18:16 +01: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 Fix #9767: NRE in window_tile_inspector_paint 2019-08-08 12:42:09 +01:00
TitleCommandEditor.cpp Do not use user strings for peep names 2019-07-29 19:18:16 +01: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 Use enum class for RCT2_SOUND (#9618) 2019-07-22 19:02:45 +01:00
Tooltip.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
TopToolbar.cpp Merge pull request #9644 from IntelOrca/refactor/banners 2019-07-27 10:59:57 +02:00
TrackDesignManage.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
TrackDesignPlace.cpp Use std::string and cleanup unused functions 2019-08-09 20:43:03 +01:00
TrackList.cpp Creating t6 exporter 2019-08-09 20:39:54 +01: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 Link everything together 2019-08-09 20:40:35 +01:00