27657 Commits

Author SHA1 Message Date
Michał Janiszewski
ad0f703ca8 Remove old upload code to prevent uploading twice
As we now upload in dedicated job to our own repo without any
intermediary, there's no need to keep the upload-build script nor the
steps executing it
2024-10-18 21:36:32 +02:00
Michał Janiszewski
1ae9bf2c26 Update artifact name 2024-10-18 21:36:32 +02:00
Michał Janiszewski
b24990080e Do releases in binaries repo 2024-10-18 21:36:32 +02:00
Michał Janiszewski
34720ff33f Checkout changelog.txt 2024-10-18 16:33:25 +02:00
Michael Steenbeek
0d6ed8efc5 Close windows before loading another save 2024-10-18 09:14:50 +02:00
Duncan
236f4afbd7 Fix default supports for large scenery (#23014) 2024-10-17 20:19:06 +00:00
Aaron van Geffen
0c842d795e Fix .sea files not being listed in scenario index (#23013) 2024-10-17 21:27:25 +02:00
Michael Steenbeek
2c7c9a5e05 Add #23010 to changelog
[ci skip]
2024-10-17 14:17:10 +02:00
Michael Steenbeek
5ec1b5bf9d Compile AppImage with Ubuntu 22.04 + Clang 15 2024-10-17 12:41:20 +02:00
Duncan
f6582647f5 Large scenery tiles 2 (#22888)
* Use std::span for tiles

* Add an index helper parameter

* Use coordsxyz

* Split up corners and walls

* Use bools for the two flags

* Apply coding style

* Refer only to LargeSceneryObject where required

* Address comments
2024-10-16 22:35:29 +01:00
Michael Steenbeek
8063c5caa7 Reduce casting for objects 2024-10-16 14:12:25 +02:00
Duncan
5934dc6380 Remove void* obj from RideEntry 2024-10-16 10:50:38 +02:00
mrmbernardi
9eb6ee2417 Fix UB from unaligned load of RLE line offsets 2024-10-15 22:03:38 +02:00
Michael Steenbeek
a2ed026264 Split up remaining tile elements 2024-10-15 22:02:31 +02:00
Michael Steenbeek
366d6a51dd Merge pull request #23001 from Gymnasiast/refactor/remove-more-unused
Remove more unused functions
2024-10-15 19:26:48 +02:00
Gymnasiast
66c1ddde91 Remove two unused functions from MemoryStream 2024-10-15 17:47:45 +02:00
Gymnasiast
2599432b95 Remove unused Memory.hpp array functions 2024-10-15 17:44:41 +02:00
Gymnasiast
449d884434 Remove unused Collections::ToArray() 2024-10-15 17:43:05 +02:00
Michael Steenbeek
0ec76e09d4 Remove unused IStream::ReadString() function and fix includes 2024-10-15 17:39:54 +02:00
Michael Steenbeek
1ccef10b19 Fix #22633: Crash when drawing loading screen with an outdated g2.dat 2024-10-15 14:01:46 +00:00
Michael Steenbeek
8a9d5edc2d Fix #22615: Crash when drawing Space Rings with invalid ride entry 2024-10-15 15:50:42 +02:00
mrmbernardi
aea385a6ab Fix PatrolArea and AudioSource memory leaks (#22992) 2024-10-15 12:16:56 +00:00
mrmbernardi
498a2e349b CMake option to turn on the AddressSanitizer (#22985) 2024-10-15 11:11:47 +02:00
OpenRCT2 git bot
ff07f09fe7 Merge Localisation/master into OpenRCT2/develop 2024-10-15 04:02:18 +00:00
Michael Steenbeek
71ce725a2a Split off BannerElement and TrackElement (#22955) 2024-10-14 14:26:10 +02:00