OpenRCT2/src/openrct2-ui/windows
ζeh Matt e5de2adc4f
Merge pull request #15429 from ZehMatt/backport/ticks
Remove scenario ticks and adjust export/import
2021-09-23 12:08:16 -07:00
..
About.cpp Remove Music Acknowledgements window (#15116) 2021-07-28 10:26:35 +02:00
Banner.cpp Merge pull request #15369 from ZehMatt/refactor/tile-coords 2021-09-21 14:36:03 -07:00
Changelog.cpp Fix: Close button broken when failed to load version or changelog (#14880) 2021-06-26 11:10:27 -03:00
Cheats.cpp Remove unnecessary else blocks 2021-09-16 18:31:12 +02:00
ClearScenery.cpp Fix #15271. Use formatter to pass description args to text input (#15272) 2021-08-24 19:12:05 +01:00
CustomCurrency.cpp Fix #15271. Use formatter to pass description args to text input (#15272) 2021-08-24 19:12:05 +01:00
DebugPaint.cpp Use consistent left-shift notation for widgets (#14956) 2021-06-26 14:23:15 +02:00
DemolishRidePrompt.cpp Apply review suggestion, cleanup 2021-09-10 19:10:14 +03:00
Dropdown.cpp Allow passing ImageId into gfx_draw_sprite() 2021-03-23 11:58:09 +01:00
EditorBottomToolbar.cpp Remove gS6Info 2021-08-02 20:38:02 +02:00
EditorInventionsList.cpp Change all calls to DrawTextBasic to use Formatter 2021-08-01 15:14:43 +02:00
EditorMain.cpp Fix #15439: Ride viewport is partially grey 2021-09-21 11:06:04 +02:00
EditorObjectSelection.cpp Remove unnecessary else blocks 2021-09-16 18:31:12 +02:00
EditorObjectiveOptions.cpp Change static casts to EnumValue 2021-09-10 19:10:15 +03:00
EditorScenarioOptions.cpp Change all calls to DrawTextBasic to use Formatter 2021-08-01 15:14:43 +02:00
Error.cpp Part of #12098: Use ScreenRect on gfx_filter_rect in Error.cpp (#14288) 2021-03-13 22:03:13 -03:00
Finances.cpp Fix abs error 2021-08-01 15:14:43 +02:00
Footpath.cpp Remove unnecessary else blocks 2021-09-16 18:31:12 +02:00
GameBottomToolbar.cpp Make use of std::optional strict 2021-09-13 20:02:32 +03:00
Guest.cpp Merge pull request #15429 from ZehMatt/backport/ticks 2021-09-23 12:08:16 -07:00
GuestList.cpp Remove scenario ticks and adjust export/import 2021-09-23 21:49:09 +03:00
InstallTrack.cpp Modify object loading for JSON-only objects 2021-09-15 11:28:39 +02:00
Land.cpp Fix #15271. Use formatter to pass description args to text input (#15272) 2021-08-24 19:12:05 +01:00
LandRights.cpp Make use of std::optional strict 2021-09-13 20:02:32 +03:00
LoadSave.cpp Fix #15271. Use formatter to pass description args to text input (#15272) 2021-08-24 19:12:05 +01:00
Main.cpp Fix #15439: Ride viewport is partially grey 2021-09-21 11:06:04 +02:00
Map.cpp Make use of std::optional strict 2021-09-13 20:02:32 +03:00
MapGen.cpp Use min/max water height defines in mapgen 2021-09-19 17:18:23 +02:00
MapTooltip.cpp Change gfx_draw_string_*_wrapped() to DrawTextWrapped() 2021-02-28 00:23:01 +01:00
MazeConstruction.cpp Change static casts to EnumValue 2021-09-10 19:10:15 +03:00
Multiplayer.cpp Fix #15271. Use formatter to pass description args to text input (#15272) 2021-08-24 19:12:05 +01:00
NetworkStatus.cpp Fix #15271. Use formatter to pass description args to text input (#15272) 2021-08-24 19:12:05 +01:00
NewCampaign.cpp Use union for window association to prevent casts 2021-09-10 19:10:13 +03:00
NewRide.cpp Remove unnecessary else blocks 2021-09-16 18:31:12 +02:00
News.cpp Remove unnecessary else blocks 2021-09-16 18:31:12 +02:00
NewsOptions.cpp Use consistent left-shift notation for widgets (#14956) 2021-06-26 14:23:15 +02:00
ObjectLoadError.cpp Modify object loading for JSON-only objects 2021-09-15 11:28:39 +02:00
Options.cpp Remove unnecessary else blocks 2021-09-16 18:31:12 +02:00
Park.cpp Fix #15439: Ride viewport is partially grey 2021-09-21 11:06:04 +02:00
Player.cpp Fix #15439: Ride viewport is partially grey 2021-09-21 11:06:04 +02:00
Research.cpp Port remaining DrawTextWrapped calls with void args to Formatter 2021-08-21 09:42:05 +02:00
Ride.cpp Fix #15439: Ride viewport is partially grey 2021-09-21 11:06:04 +02:00
RideConstruction.cpp Merge pull request #15369 from ZehMatt/refactor/tile-coords 2021-09-21 14:36:03 -07:00
RideList.cpp Change static casts to EnumValue 2021-09-10 19:10:15 +03:00
SavePrompt.cpp Remove unnecessary else blocks 2021-09-16 18:31:12 +02:00
ScenarioSelect.cpp Remove focus union and replace with typed focus (#15426) 2021-09-18 20:34:38 +01:00
Scenery.cpp Use consistent left-shift notation for widgets (#14956) 2021-06-26 14:23:15 +02:00
SceneryScatter.cpp Fix #15271. Use formatter to pass description args to text input (#15272) 2021-08-24 19:12:05 +01:00
ServerList.cpp Fix #15271. Use formatter to pass description args to text input (#15272) 2021-08-24 19:12:05 +01:00
ServerStart.cpp Use consistent left-shift notation for widgets (#14956) 2021-06-26 14:23:15 +02:00
ShortcutKeys.cpp Remove unnecessary else blocks 2021-09-16 18:31:12 +02:00
Sign.cpp Fix #15439: Ride viewport is partially grey 2021-09-21 11:06:04 +02:00
Staff.cpp Fix #15439: Ride viewport is partially grey 2021-09-21 11:06:04 +02:00
StaffFirePrompt.cpp Use consistent left-shift notation for widgets (#14956) 2021-06-26 14:23:15 +02:00
StaffList.cpp Make Coords isNull/setNull functions TitleCase (#15382) 2021-09-08 20:48:53 -03:00
TextInput.cpp Fix #15271. Use formatter to pass description args to text input (#15272) 2021-08-24 19:12:05 +01:00
Themes.cpp Fix #15271. Use formatter to pass description args to text input (#15272) 2021-08-24 19:12:05 +01:00
TileInspector.cpp Make use of std::optional strict 2021-09-13 20:02:32 +03:00
TitleCommandEditor.cpp Fix #15439: Ride viewport is partially grey 2021-09-21 11:06:04 +02:00
TitleEditor.cpp Modify object loading for JSON-only objects 2021-09-15 11:28:39 +02:00
TitleExit.cpp Fix #12410: Refactor WINDOW_WIDGET_TYPES to use strong enum (#13453) 2020-11-27 00:14:20 -03:00
TitleLogo.cpp Use consistent left-shift notation for widgets (#14956) 2021-06-26 14:23:15 +02:00
TitleMenu.cpp Use consistent left-shift notation for widgets (#14956) 2021-06-26 14:23:15 +02:00
TitleOptions.cpp Fix #12410: Refactor WINDOW_WIDGET_TYPES to use strong enum (#13453) 2020-11-27 00:14:20 -03:00
Tooltip.cpp Remove last remnants of gCurrentFontSpriteBase 2021-02-28 00:26:53 +01:00
TopToolbar.cpp Merge pull request #15416 from Broxzier/refactor/unnecessary-else 2021-09-17 14:56:30 +02:00
TrackDesignManage.cpp Fix #15271. Use formatter to pass description args to text input (#15272) 2021-08-24 19:12:05 +01:00
TrackDesignPlace.cpp Apply review suggestions 2021-09-10 19:36:14 +03:00
TrackList.cpp Change all calls to DrawTextBasic to use Formatter 2021-08-01 15:14:43 +02:00
ViewClipping.cpp Make use of std::optional strict 2021-09-13 20:02:32 +03:00
Viewport.cpp Fix #15439: Ride viewport is partially grey 2021-09-21 11:06:04 +02:00
Water.cpp Fix #15271. Use formatter to pass description args to text input (#15272) 2021-08-24 19:12:05 +01:00
Window.h Modify object loading for JSON-only objects 2021-09-15 11:28:39 +02:00