OpenRCT2/src/openrct2-ui/windows
Gymnasiast d5f79b7972
Replace gfx_draw_string_centred() with DrawTextBasic()
2021-02-28 00:23:00 +01:00
..
About.cpp Replace gfx_draw_string_centred() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
Banner.cpp Fix #13871: Crash on banner window invalidation 2021-01-19 22:44:22 +01:00
Changelog.cpp Turn font sprite base into a strong enum 2021-02-28 00:23:00 +01:00
Cheats.cpp Unify calls to DrawTextBasic 2021-02-28 00:23:00 +01:00
ClearScenery.cpp Replace gfx_draw_string_centred() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
CustomCurrency.cpp Fix #12410: Refactor WINDOW_WIDGET_TYPES to use strong enum (#13453) 2020-11-27 00:14:20 -03:00
DebugPaint.cpp Fix #12410: Refactor WINDOW_WIDGET_TYPES to use strong enum (#13453) 2020-11-27 00:14:20 -03:00
DemolishRidePrompt.cpp Fix #12410: Refactor WINDOW_WIDGET_TYPES to use strong enum (#13453) 2020-11-27 00:14:20 -03:00
Dropdown.cpp Turn font sprite base into a strong enum 2021-02-28 00:23:00 +01:00
EditorBottomToolbar.cpp Replace gfx_draw_string_centred() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
EditorInventionsList.cpp Unify calls to DrawTextBasic 2021-02-28 00:23:00 +01:00
EditorMain.cpp Fix #12410: Refactor WINDOW_WIDGET_TYPES to use strong enum (#13453) 2020-11-27 00:14:20 -03:00
EditorObjectSelection.cpp Unify calls to DrawTextBasic 2021-02-28 00:23:00 +01:00
EditorObjectiveOptions.cpp Turn font sprite base into a strong enum 2021-02-28 00:23:00 +01:00
EditorScenarioOptions.cpp Split actions hpp files into separate h and cpp files (#13548) 2020-12-10 06:39:10 +00:00
Error.cpp Turn font sprite base into a strong enum 2021-02-28 00:23:00 +01:00
Finances.cpp Unify calls to DrawTextBasic 2021-02-28 00:23:00 +01:00
Footpath.cpp Replace gfx_draw_string_centred() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
GameBottomToolbar.cpp Replace gfx_draw_string_centred() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
Guest.cpp Unify calls to DrawTextBasic 2021-02-28 00:23:00 +01:00
GuestList.cpp Unify calls to DrawTextBasic 2021-02-28 00:23:00 +01:00
InstallTrack.cpp Make all access to RTD table use the bounds checking function 2021-02-26 10:01:00 +01:00
Land.cpp Replace gfx_draw_string_centred() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
LandRights.cpp Replace gfx_draw_string_centred() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
LoadSave.cpp Add APIs for loading a saved game and adding a park 2021-02-08 22:27:28 +00:00
Main.cpp Fix #12410: Refactor WINDOW_WIDGET_TYPES to use strong enum (#13453) 2020-11-27 00:14:20 -03:00
Map.cpp Replace gfx_draw_string_centred() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
MapGen.cpp Fix #12410: Refactor WINDOW_WIDGET_TYPES to use strong enum (#13453) 2020-11-27 00:14:20 -03:00
MapTooltip.cpp Fix #12410: Refactor WINDOW_WIDGET_TYPES to use strong enum (#13453) 2020-11-27 00:14:20 -03:00
MazeConstruction.cpp Use the RTD instead of ride_type_has_flag() 2021-02-24 14:10:30 +01:00
Multiplayer.cpp Turn font sprite base into a strong enum 2021-02-28 00:23:00 +01:00
MusicCredits.cpp Replace gfx_draw_string_centred() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
Network.cpp Fix #12410: Refactor WINDOW_WIDGET_TYPES to use strong enum (#13453) 2020-11-27 00:14:20 -03:00
NetworkStatus.cpp Turn font sprite base into a strong enum 2021-02-28 00:23:00 +01:00
NewCampaign.cpp Use the RTD instead of ride_type_has_flag() 2021-02-24 14:10:30 +01:00
NewRide.cpp Unify calls to DrawTextBasic 2021-02-28 00:23:00 +01:00
News.cpp Fix #13842: News is imported incorrectly 2021-01-20 12:35:11 +01:00
NewsOptions.cpp Fix Window IDX enum names 2021-01-13 23:00:35 +01:00
ObjectLoadError.cpp Fix REPL write line on Linux 2021-02-16 20:24:51 +00:00
Options.cpp Turn font sprite base into a strong enum 2021-02-28 00:23:00 +01:00
Park.cpp Unify calls to DrawTextBasic 2021-02-28 00:23:00 +01:00
Player.cpp Split actions hpp files into separate h and cpp files (#13548) 2020-12-10 06:39:10 +00:00
Research.cpp Make all access to RTD table use the bounds checking function 2021-02-26 10:01:00 +01:00
Ride.cpp Replace gfx_draw_string_centred() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
RideConstruction.cpp Replace gfx_draw_string_centred() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
RideList.cpp Several more spelling fixes (#13752) 2021-01-10 18:23:35 +00:00
SavePrompt.cpp Fix #12410: Refactor WINDOW_WIDGET_TYPES to use strong enum (#13453) 2020-11-27 00:14:20 -03:00
ScenarioSelect.cpp Replace gfx_draw_string_centred() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
Scenery.cpp Unify calls to DrawTextBasic 2021-02-28 00:23:00 +01:00
SceneryScatter.cpp Replace gfx_draw_string_centred() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
ServerList.cpp Close #12403: Refactor FILTER_PALETTE_ID to use strong enum (#13273) 2020-12-05 15:13:59 -03:00
ServerStart.cpp Fix #12410: Refactor WINDOW_WIDGET_TYPES to use strong enum (#13453) 2020-11-27 00:14:20 -03:00
ShortcutKeys.cpp Save user shortcuts after removing a binding 2021-02-27 15:51:26 +00:00
Sign.cpp Split actions hpp files into separate h and cpp files (#13548) 2020-12-10 06:39:10 +00:00
Staff.cpp Refactor viewport interaction flags and add plugin API 2021-02-18 18:10:29 +00:00
StaffFirePrompt.cpp Split actions hpp files into separate h and cpp files (#13548) 2020-12-10 06:39:10 +00:00
StaffList.cpp Reduce inclusion of EntityList.h 2021-02-25 10:56:27 +01:00
TextInput.cpp Turn font sprite base into a strong enum 2021-02-28 00:23:00 +01:00
Themes.cpp Turn font sprite base into a strong enum 2021-02-28 00:23:00 +01:00
TileInspector.cpp Unify calls to DrawTextBasic 2021-02-28 00:23:00 +01:00
TitleCommandEditor.cpp Refactor viewport interaction flags and add plugin API 2021-02-18 18:10:29 +00:00
TitleEditor.cpp Close #12443: Refactor TITLE_SCRIPT to use strong enum (#13540) 2020-12-10 08:01:54 -03:00
TitleExit.cpp Fix #12410: Refactor WINDOW_WIDGET_TYPES to use strong enum (#13453) 2020-11-27 00:14:20 -03:00
TitleLogo.cpp Fix #12410: Refactor WINDOW_WIDGET_TYPES to use strong enum (#13453) 2020-11-27 00:14:20 -03:00
TitleMenu.cpp Split actions hpp files into separate h and cpp files (#13548) 2020-12-10 06:39:10 +00:00
TitleOptions.cpp Fix #12410: Refactor WINDOW_WIDGET_TYPES to use strong enum (#13453) 2020-11-27 00:14:20 -03:00
Tooltip.cpp Turn font sprite base into a strong enum 2021-02-28 00:23:00 +01:00
TopToolbar.cpp Unify calls to DrawTextBasic 2021-02-28 00:23:00 +01:00
TrackDesignManage.cpp Fix #12410: Refactor WINDOW_WIDGET_TYPES to use strong enum (#13453) 2020-11-27 00:14:20 -03:00
TrackDesignPlace.cpp Replace gfx_draw_string_centred() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
TrackList.cpp Make all access to RTD table use the bounds checking function 2021-02-26 10:01:00 +01:00
ViewClipping.cpp Close #13625: Refactor TOOL_IDX to use strong enum 2020-12-23 20:07:54 -03:00
Viewport.cpp Refactor viewport interaction flags and add plugin API 2021-02-18 18:10:29 +00:00
Water.cpp Replace gfx_draw_string_centred() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
Window.h Remove old shortcut code and fix issues 2021-02-21 03:14:18 +00:00