Aaron van Geffen
67fa13f4ac
Move window shim definitions into Widget.h ( #22412 )
...
* Move window shim definitions into Widget.h
* Remove unnecessary TileInspectorGlobals.h include from Window.h
* Remove Ride.h include from Window.h
2024-07-29 22:31:57 +02:00
OpenRCT2 git bot
e5f897e7c2
Merge Localisation/master into OpenRCT2/develop
2024-07-29 04:01:56 +00:00
Aaron van Geffen
e24a77c920
Merge pull request #22352 from AaronVanGeffen/editor-tabs
...
Group related object types in the object selection window
2024-07-28 22:41:31 +02:00
Aaron van Geffen
021a49fd19
Amend changelog
2024-07-28 22:24:08 +02:00
Aaron van Geffen
6b72aaed0c
Make UtilBitScanForward a header implementation ( #22406 )
2024-07-28 19:43:07 +00:00
Aaron van Geffen
51816d2bd5
Disambiguate calls to UtilBitScanForward ( #22402 )
2024-07-28 18:44:59 +02:00
Aaron van Geffen
ed5f53e652
Set window title for sub-tabs as well
2024-07-28 18:34:02 +02:00
Aaron van Geffen
15944738c7
Update filter dropdown caption with (number of) active source(s)
2024-07-28 15:40:44 +02:00
Aaron van Geffen
2be82c280d
Replace macros with isFilterActive function
2024-07-28 14:57:56 +02:00
Aaron van Geffen
b87e8fd193
Group entrances and terrain objects as well
2024-07-28 14:52:35 +02:00
Michael Steenbeek
a0be444d24
Improve contrast for error messages
...
Co-authored-by: Aaron van Geffen <aaron@aaronweb.net >
2024-07-28 11:19:59 +02:00
Aaron van Geffen
0df7e41f59
Fix #17390 : Object selection ride tab uses wrong animations ( #22351 )
...
* Object selection ride tab uses wrong animations
* Keep track of currently selected sub-tab
* Add changelog entry
2024-07-27 21:54:19 +02:00
Aaron van Geffen
b02d461b02
Make SoftwareWithHardwareDisplay the default drawing engine ( #22346 )
2024-07-27 19:53:11 +02:00
mrmbernardi
9ed5c63857
Rename Location.hpp constants ( #22385 )
2024-07-26 10:23:25 +02:00
Aaron van Geffen
05e56517ab
Adopt existing namespaces into OpenRCT2 namespace ( #22368 )
...
* Put all of TitleSequenceManager into the same namespace
* Move RideConstructionState into the OpenRCT2 namespace
* Adopt existing namespaces into OpenRCT2 namespace
This adds `using namespace OpenRCT2` to compilation units where appropriate,
as a means to get the codebase to compile until these units have been placed
in a namespace of their own.
2024-07-26 09:59:58 +02:00
Michael Steenbeek
ecbb79db4c
Fix apostrophes in changelog
2024-07-26 09:09:18 +02:00
Andrew
df07d9cb2b
Close #19596 : Disable replay effects with a startup flag ( #22303 )
2024-07-25 17:29:01 -03:00
Guy Sviry
30a555d3c2
Expose vehicle.trackType to scripting ( #22272 )
...
Co-authored-by: Guy Sviry <guy@axissecurity.com >
2024-07-25 17:27:15 -03:00
Duncan
06bb987979
Add missing string includes ( #22378 )
2024-07-25 10:56:32 +02:00
lewyche
62467199ed
Fix #22265 : Track button doesn't stay pressed
2024-07-25 09:44:11 +02:00
Arnold Zhou
a749698566
[Plugin API] Feat: Expose staff statistics ( #22184 )
2024-07-24 20:10:34 -03:00
Aaron van Geffen
725f2c9576
Update outdated copyright notice in coaster files ( #22373 )
2024-07-25 00:49:56 +02:00
73
543d4f6ee8
Add RCT1 colour preset for Observation Tower Pole ( #22361 )
...
Adds white and yellow preset to Observation tower pole from rct1 thumbnail.
2024-07-25 00:03:16 +02:00
Aaron van Geffen
cfc1f05260
Use correct line endings in VehicleSubpositionData.cpp ( #22366 )
2024-07-24 19:41:26 +02:00
Stephan Spengler
ba779ac64c
Change ToolEventArgs.mapCoords from CoordsXYZ to CoordsXY
...
Testing showed that the event returns CoordsXY instead of CoordsXYZ. The code can be traced back to InteractionInfo.Loc (Viewport.h), which is CoordsXY.
2024-07-24 16:42:02 +02:00