1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 21:13:05 +01:00
Commit Graph

20822 Commits

Author SHA1 Message Date
Aaron van Geffen
76ccc1b54e Move nature/weather cheats to their own tab 2024-08-19 20:27:18 +02:00
Aaron van Geffen
a944c1a15c Move date cheats to their own tab 2024-08-19 19:26:49 +02:00
mrmbernardi
e8f3d690df Fix Y axis label tick marks on park and finance graphs. (#22580)
Also adds variable padding to park graph Y axis labels.
2024-08-18 22:24:29 +10:00
Michael Steenbeek
d5a3cb4103 Pass support type to track drawers at runtime (#22570) 2024-08-18 12:18:33 +02:00
Aaron van Geffen
a090d68933 Reorder Map window tool widgets (#22541)
* Reorder Map window sandbox mode widgets

* Add custom icon for map gen and peep spawn buttons

* Resize map window when toggling sandbox mode

* Compensate minimap size for hidden scrollbars
2024-08-18 09:20:27 +00:00
Matt
a1d479d723 Merge pull request #22585 from Gymnasiast/fix/invisible-colour-in-randomise
Fix: ‘Randomise all’ sometimes picks invalid colours
2024-08-17 21:09:38 +03:00
Gymnasiast
71b9cfb12c Keep ‘i’ and ‘colour’ variables inside the loop 2024-08-17 19:06:09 +02:00
Gymnasiast
9bda9a50d5 Fix: ‘Randomise all’ sometimes picks invalid colours 2024-08-17 18:01:04 +02:00
Michael Steenbeek
ba95f4bd02 Map window: fix technical/practical terminology (#22232)
The technical size is 2 tiles bigger than the practical size, due to the ring of invisible tiles at the edge. This was not correctly used in the Map window.
2024-08-17 17:58:00 +02:00
Arnold Zhou
cbaf01658a Add option to randomise train or vehicle colours (#22206) 2024-08-17 11:55:32 +00:00
Aaron van Geffen
5f37ba6615 Rename footpath height related constants 2024-08-16 21:18:33 +00:00
Aaron van Geffen
4bdbd787a9 Fix lighting effects not toggling correctly (#22582)
* Fix lighting effects not toggling correctly

* Simplify boolean expressions around lighting effects options

* Invalidate entire screen after toggling lighting effects

* Add changelog entry
2024-08-16 20:37:21 +00:00
Matt
d72e535117 Fix #22457: Potential crash opening the scenario select window 2024-08-15 18:31:27 +02:00
Aaron van Geffen
2a99b2f1f9 Rework modifier key state into strong enum class (#22558)
* Rework modifier key state into strong enum class

* Move modifier key state into InputManager
2024-08-14 16:36:05 +02:00
Aaron van Geffen
0c97e44be0 Move GetInputManager and GetShortcutManager declarations (#22565) 2024-08-14 14:15:44 +01:00
Aaron van Geffen
6e444ea170 Split off MouseInput.h from Input.h (#22564)
* Move declarations from Input.h into new MouseInput.h

* Remove unused GetNextKey function from MouseInput.cpp
2024-08-14 14:14:16 +01:00
Michael Steenbeek
47800cddcf Change RTD flags to a strong enum 2024-08-13 20:20:25 +00:00
mrmbernardi
da8a049b81 Remove unused graph strings 2024-08-13 18:18:38 +02:00
Matt
06501b0e9a Fix #22316: Always recreate the window when changing drawing engine 2024-08-12 23:49:58 +02:00
Harry Hopkinson
4744c7416d Refactor object and network constants to kCamelCase 2024-08-11 20:21:24 +00:00
Michael Steenbeek
8ebacc1821 Close #19003: Change _currentTrackCurve to a struct 2024-08-11 21:35:29 +02:00
Aaron van Geffen
9daaa38f2a Fix invalidation for land ownership checkboxes (#22543) 2024-08-11 21:30:30 +02:00
Aaron van Geffen
aa7eb18d78 Rename ScrollBar struct to ScrollArea and rename its properties (#22539) 2024-08-11 16:21:53 +02:00
Gymnasiast
a436801d64 Remove TrackDrawerDescriptor::SupportsTrackGroup() 2024-08-11 15:27:12 +02:00
Gymnasiast
803f683f58 Update PreviewTrack field names 2024-08-11 15:15:45 +02:00
Gymnasiast
d93233f9fd Update TrackCoordinates field names 2024-08-11 15:06:19 +02:00
Gymnasiast
00c42431da Update PitchAndRoll field names 2024-08-11 15:02:33 +02:00
Gymnasiast
0ea9c5a2c2 Update TrackDefinition field names 2024-08-11 14:52:25 +02:00
Gymnasiast
9ed2e87f49 Replace tabs with spaces in TrackData.cpp 2024-08-11 14:10:48 +02:00
Harry Hopkinson
7a403e0537 Add cheat to make guests ignore prices 2024-08-11 11:27:32 +00:00
Michael Steenbeek
5910c63e3b Clean up WindowRideConstructionUpdateStateGetTrackElement() 2024-08-11 11:09:46 +00:00
Aaron van Geffen
d5485878f7 Remove unnecessary includes from TileInspector.cpp (#22535) 2024-08-11 11:00:46 +00:00
Michael Steenbeek
f0c73cb9ef Specify track style icon and tooltip in RTD 2024-08-11 10:42:11 +00:00
Aaron van Geffen
441e7816f9 LandRights: integrate Map window's land ownership tool 2024-08-05 19:01:18 +02:00
Aaron van Geffen
4fb673d0b9 LandSetRightsAction: calculate cost based on buying/selling rights 2024-08-11 12:00:33 +02:00
Aaron van Geffen
087af9889b LandRights: introduce extensible SwitchToMode function 2024-08-05 13:55:57 +02:00
Aaron van Geffen
482071a5ba LandRights: deduplicate OnToolDown, OnToolDrag 2024-08-02 14:37:10 +02:00
Greg
dae5b00f05 Close #22509: Refactor SPR_NONE to ImageIndex (#22517)
* ImageIndex typedef moved from ImageId.hpp to new file ImageIndexType.h.

* SPR_NONE redefined as ImageIndex type in ImageIndexType.h.

* SPR_NONE renamed to kSpriteIdNull

* Remove casts and enum all sprites as ImageIndex

* Remove sprites.h include from LandTool.h, RideData.h

* Ensure all RTD headers include sprites.h

---------

Co-authored-by: Aaron van Geffen <aaron@aaronweb.net>
2024-08-11 09:58:28 +00:00
mrmbernardi
c7159aa81e Variable padding for finance graph Y axis labels (#22498)
Also fixes overflows during plotting
2024-08-11 11:35:00 +02:00
lewyche
e2551821f3 Close #20942: Add button to remove park fences
Co-authored-by: Gymnasiast <Gymnasiast@users.noreply.github.com>
2024-08-11 09:31:57 +00:00
Aaron van Geffen
924f7ec6c3 Fix scenery window scrollbar disappearing 2024-08-11 10:56:39 +02:00
Matt
bbba91de78 Actually toggle vsync instead of re-initialising the entire thing again 2024-08-11 09:54:40 +02:00
Michael Steenbeek
07f54c22bd Create named enum for track group (#22523) 2024-08-11 09:26:19 +02:00
Aaron van Geffen
bc055f4031 Replace SCROLLBAR_SIZE macro with kScrollBarWidth constant 2024-08-09 19:48:04 +02:00
Aaron van Geffen
cbf739cf55 Map window: don't add padding for invisible scrollbars 2024-08-09 19:48:04 +02:00
Aaron van Geffen
44e8c0dc68 Ride window: remove logic to hide scrollbars manually 2024-08-09 19:48:04 +02:00
Aaron van Geffen
97c14f27ed Hide scrollbars when there is nothing to scroll 2024-08-09 19:48:04 +02:00
Gymnasiast
2e9db4bc9b Use new support calls in APVC
Exluding the slope up
2024-08-09 19:18:30 +02:00
Gymnasiast
a0613327c3 Use new support call in Heartline Twister C 2024-08-09 19:18:30 +02:00
Gymnasiast
1cf0a415f2 Update WoodenWildMouse.cpp with new support call 2024-08-09 19:18:30 +02:00