OpenRCT2/src/openrct2-ui/windows
Nick cf7b277d89
Close #13765: Refactor Changelog window into class
2021-06-07 10:33:08 +02:00
..
About.cpp Fix #14638: Make 'About OpenRCT2' themeable; more RCT1 window colours 2021-05-13 18:28:09 +02:00
Banner.cpp BannerSceneryEntry Refactor (#14810) 2021-06-03 21:43:30 +01:00
Changelog.cpp Close #13765: Refactor Changelog window into class 2021-06-07 10:33:08 +02:00
Cheats.cpp Close #14765: Rename gCheatsFastLiftHill 2021-05-29 18:41:16 +02: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 Allow passing ImageId into gfx_draw_sprite() 2021-03-23 11:58:09 +01:00
EditorBottomToolbar.cpp Remove raw coords gfx_fill_rect_inset overload 2021-03-29 09:34:11 -03:00
EditorInventionsList.cpp Allow passing ImageId into gfx_draw_sprite() 2021-03-23 11:58:09 +01:00
EditorMain.cpp Remove sprite.h includes where possible 2021-05-29 08:54:33 +01:00
EditorObjectSelection.cpp Show what a stall sells in Object Selection 2021-05-27 19:54:44 +02:00
EditorObjectiveOptions.cpp Remove raw coords gfx_fill_rect_inset overload 2021-03-29 09:34:11 -03:00
EditorScenarioOptions.cpp Allow passing ImageId into gfx_draw_sprite() 2021-03-23 11:58:09 +01: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 Use ScreenCoordsXY on Graph::Draw 2021-03-29 09:34:11 -03:00
Footpath.cpp Create ProvisionalFootpath struct 2021-04-14 14:56:28 +02:00
GameBottomToolbar.cpp Split up Sprite header (#14764) 2021-05-29 06:01:32 +01:00
Guest.cpp Network serialiser for entities (#14541) 2021-05-09 19:12:44 +01:00
GuestList.cpp Split guest and staff peep variables (#14462) 2021-04-18 17:48:21 +01:00
InstallTrack.cpp Remove hardcoded terrain style constants from RCT1 and MapGen 2021-03-27 17:34:10 +01:00
Land.cpp Allow passing ImageId into gfx_draw_sprite() 2021-03-23 11:58:09 +01:00
LandRights.cpp Replace gfx_draw_string_centred() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
LoadSave.cpp Fix #13445: Make FileScanner::ScanDirectory return a unique_ptr 2021-05-20 19:22:36 +02:00
Main.cpp Remove sprite.h includes where possible 2021-05-29 08:54:33 +01:00
Map.cpp Split up Sprite header (#14764) 2021-05-29 06:01:32 +01:00
MapGen.cpp Remove hardcoded terrain style constants from RCT1 and MapGen 2021-03-27 17:34:10 +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 Increase usage of gfx_fill_rect_inset that uses ScreenRect 2021-03-29 09:31:05 -03:00
MusicCredits.cpp Increase usage of gfx_fill_rect_inset that uses ScreenRect 2021-03-29 09:31:05 -03:00
NetworkStatus.cpp Remove last remnants of gCurrentFontSpriteBase 2021-02-28 00:26:53 +01:00
NewCampaign.cpp Fix Duplicate Entries in Free Food Ad Campaign 2021-05-07 14:53:53 +02:00
NewRide.cpp Use 16-bit ride_id_t thoughout and raise RIDE_ID_NULL (#14411) 2021-04-01 16:02:57 +01:00
News.cpp Split up Sprite header (#14764) 2021-05-29 06:01:32 +01:00
NewsOptions.cpp Allow passing ImageId into gfx_draw_sprite() 2021-03-23 11:58:09 +01:00
ObjectLoadError.cpp Remove last remnants of gCurrentFontSpriteBase 2021-02-28 00:26:53 +01:00
Options.cpp Fix formatting on d309a7c 2021-05-16 21:11:42 -03:00
Park.cpp Use ScreenCoordsXY on Graph methods 2021-03-29 09:34:11 -03:00
Player.cpp Allow passing ImageId into gfx_draw_sprite() 2021-03-23 11:58:09 +01:00
Research.cpp Allow passing ImageId into gfx_draw_sprite() 2021-03-23 11:58:09 +01:00
Ride.cpp Refactored code to use a constant for max circuits 2021-06-02 17:48:09 +03:00
RideConstruction.cpp Fix placing entrance/exit for ride ID >= 256 2021-04-16 18:56:16 +02:00
RideList.cpp Allow passing ImageId into gfx_draw_sprite() 2021-03-23 11:58:09 +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 Close #14253: Replace font size tokens with adjusted DrawText calls 2021-03-27 14:40:17 +01:00
Scenery.cpp Refactor LargeSceneryEntry and remove rct_scenery_entry (#14816) 2021-06-04 12:41:23 +01:00
SceneryScatter.cpp Replace gfx_draw_string_centred() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
ServerList.cpp Allow passing ImageId into gfx_draw_sprite() 2021-03-23 11:58:09 +01:00
ServerStart.cpp Replace gfx_draw_string_left() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
ShortcutKeys.cpp Allow passing ImageId into gfx_draw_sprite() 2021-03-23 11:58:09 +01:00
Sign.cpp Refactor LargeSceneryEntry and remove rct_scenery_entry (#14816) 2021-06-04 12:41:23 +01:00
Staff.cpp Split up Sprite header (#14764) 2021-05-29 06:01:32 +01:00
StaffFirePrompt.cpp Split up Sprite header (#14764) 2021-05-29 06:01:32 +01:00
StaffList.cpp Allow passing ImageId into gfx_draw_sprite() 2021-03-23 11:58:09 +01:00
TextInput.cpp Move gLastStringPos into rct_drawpixelinfo (#14811) 2021-06-03 22:10:09 -03:00
Themes.cpp Fix #14638: Make 'About OpenRCT2' themeable; more RCT1 window colours 2021-05-13 18:28:09 +02:00
TileInspector.cpp Refactor LargeSceneryEntry and remove rct_scenery_entry (#14816) 2021-06-04 12:41:23 +01:00
TitleCommandEditor.cpp Split up Sprite header (#14764) 2021-05-29 06:01:32 +01:00
TitleEditor.cpp Allow passing ImageId into gfx_draw_sprite() 2021-03-23 11:58:09 +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 Allow passing ImageId into gfx_draw_sprite() 2021-03-23 11:58:09 +01: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 last remnants of gCurrentFontSpriteBase 2021-02-28 00:26:53 +01:00
TopToolbar.cpp Refactor LargeSceneryEntry and remove rct_scenery_entry (#14816) 2021-06-04 12:41:23 +01:00
TrackDesignManage.cpp Change gfx_draw_string_*_wrapped() to DrawTextWrapped() 2021-02-28 00:23:01 +01:00
TrackDesignPlace.cpp Fix #13986: OpenGL: Track preview, flip/rotate does not update thumbnail 2021-04-27 11:30:52 +02:00
TrackList.cpp Fix drawing; fix formatting 2021-03-27 15:56:01 +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 Move some globals to Footpath window 2021-04-14 14:31:10 +02:00