OpenRCT2/src/openrct2-ui/windows
Ted John d708234489 Fix #8828: Invalid read in window_footpath_invalidate 2019-03-09 12:37:23 +00:00
..
About.cpp clang-format UI windows 2018-07-23 16:00:14 +02:00
Banner.cpp Rename rct_tile_element to TileElement 2018-11-01 13:53:50 +01:00
Changelog.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
Cheats.cpp Use std::size instead of Util::CountOf 2018-11-23 21:59:08 +01:00
ClearScenery.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
CustomCurrency.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
DebugPaint.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
DemolishRidePrompt.cpp Pass Ride* instead of ride_id_t 2019-02-12 23:29:38 +00:00
Dropdown.cpp Refactor memcpy to std::memcpy and memset to std::memset (#8408) 2018-12-15 22:23:31 +01:00
EditorBottomToolbar.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
EditorInventionsList.cpp Remove logic for required objects (#8718) 2019-02-19 11:55:43 +00:00
EditorMain.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
EditorObjectSelection.cpp Use enum values for the savePromptMode 2019-02-22 09:08:04 +00:00
EditorObjectiveOptions.cpp Use std::size instead of Util::CountOf 2018-11-23 21:59:08 +01:00
EditorScenarioOptions.cpp Add and use game action for setting the climate 2018-11-08 22:39:13 +01:00
Error.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
Finances.cpp Refactor marketing to be a single vector 2019-02-20 16:49:02 +00:00
Footpath.cpp Fix #8828: Invalid read in window_footpath_invalidate 2019-03-09 12:37:23 +00:00
GameBottomToolbar.cpp Refactor peep struct 2019-02-28 20:28:58 +01:00
Guest.cpp Refactor peep struct 2019-02-28 20:28:58 +01:00
GuestList.cpp Refactor peep struct 2019-02-28 20:28:58 +01:00
InstallTrack.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
Land.cpp Implement surfaces, edges and stations as objects 2018-12-09 23:30:40 +00:00
LandRights.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
LoadSave.cpp Use std::string for scenario name, details etc. 2018-12-16 19:01:14 +00:00
Main.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
Map.cpp Refactor peep struct 2019-02-28 20:28:58 +01:00
MapGen.cpp Implement surfaces, edges and stations as objects 2018-12-09 23:30:40 +00:00
MapTooltip.cpp Refactor memcpy to std::memcpy and memset to std::memset (#8408) 2018-12-15 22:23:31 +01:00
MazeConstruction.cpp Move all callees to the game action framework. Fix CoordXY bug 2019-03-02 07:24:41 +00:00
Multiplayer.cpp Fix #8555: Multiplayer window text limits are not computed properly. 2019-01-07 12:17:37 +01:00
MusicCredits.cpp Use std::size instead of Util::CountOf 2018-11-23 21:59:08 +01:00
Network.cpp Update copyright. 2019-02-07 18:50:58 +01:00
NetworkStatus.cpp clang-format UI windows 2018-07-23 16:00:14 +02:00
NewCampaign.cpp Replace more hardcoded instances of RIDE_ID_NULL 2019-01-12 12:38:23 +01:00
NewRide.cpp Replace hardcoded occurrences of RIDE_ENTRY_INDEX_NULL 2019-01-12 12:48:35 +01:00
News.cpp Refactor peep struct 2019-02-28 20:28:58 +01:00
NewsOptions.cpp Use std::size instead of Util::CountOf 2018-11-23 21:59:08 +01:00
ObjectLoadError.cpp Fix #8795: Downloading objects interacts with UI on background thread (#8821) 2019-03-03 22:08:13 +01:00
Options.cpp Fix #8682: Autosave settings don't react to user input 2019-02-06 23:18:45 +01:00
Park.cpp Use std::string for scenario name, details etc. 2018-12-16 19:01:14 +00:00
Player.cpp Introduce network permission enum 2019-02-21 19:50:07 +01:00
Research.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
Ride.cpp Refactor peep struct 2019-02-28 20:28:58 +01:00
RideConstruction.cpp Fix formating and other issues 2019-03-02 07:24:42 +00:00
RideList.cpp Pass Ride* instead of ride_id_t 2019-02-12 23:58:45 +00:00
SavePrompt.cpp Use std::size instead of Util::CountOf 2018-11-23 21:59:08 +01:00
Scenery.cpp Rename event_07 to periodic_update. (#8684) 2019-02-07 17:46:52 +01:00
ServerList.cpp Refactor utf8* use over std::string 2019-02-24 00:08:05 +01:00
ServerStart.cpp Refactor utf8* use over std::string 2019-02-24 00:08:05 +01:00
ShortcutKeyChange.cpp clang-format UI windows 2018-07-23 16:00:14 +02:00
ShortcutKeys.cpp Add #7726: Shortcut to advance one tick (#7851) 2018-09-23 23:40:47 +02:00
Sign.cpp Create constant for SCROLLING_MODE_NONE 2019-02-14 22:41:48 +01:00
Staff.cpp Refactor peep struct 2019-02-28 20:28:58 +01:00
StaffFirePrompt.cpp Refactor peep struct 2019-02-28 20:28:58 +01:00
StaffList.cpp Refactor peep struct 2019-02-28 20:28:58 +01:00
TextInput.cpp Rename event_07 to periodic_update. (#8684) 2019-02-07 17:46:52 +01:00
Themes.cpp Remove more strings, fix error 2018-08-12 15:56:47 +02:00
TileInspector.cpp Use correct functions where defined 2019-02-27 10:49:48 +00:00
TitleCommandEditor.cpp Refactor peep struct 2019-02-28 20:28:58 +01:00
TitleEditor.cpp Fix formatting 2018-10-17 21:55:12 +02:00
TitleExit.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
TitleLogo.cpp Enforce not breaking before assignments and function names 2018-07-23 16:00:19 +02:00
TitleMenu.cpp Add LoadOrQuiteAction 2019-02-22 09:00:38 +00:00
TitleOptions.cpp clang-format UI windows 2018-07-23 16:00:14 +02:00
TitleScenarioSelect.cpp Fix GCC's warning regarding enum vs non-enum values being compared (#8551) 2019-01-04 21:29:44 +01:00
Tooltip.cpp Refactor memcpy to std::memcpy and memset to std::memset (#8408) 2018-12-15 22:23:31 +01:00
TopToolbar.cpp Add FootpathSceneryPlaceAction 2019-03-04 16:57:21 +00:00
TrackDesignManage.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
TrackDesignPlace.cpp Create a class for the quarter tile 2019-02-25 13:51:00 +00:00
TrackList.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
ViewClipping.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
Viewport.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
Water.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
Window.h Refactor peep struct 2019-02-28 20:28:58 +01:00