OpenRCT2/src/openrct2-ui/windows
Michał Janiszewski 3c35558f3f
Fix compilation on Arch Linux with GCC 14 (#22031)
Fixes #22029
2024-05-13 22:09:00 +00:00
..
About.cpp Remove dependency on StringIds.h from Localisation.h (#22011) 2024-05-10 19:14:05 +00:00
AssetPacks.cpp Part of #21421: replace define with constexpr (#21760) 2024-05-09 08:59:03 -03:00
Banner.cpp Introduce Config namespace and struct 2024-05-10 12:10:21 +02:00
Changelog.cpp Replace GfxDrawString() with DrawText() 2024-05-10 09:56:03 +00:00
Cheats.cpp Part of #21421: replace define with constexpr (#21760) 2024-05-09 08:59:03 -03:00
ClearScenery.cpp Reduce `<algorithm>` include (#21947) 2024-05-01 13:47:27 +02:00
CustomCurrency.cpp Introduce Config namespace and struct 2024-05-10 12:10:21 +02:00
DebugPaint.cpp Reduce `<algorithm>` include (#21947) 2024-05-01 13:47:27 +02:00
DemolishRidePrompt.cpp Move Park into namespace, add other park-related things to struct 2024-04-04 18:14:27 +02:00
Dropdown.cpp Reduce `<algorithm>` include (#21947) 2024-05-01 13:47:27 +02:00
EditorBottomToolbar.cpp Move Park into namespace, add other park-related things to struct 2024-04-04 18:14:27 +02:00
EditorInventionsList.cpp Part of #21421: replace define with constexpr (#21760) 2024-05-09 08:59:03 -03:00
EditorObjectSelection.cpp Introduce Config namespace and struct 2024-05-10 12:10:21 +02:00
EditorObjectiveOptions.cpp Replace GfxDrawString() with DrawText() 2024-05-10 09:56:03 +00:00
EditorScenarioOptions.cpp Reduce `<algorithm>` include (#21947) 2024-05-01 13:47:27 +02:00
Error.cpp Re-introduce message on successful screenshot (#21983) 2024-05-10 15:04:12 +02:00
Finances.cpp Part of #21421: replace define with constexpr (#21760) 2024-05-09 08:59:03 -03:00
Footpath.cpp Refactor slope flags 2024-05-10 20:16:07 +02:00
GameBottomToolbar.cpp Introduce Config namespace and struct 2024-05-10 12:10:21 +02:00
Guest.cpp Introduce Config namespace and struct 2024-05-10 12:10:21 +02:00
GuestList.cpp Part of #21421: replace define with constexpr (#21760) 2024-05-09 08:59:03 -03:00
InstallTrack.cpp Reduce `<algorithm>` include (#21947) 2024-05-01 13:47:27 +02:00
Land.cpp Speed up TerrainSurfaceObject::GetImageId() 2024-04-26 09:52:19 +02:00
LandRights.cpp Reduce `<algorithm>` include (#21947) 2024-05-01 13:47:27 +02:00
LoadSave.cpp Introduce Config namespace and struct 2024-05-10 12:10:21 +02:00
Main.cpp Remove STR_VIEWPORT (#22018) 2024-05-11 18:21:45 +00:00
Map.cpp Offset minimap using screen coords instead 2024-05-13 23:31:06 +02:00
MapGen.cpp Remove <algorithm> include from Location.hpp (#21993) 2024-05-09 11:54:40 +00:00
MapTooltip.cpp OpenRCT2::Ui::Windows namespace for OpenRCT2 Ui Windows (#21559) 2024-03-10 13:52:35 +00:00
MazeConstruction.cpp Close #21569: Remove 'Window' from Window Open function names (#21613) 2024-03-17 06:37:46 +00:00
Multiplayer.cpp Introduce Config namespace and struct 2024-05-10 12:10:21 +02:00
NetworkStatus.cpp Replace GfxDrawString() with DrawText() 2024-05-10 09:56:03 +00:00
NewCampaign.cpp Reduce inclusion of FixedVector.h (#21994) 2024-05-09 12:34:18 +00:00
NewRide.cpp Introduce Config namespace and struct 2024-05-10 12:10:21 +02:00
News.cpp Remove dependency on StringIds.h from Localisation.h (#22011) 2024-05-10 19:14:05 +00:00
NewsOptions.cpp Introduce Config namespace and struct 2024-05-10 12:10:21 +02:00
ObjectLoadError.cpp Replace GfxDrawString() with DrawText() 2024-05-10 09:56:03 +00:00
Options.cpp Options: extract common code to ToggleToolbarSetting helper 2024-05-08 21:22:28 +02:00
Park.cpp Introduce Config namespace and struct 2024-05-10 12:10:21 +02:00
PatrolArea.cpp Reduce `<algorithm>` include (#21947) 2024-05-01 13:47:27 +02:00
Player.cpp Replace GfxDrawString() with DrawText() 2024-05-10 09:56:03 +00:00
RefurbishRidePrompt.cpp Move Park into namespace, add other park-related things to struct 2024-04-04 18:14:27 +02:00
Research.cpp Remove dependency on StringIds.h from Localisation.h (#22011) 2024-05-10 19:14:05 +00:00
Ride.cpp Clean up more ride type references 2024-05-13 09:20:51 +02:00
RideConstruction.cpp Clean up more ride type references 2024-05-13 09:20:51 +02:00
RideList.cpp Part of #21421: replace define with constexpr (#21760) 2024-05-09 08:59:03 -03:00
SavePrompt.cpp Introduce Config namespace and struct 2024-05-10 12:10:21 +02:00
ScenarioSelect.cpp Introduce Config namespace and struct 2024-05-10 12:10:21 +02:00
Scenery.cpp Reduce `<algorithm>` include (#21947) 2024-05-01 13:47:27 +02:00
SceneryScatter.cpp Remove <algorithm> include from Location.hpp (#21993) 2024-05-09 11:54:40 +00:00
ServerList.cpp Introduce Config namespace and struct 2024-05-10 12:10:21 +02:00
ServerStart.cpp Introduce Config namespace and struct 2024-05-10 12:10:21 +02:00
ShortcutKeys.cpp Fix compilation on Arch Linux with GCC 14 (#22031) 2024-05-13 22:09:00 +00:00
Sign.cpp Remove STR_VIEWPORT (#22018) 2024-05-11 18:21:45 +00:00
Staff.cpp Introduce Config namespace and struct 2024-05-10 12:10:21 +02:00
StaffFirePrompt.cpp Close #21569: Remove 'Window' from Window Open function names (#21613) 2024-03-17 06:37:46 +00:00
StaffList.cpp Introduce Config namespace and struct 2024-05-10 12:10:21 +02:00
TextInput.cpp Remove Config.h include from many places 2024-05-08 22:29:32 +02:00
Themes.cpp Replace GfxDrawString() with DrawText() 2024-05-10 09:56:03 +00:00
TileInspector.cpp Refactor slope flags 2024-05-10 20:16:07 +02:00
TitleExit.cpp Remove Config.h include from many places 2024-05-08 22:29:32 +02:00
TitleLogo.cpp Close #21569: Remove 'Window' from Window Open function names (#21613) 2024-03-17 06:37:46 +00:00
TitleMenu.cpp Remove Config.h include from many places 2024-05-08 22:29:32 +02:00
TitleOptions.cpp Remove Config.h include from many places 2024-05-08 22:29:32 +02:00
Tooltip.cpp Remove <algorithm> include from Location.hpp (#21993) 2024-05-09 11:54:40 +00:00
TopToolbar.cpp Deduplicate button width and alignment code 2024-05-09 12:35:34 +02:00
TrackDesignManage.cpp Reduce `<algorithm>` include (#21947) 2024-05-01 13:47:27 +02:00
TrackDesignPlace.cpp Refactor slope flags 2024-05-10 20:16:07 +02:00
TrackList.cpp Introduce Config namespace and struct 2024-05-10 12:10:21 +02:00
Transparency.cpp Introduce Config namespace and struct 2024-05-10 12:10:21 +02:00
ViewClipping.cpp Introduce Config namespace and struct 2024-05-10 12:10:21 +02:00
Viewport.cpp Close #21569: Remove 'Window' from Window Open function names (#21613) 2024-03-17 06:37:46 +00:00
Water.cpp Reduce `<algorithm>` include (#21947) 2024-05-01 13:47:27 +02:00
Window.h Re-introduce message on successful screenshot (#21983) 2024-05-10 15:04:12 +02:00