OpenRCT2/src/openrct2-ui/windows
Gymnasiast c40701d997
Make gfx_draw_string() take a TextPaint argument
2021-02-28 00:26:20 +01:00
..
About.cpp Change gfx_draw_string_*_wrapped() to DrawTextWrapped() 2021-02-28 00:23:01 +01:00
Banner.cpp Fix #13871: Crash on banner window invalidation 2021-01-19 22:44:22 +01:00
Changelog.cpp Make gfx_draw_string() take a TextPaint argument 2021-02-28 00:26:20 +01:00
Cheats.cpp Replace gfx_draw_string_left() with 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 Make gfx_draw_string() take a TextPaint argument 2021-02-28 00:26:20 +01:00
DebugPaint.cpp Remove gCurrentFontSpriteBase from some functions 2021-02-28 00:26:20 +01:00
DemolishRidePrompt.cpp Change gfx_draw_string_*_wrapped() to DrawTextWrapped() 2021-02-28 00:23:01 +01:00
Dropdown.cpp Remove gCurrentFontSpriteBase from some functions 2021-02-28 00:26:20 +01:00
EditorBottomToolbar.cpp Replace gfx_draw_string_centred() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
EditorInventionsList.cpp Remove gCurrentFontSpriteBase from some functions 2021-02-28 00:26:20 +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 Make gfx_draw_string() take a TextPaint argument 2021-02-28 00:26:20 +01:00
EditorObjectiveOptions.cpp Make gfx_draw_string() take a TextPaint argument 2021-02-28 00:26:20 +01:00
EditorScenarioOptions.cpp Replace gfx_draw_string_left() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
Error.cpp Remove gCurrentFontSpriteBase from some functions 2021-02-28 00:26:20 +01:00
Finances.cpp Replace gfx_draw_string_left() with 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 Change gfx_draw_string_*_wrapped() to DrawTextWrapped() 2021-02-28 00:23:01 +01:00
Guest.cpp Make gfx_draw_string() take a TextPaint argument 2021-02-28 00:26:20 +01:00
GuestList.cpp Replace gfx_draw_string_left() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
InstallTrack.cpp Replace gfx_draw_string_left() with DrawTextBasic() 2021-02-28 00:23: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 Remove gCurrentFontSpriteBase from some functions 2021-02-28 00:26:20 +01: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_left() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
MapGen.cpp Replace gfx_draw_string_left() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
MapTooltip.cpp Change gfx_draw_string_*_wrapped() to DrawTextWrapped() 2021-02-28 00:23:01 +01:00
MazeConstruction.cpp Use the RTD instead of ride_type_has_flag() 2021-02-24 14:10:30 +01:00
Multiplayer.cpp Make gfx_draw_string() take a TextPaint argument 2021-02-28 00:26:20 +01:00
MusicCredits.cpp Replace gfx_draw_string_centred() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
Network.cpp Make gfx_draw_string() take a TextPaint argument 2021-02-28 00:26:20 +01:00
NetworkStatus.cpp Make gfx_draw_string() take a TextPaint argument 2021-02-28 00:26:20 +01:00
NewCampaign.cpp Replace gfx_draw_string_left() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
NewRide.cpp Change gfx_draw_string_*_wrapped() to DrawTextWrapped() 2021-02-28 00:23:01 +01:00
News.cpp Reduce usage of gCurrentFontSpriteBase 2021-02-28 00:25:30 +01:00
NewsOptions.cpp Fix Window IDX enum names 2021-01-13 23:00:35 +01:00
ObjectLoadError.cpp Make gfx_draw_string() take a TextPaint argument 2021-02-28 00:26:20 +01:00
Options.cpp Replace gfx_draw_string_left() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
Park.cpp Change gfx_draw_string_*_wrapped() to DrawTextWrapped() 2021-02-28 00:23:01 +01:00
Player.cpp Make gfx_draw_string() take a TextPaint argument 2021-02-28 00:26:20 +01:00
Research.cpp Change gfx_draw_string_*_wrapped() to DrawTextWrapped() 2021-02-28 00:23:01 +01:00
Ride.cpp Change gfx_draw_string_*_wrapped() to DrawTextWrapped() 2021-02-28 00:23:01 +01:00
RideConstruction.cpp Replace gfx_draw_string_centred() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
RideList.cpp Replace gfx_draw_string_left() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
SavePrompt.cpp Fix #12410: Refactor WINDOW_WIDGET_TYPES to use strong enum (#13453) 2020-11-27 00:14:20 -03:00
ScenarioSelect.cpp Remove gCurrentFontSpriteBase from some functions 2021-02-28 00:26:20 +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 Make gfx_draw_string() take a TextPaint argument 2021-02-28 00:26:20 +01:00
ServerStart.cpp Replace gfx_draw_string_left() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
ShortcutKeys.cpp Change gfx_draw_string_*_wrapped() to DrawTextWrapped() 2021-02-28 00:23:01 +01:00
Sign.cpp Split actions hpp files into separate h and cpp files (#13548) 2020-12-10 06:39:10 +00:00
Staff.cpp Replace gfx_draw_string_left() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
StaffFirePrompt.cpp Change gfx_draw_string_*_wrapped() to DrawTextWrapped() 2021-02-28 00:23:01 +01:00
StaffList.cpp Replace gfx_draw_string_left() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
TextInput.cpp Make gfx_draw_string() take a TextPaint argument 2021-02-28 00:26:20 +01:00
Themes.cpp Make gfx_draw_string() take a TextPaint argument 2021-02-28 00:26:20 +01:00
TileInspector.cpp Make gfx_draw_string() take a TextPaint argument 2021-02-28 00:26:20 +01:00
TitleCommandEditor.cpp Replace gfx_draw_string_left() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
TitleEditor.cpp Replace gfx_draw_string_left() with DrawTextBasic() 2021-02-28 00:23:00 +01: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 Remove gCurrentFontSpriteBase from some functions 2021-02-28 00:26:20 +01:00
TopToolbar.cpp Unify calls to DrawTextBasic 2021-02-28 00:23:00 +01:00
TrackDesignManage.cpp Change gfx_draw_string_*_wrapped() to DrawTextWrapped() 2021-02-28 00:23:01 +01:00
TrackDesignPlace.cpp Replace gfx_draw_string_centred() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
TrackList.cpp Replace gfx_draw_string_left() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
ViewClipping.cpp Replace gfx_draw_string_left() with DrawTextBasic() 2021-02-28 00:23:00 +01: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