27657 Commits

Author SHA1 Message Date
Hielke Morsink
761f126acf Update title sequences to v0.4.14 release (#22472) 2024-08-30 17:21:29 +02:00
mrmbernardi
5c6e4e67a1 Merge pull request #22648 from mrmbernardi/fix-virtual-floor
Fix #22606: Virtual floor at wrong height for paths
2024-08-30 04:16:49 +10:00
Michael Bernardi
ea9787c155 Added changelog for #22606 2024-08-30 04:05:00 +10:00
Michael Bernardi
1602a68cae Remove unused headers in Footpath.cpp 2024-08-30 02:23:10 +10:00
Michael Bernardi
c2a69b3c5c Fix #22606: Virtual floor at wrong height for paths 2024-08-30 02:22:30 +10:00
OpenRCT2 git bot
dff7d3a930 Merge Localisation/master into OpenRCT2/develop 2024-08-27 04:02:35 +00:00
Michael Steenbeek
53cb740cab Merge pull request #22618 from Gymnasiast/refactor/tunnel-types
Normalise tunnel types
2024-08-26 11:51:00 +02:00
OpenRCT2 git bot
f041956354 Merge Localisation/master into OpenRCT2/develop 2024-08-25 04:02:16 +00:00
Michał Janiszewski
1b142417a7 Fix original ride ratings compilation (#22625)
* Fix original ride ratings compilation

* Update changelog.txt
2024-08-25 00:00:36 +02:00
Gymnasiast
2c752b0c1b Convert most TunnelType usage to TunnelGroup + TunnelSubType 2024-08-23 21:50:47 +02:00
Gymnasiast
8b05e05595 Pass TunnelGroup/TunnelSubType to track-related 2024-08-23 21:50:46 +02:00
Gymnasiast
1807273d37 Add split tunnel groups, tunnel subtypes 2024-08-23 21:50:46 +02:00
Aaron van Geffen
4cfc1737f8 Fix entrance/exit not being removable (#22612) 2024-08-23 09:36:16 +02:00
Aaron van Geffen
fe628aff0d Add ctrl/shift modifiers to footpath tool (#22569)
* Add prototype for ctrl/shift modifier keys in footpath tool

* Only allow paths at half heights when 'invalid heights' cheats are active

* Infer heights similarly to scenery tool when ModifierKey::ctrl is active
2024-08-22 21:15:20 +01:00
Matt
590ab65b2a Cleanup MemoryStream code (#22593)
* Deduplicate code, use std::bit_ceil to compute new capacity

* Remove unused constructor overload

* Remove more unused functions

* Fix memory leak using assignment operator with move

* Make access explicit via constness, do not allow arbitrary access

* Move the template specialized Write/Read to private section

* Simplify a lot of code by using the right types

* Fix copy constructor

* Directly copy the member in copy constructor

* Fix little mistake

* Pluck a memory leak on Android, fix the build

* Update changelog.txt
2024-08-22 19:24:00 +02:00
Michael Steenbeek
9105fe0804 Merge pull request #22595 from ZehMatt/sawyer-junk-2
Improve performance for SawyerChunkReader once again
2024-08-21 23:08:23 +02:00
Michael Steenbeek
8d88d72bf8 Merge pull request #22591 from Gymnasiast/refactor/metal-supports
Deduplicate metal supports
2024-08-21 23:06:50 +02:00
Aaron van Geffen
31527edbea Use named flags in RideGetPlacePositionFromScreenPosition (#22607) 2024-08-21 22:25:44 +02:00
Gymnasiast
d54d95f4b0 Add assertion against invalid directions in RotateMetalSupportGraphic() 2024-08-21 14:59:17 +02:00
Gymnasiast
c79eed65da Add space after “using namespace” 2024-08-21 14:59:17 +02:00
Gymnasiast
7d24e2ee39 Make MetalSupportGraphic internal to MetalSupports.cpp 2024-08-21 14:59:17 +02:00
Gymnasiast
64dea4cd5d Replace usages of MetalSupportGraphic with MetalSupportType 2024-08-21 14:59:17 +02:00
Gymnasiast
dc3c22b820 Introduce deduplicated MetalSupportType 2024-08-21 14:20:03 +02:00
Gymnasiast
87e91e388b Rename MetalSupportType to MetalSupportGraphic 2024-08-21 14:20:03 +02:00
OpenRCT2 git bot
8390ff569d Merge Localisation/master into OpenRCT2/develop 2024-08-21 04:02:02 +00:00