OpenRCT2/src/openrct2-ui/windows
duncanspumpkin 22f50b8199 Start creating invention list class 2022-07-01 14:57:24 +01:00
..
About.cpp Remove rct_window::enabled_widgets (#16643) 2022-02-13 23:06:19 +00:00
Banner.cpp Merge pull request #16642 from Gymnasiast/refactor/dropdown 2022-02-15 18:50:26 +01:00
Changelog.cpp Add const ref, remove excess .c_str(), push_* -> emplace_* and rewrite constructors 2022-05-07 16:05:38 +02:00
Cheats.cpp Fix #17029: Ride Cheats tab behaves as a button 2022-04-24 14:50:17 +02:00
ClearScenery.cpp Use std::stol over C strtol on ClearScenery.cpp (#15549) 2022-03-20 09:01:09 -03:00
CustomCurrency.cpp Fix #14093: Replace MONEY macro with user defined literal 2022-03-29 07:23:35 -03:00
DebugPaint.cpp Window Class Refactor: DebugPaint (#17269) 2022-05-22 23:15:39 +01:00
DemolishRidePrompt.cpp Remove rct_window::enabled_widgets (#16643) 2022-02-13 23:06:19 +00:00
Dropdown.cpp Annotate hardcoded arrays and verify their sizes 2022-06-16 23:51:24 +02:00
EditorBottomToolbar.cpp Editor Bottom Toolbar Window class (#17358) 2022-06-08 20:54:03 +01:00
EditorInventionsList.cpp Start creating invention list class 2022-07-01 14:57:24 +01:00
EditorObjectSelection.cpp Annotate hardcoded arrays and verify their sizes 2022-06-16 23:51:24 +02:00
EditorObjectiveOptions.cpp Remove no money scenerio flag 2022-04-09 12:36:31 +01:00
EditorScenarioOptions.cpp Remove no money scenerio flag 2022-04-09 12:36:31 +01:00
Error.cpp Forward declare Formatter 2021-12-30 12:17:51 -05:00
Finances.cpp Annotate hardcoded arrays and verify their sizes 2022-06-16 23:51:24 +02:00
Footpath.cpp Fix: Footpath Railing tooltip showing incorrect tooltip (#17461) 2022-06-28 21:15:44 -03:00
GameBottomToolbar.cpp Apply clang-tidy to static variables 2022-03-18 00:38:26 -03:00
Guest.cpp Apply clang-tidy to static variables 2022-03-18 00:38:26 -03:00
GuestList.cpp Update guest list defaults 2022-02-27 18:46:08 +01:00
InstallTrack.cpp Fix #17229: Rename G1_FLAG_BMP to G1_FLAG_HAS_TRANSPARENCY (#17441) 2022-06-25 07:04:40 +01:00
Land.cpp Close #13779: Refactor Map window into a class (#16559) 2022-02-26 20:23:27 +00:00
LandRights.cpp Remove rct_window::enabled_widgets (#16643) 2022-02-13 23:06:19 +00:00
LoadSave.cpp Fix overwriting buffer for parent directory when browsing "Up" 2022-05-22 14:32:06 +00:00
Main.cpp Fix auto positioning 2022-06-07 14:09:18 +00:00
Map.cpp use consistent style 2022-06-07 22:35:06 +01:00
MapGen.cpp Make map size spinners in mapgen window functional 2022-06-05 09:49:40 +02:00
MapTooltip.cpp Fix: Ghosts and tooltips move when panning the viewport by right-click dragging 2022-05-21 09:40:43 +02:00
MazeConstruction.cpp Close #16468: Use TIdentifier for StationIndex 2022-02-18 23:11:07 +02:00
Multiplayer.cpp Apply clang-tidy to static variables 2022-03-18 00:38:26 -03:00
NetworkStatus.cpp Apply clang-tidy to static variables 2022-03-18 00:38:26 -03:00
NewCampaign.cpp Merge pull request #16642 from Gymnasiast/refactor/dropdown 2022-02-15 18:50:26 +01:00
NewRide.cpp Annotate hardcoded arrays and verify their sizes 2022-06-16 23:51:24 +02:00
News.cpp Introduce EntityId and refactor everything 2022-02-16 18:56:39 +02:00
NewsOptions.cpp Refactor window flags to be read with the helper methods 2022-02-13 23:09:42 +00:00
ObjectLoadError.cpp Close #11437: Migrate old platform methods 2022-02-18 21:57:00 +01:00
Options.cpp Fix #17297: Crash when switching language (#17370) 2022-06-27 17:41:53 +01:00
Park.cpp Include <array> and use page count for size 2022-06-30 07:25:24 +00:00
PatrolArea.cpp Fix #17005: Unable to set patrol area for first staff member in park 2022-04-27 21:11:45 +00:00
Player.cpp Apply clang-tidy to static variables 2022-03-18 00:38:26 -03:00
RefurbishRidePrompt.cpp Remove rct_window::enabled_widgets (#16643) 2022-02-13 23:06:19 +00:00
Research.cpp Merge pull request #16642 from Gymnasiast/refactor/dropdown 2022-02-15 18:50:26 +01:00
Ride.cpp Fix primary color picker for canvas tent (#17416) 2022-06-20 21:24:09 +02:00
RideConstruction.cpp Close #16688: Remove unused variables on RideConstruction (#17453) 2022-06-28 21:15:15 -03:00
RideList.cpp Close #12793: Excitement/Intensity/Nausea ratings to Ride List view with sorting (#16655) 2022-03-11 11:17:14 +00:00
SavePrompt.cpp Remove rct_window::enabled_widgets (#16643) 2022-02-13 23:06:19 +00:00
ScenarioSelect.cpp Fix assertion in InitialiseListItems 2022-03-27 22:33:57 +02:00
Scenery.cpp Fix #16950. Prevent accessing private members (#16976) 2022-04-14 20:36:04 +01:00
SceneryScatter.cpp Remove rct_window::enabled_widgets (#16643) 2022-02-13 23:06:19 +00:00
ServerList.cpp Using std::move(), correct clear strings, better use '= default;', modernize make_* and replace heavy strlen 2022-05-07 16:05:39 +02:00
ServerStart.cpp Using std::move(), correct clear strings, better use '= default;', modernize make_* and replace heavy strlen 2022-05-07 16:05:39 +02:00
ShortcutKeys.cpp Fix: shortcut key highlight remains when cursor leaves list 2022-05-28 20:55:42 +00:00
Sign.cpp Refactor sign internal variables 2022-06-07 22:35:06 +01:00
Staff.cpp Refactor window to class: Staff (#17400) 2022-06-26 07:07:59 +01:00
StaffFirePrompt.cpp Introduce EntityId and refactor everything 2022-02-16 18:56:39 +02:00
StaffList.cpp Refactor patrol area class to new file 2022-03-11 18:39:04 +00:00
TextInput.cpp Fix #17187: Text input window does not resize correctly 2022-06-06 00:11:29 +02:00
Themes.cpp Remove title editor 2022-04-26 22:17:38 +02:00
TileInspector.cpp Show Tile Inspector hint when nothing is selected 2022-05-07 13:42:24 +00:00
TitleExit.cpp Remove rct_window::enabled_widgets (#16643) 2022-02-13 23:06:19 +00:00
TitleLogo.cpp Remove rct_window::enabled_widgets (#16643) 2022-02-13 23:06:19 +00:00
TitleMenu.cpp Separate map.change and map.changed events 2022-03-21 23:09:40 +00:00
TitleOptions.cpp Remove rct_window::enabled_widgets (#16643) 2022-02-13 23:06:19 +00:00
Tooltip.cpp Forward declare Formatter 2021-12-30 12:17:51 -05:00
TopToolbar.cpp Remove enabledWidgets (#17023) 2022-04-21 05:59:35 +01:00
TrackDesignManage.cpp Refactor filename_valid_characters into Platform::IsFilenameValid 2022-03-16 21:56:54 +01:00
TrackDesignPlace.cpp Avoid overwriting _currentTrackPieceDirection when placing TD 2022-05-10 22:41:09 +01:00
TrackList.cpp Fix #17229: Rename G1_FLAG_BMP to G1_FLAG_HAS_TRANSPARENCY (#17441) 2022-06-25 07:04:40 +01:00
Transparency.cpp Close #17050: Transparency can be toggled directly (#17075) 2022-04-27 13:30:58 +02:00
ViewClipping.cpp Remove rct_window::enabled_widgets (#16643) 2022-02-13 23:06:19 +00:00
Viewport.cpp Close #15896: Refactor out the ZoomLevel operators 2022-02-26 23:14:59 +01:00
Water.cpp Close #13779: Refactor Map window into a class (#16559) 2022-02-26 20:23:27 +00:00
Window.h Remove title editor 2022-04-26 22:17:38 +02:00