OpenRCT2/src/openrct2-ui/windows
Ted John 4b77d76303 Hide new object tabs until we have new save format 2018-12-09 23:30:40 +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 Add trailing commas to some window source files 2018-07-23 16:00:23 +02:00
Dropdown.cpp Use std::size instead of Util::CountOf 2018-11-23 21:59:08 +01:00
EditorBottomToolbar.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
EditorInventionsList.cpp Use std::size instead of Util::CountOf 2018-11-23 21:59:08 +01:00
EditorMain.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
EditorObjectSelection.cpp Hide new object tabs until we have new save format 2018-12-09 23:30:40 +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 Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
Footpath.cpp Rename rct_tile_element to TileElement 2018-11-01 13:53:50 +01:00
GameBottomToolbar.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
Guest.cpp Rename rct_tile_element to TileElement 2018-11-01 13:53:50 +01:00
GuestList.cpp Remove more strings, fix error 2018-08-12 15:56:47 +02: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::size instead of Util::CountOf 2018-11-23 21:59:08 +01:00
Main.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
Map.cpp Use std::size instead of Util::CountOf 2018-11-23 21:59:08 +01:00
MapGen.cpp Implement surfaces, edges and stations as objects 2018-12-09 23:30:40 +00:00
MapTooltip.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
MazeConstruction.cpp Properly fix maze building when paused (#7852) 2018-08-04 14:30:13 +02:00
Multiplayer.cpp Hide the network class declaration to Network.cpp (#8276) 2018-11-19 23:10:54 +01:00
MusicCredits.cpp Use std::size instead of Util::CountOf 2018-11-23 21:59:08 +01:00
NetworkStatus.cpp clang-format UI windows 2018-07-23 16:00:14 +02:00
NewCampaign.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
NewRide.cpp Use std::size instead of Util::CountOf 2018-11-23 21:59:08 +01:00
News.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
NewsOptions.cpp Use std::size instead of Util::CountOf 2018-11-23 21:59:08 +01:00
ObjectLoadError.cpp Remove remnants of STEX support 2018-08-29 23:29:45 +02:00
Options.cpp Refactor code to obtain resolutions. (#8215) 2018-11-06 07:20:57 +01:00
Park.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
Player.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
Research.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
Ride.cpp Implement surfaces, edges and stations as objects 2018-12-09 23:30:40 +00:00
RideConstruction.cpp Remove gCurrentViewportFlags 2018-12-05 23:09:17 +01:00
RideList.cpp Use std::size instead of Util::CountOf 2018-11-23 21:59:08 +01:00
SavePrompt.cpp Use std::size instead of Util::CountOf 2018-11-23 21:59:08 +01:00
Scenery.cpp Fix dereferencing nullptr when game objects are missing. (#8360) 2018-12-05 22:59:15 +01:00
ServerList.cpp Hide the network class declaration to Network.cpp (#8276) 2018-11-19 23:10:54 +01:00
ServerStart.cpp clang-format UI windows 2018-07-23 16:00:14 +02: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 Fix #8253: Prevent null dereference. 2018-11-12 21:34:05 +01:00
Staff.cpp Rename rct_tile_element to TileElement 2018-11-01 13:53:50 +01:00
StaffFirePrompt.cpp clang-format UI windows 2018-07-23 16:00:14 +02:00
StaffList.cpp Rename rct_tile_element to TileElement 2018-11-01 13:53:50 +01:00
TextInput.cpp Provide more checks when handling possibly-gone windows (#8331) 2018-11-30 23:32:55 +01:00
Themes.cpp Remove more strings, fix error 2018-08-12 15:56:47 +02:00
TileInspector.cpp Fix dereferencing nullptr when game objects are missing. (#8360) 2018-12-05 22:59:15 +01:00
TitleCommandEditor.cpp Use std::size instead of Util::CountOf 2018-11-23 21:59:08 +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 Move title menu buttons up to compensate for new item. 2018-09-13 23:20:17 +02:00
TitleOptions.cpp clang-format UI windows 2018-07-23 16:00:14 +02:00
TitleScenarioSelect.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
Tooltip.cpp Fix #7872: CJK tooltips are often cut off 2018-08-13 21:41:10 +02:00
TopToolbar.cpp Use std::size instead of Util::CountOf 2018-11-23 21:59:08 +01:00
TrackDesignManage.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
TrackDesignPlace.cpp Rename rct_tile_element to TileElement 2018-11-01 13:53:50 +01: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 Rename rct_tile_element to TileElement 2018-11-01 13:53:50 +01:00