Skip to content

Commit b7199e3

Browse files
Release v0.4.22
- Feature: [#24206] [Plugin] Add APIs for breaking down rides, reading the current breakdown, and for fixing broken down rides. - Improved: [#20073] The OpenGL drawing engine now supports screen invalidation which avoids the redrawing of unchanged regions. - Improved: [#21767] RCT Classic for macOS can now be used as the source game. - Improved: [#23590] Title bars are now drawn bigger when “Enlarged UI” is enabled. - Improved: [#23626] Add small, medium and large flat and sloped turns, S-bends and diagonal track to the Go-Karts. - Improved: [#23982] The scenario objective window has been merged into the scenario options window. - Improved: [#24233] RCT Classic+ from Apple Arcade can now be used as the source game, and is detected automatically. - Improved: [#24260] Better performance on parks that have a lot of Guests and Entertainers. - Improved: [#24319] RCT Classic installs via Steam are now detected automatically on Windows. - Change: [#23803] Lightning strikes and thunder now happen at the same frequency independently of the game speed. - Change: [#23857] Replace display options tab with custom sprites. - Change: [#24069] [Plugin] Plugins are now available in the scenario editor and track designer. - Change: [#24135] Compress Emscripten js/wasm files. - Change: [#24194] The advanced options tab has been reworked to make it easier to find the RCT1 path setting. - Change: [#24235] Small changes to RCT1 theme. - Change: [#24236] Controls and Interface options now both have their own tabs in the Options window. - Change: [#24308] “Software” and “Software (hardware display)” renderers have been merged into a single “Software” renderer. - Change: [#24317] The scenery window now shows at least one row of scenery objects, even if there are multiple rows of tabs. - Fix: [#18479] Tile elements ordered beneath water do not draw correctly. - Fix: [#19782] Game stops counting inversions and golf holes after 31 (original bug). - Fix: [#21207] Track List window gets positioned incorrectly. - Fix: [#21919] Non-recolourable cars still show colour picker (original bug). - Fix: [#22182] [Plugin] Crash when using map.getAllEntities("car"). - Fix: [#22634] Asset packs with sound effect overrides are not loaded correctly at startup. - Fix: [#23108] Missing pieces on Hypercoaster and Hyper-Twister, even with the ‘all drawable track pieces’ cheat enabled. - Fix: [#24013] Failure to load a scenario preview image (minimap) could lead to an uncaught exception error message. - Fix: [#24045] [Plugin] Data storage is not cleared when converting save game to scenario. - Fix: [#24121] Checkbox labels run beyond the edge of the window if they’re too long to fit. - Fix: [#24142] [Plugin] Track origin is miscalculated on downward slopes. - Fix: [#24220] Narrow station platforms have missing sides on certain rotations. - Fix: [#24286] Steam installs of RCT1 and RCT2 are not autodetected on macOS. - Fix: [#24310] [Plugin] Missing invalidation on various plugin api setters for entities.
1 parent 62c713f commit b7199e3

File tree

9 files changed

+46
-8
lines changed

9 files changed

+46
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ env:
3434
OPENRCT2_BUILD_SERVER: GitHub
3535
OPENRCT2_ORG_TOKEN: ${{ secrets.OPENRCT2_ORG_TOKEN }}
3636
BACKTRACE_IO_TOKEN: ${{ secrets.BACKTRACE_IO_TOKEN }}
37-
OPENRCT2_VERSION: 0.4.21
37+
OPENRCT2_VERSION: 0.4.22
3838

3939
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value
4040
concurrency:

debian/changelog

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
openrct2 (0.4.22-develop-1) unstable; urgency=medium
2+
3+
* Feature: [#24206] [Plugin] Add APIs for breaking down rides, reading the current breakdown, and for fixing broken down rides.
4+
* Improved: [#20073] The OpenGL drawing engine now supports screen invalidation which avoids the redrawing of unchanged regions.
5+
* Improved: [#21767] RCT Classic for macOS can now be used as the source game.
6+
* Improved: [#23590] Title bars are now drawn bigger when “Enlarged UI” is enabled.
7+
* Improved: [#23626] Add small, medium and large flat and sloped turns, S-bends and diagonal track to the Go-Karts.
8+
* Improved: [#23982] The scenario objective window has been merged into the scenario options window.
9+
* Improved: [#24233] RCT Classic+ from Apple Arcade can now be used as the source game, and is detected automatically.
10+
* Improved: [#24260] Better performance on parks that have a lot of Guests and Entertainers.
11+
* Improved: [#24319] RCT Classic installs via Steam are now detected automatically on Windows.
12+
* Change: [#23803] Lightning strikes and thunder now happen at the same frequency independently of the game speed.
13+
* Change: [#23857] Replace display options tab with custom sprites.
14+
* Change: [#24069] [Plugin] Plugins are now available in the scenario editor and track designer.
15+
* Change: [#24135] Compress Emscripten js/wasm files.
16+
* Change: [#24194] The advanced options tab has been reworked to make it easier to find the RCT1 path setting.
17+
* Change: [#24235] Small changes to RCT1 theme.
18+
* Change: [#24236] Controls and Interface options now both have their own tabs in the Options window.
19+
* Change: [#24308] “Software” and “Software (hardware display)” renderers have been merged into a single “Software” renderer.
20+
* Change: [#24317] The scenery window now shows at least one row of scenery objects, even if there are multiple rows of tabs.
21+
* Fix: [#18479] Tile elements ordered beneath water do not draw correctly.
22+
* Fix: [#19782] Game stops counting inversions and golf holes after 31 (original bug).
23+
* Fix: [#21207] Track List window gets positioned incorrectly.
24+
* Fix: [#21919] Non-recolourable cars still show colour picker (original bug).
25+
* Fix: [#22182] [Plugin] Crash when using map.getAllEntities("car").
26+
* Fix: [#22634] Asset packs with sound effect overrides are not loaded correctly at startup.
27+
* Fix: [#23108] Missing pieces on Hypercoaster and Hyper-Twister, even with the ‘all drawable track pieces’ cheat enabled.
28+
* Fix: [#24013] Failure to load a scenario preview image (minimap) could lead to an uncaught exception error message.
29+
* Fix: [#24045] [Plugin] Data storage is not cleared when converting save game to scenario.
30+
* Fix: [#24121] Checkbox labels run beyond the edge of the window if they’re too long to fit.
31+
* Fix: [#24142] [Plugin] Track origin is miscalculated on downward slopes.
32+
* Fix: [#24220] Narrow station platforms have missing sides on certain rotations.
33+
* Fix: [#24286] Steam installs of RCT1 and RCT2 are not autodetected on macOS.
34+
* Fix: [#24310] [Plugin] Missing invalidation on various plugin api setters for entities.
35+
136
openrct2 (0.4.21-develop-1) unstable; urgency=medium
237

338
* Feature: [#22646] New scenario files now contain a minimap image, shown in the scenario selection window.

distribution/changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.4.22 (in development)
1+
0.4.22 (2025-05-04)
22
------------------------------------------------------------------------
33
- Feature: [#24206] [Plugin] Add APIs for breaking down rides, reading the current breakdown, and for fixing broken down rides.
44
- Improved: [#20073] The OpenGL drawing engine now supports screen invalidation which avoids the redrawing of unchanged regions.

distribution/linux/openrct2.appdata.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,9 @@
404404
<content_attribute id="money-gambling">none</content_attribute>
405405
</content_rating>
406406
<releases>
407+
<release version="0.4.22" date="2025-05-04">
408+
<url>https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.22</url>
409+
</release>
407410
<release version="0.4.21" date="2025-04-05">
408411
<url>https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.21</url>
409412
</release>

distribution/macos/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundlePackageType</key>
1414
<string>APPL</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>0.4.21</string>
16+
<string>0.4.22</string>
1717
<key>CFBundleSignature</key>
1818
<string>ORCT</string>
1919
<key>LSMinimumSystemVersion</key>

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
### Download
2020
| Latest release | Latest development build |
2121
|--------------------------------------------------------------------------------------------------------------------------|--------------------------|
22-
| [![OpenRCT2.org](https://img.shields.io/badge/master-v0.4.21-green.svg)](https://openrct2.org/downloads/master/latest) | [![OpenRCT2.org](https://img.shields.io/github/last-commit/OpenRCT2/OpenRCT2/develop)](https://openrct2.org/downloads/develop/latest) |
22+
| [![OpenRCT2.org](https://img.shields.io/badge/master-v0.4.22-green.svg)](https://openrct2.org/downloads/master/latest) | [![OpenRCT2.org](https://img.shields.io/github/last-commit/OpenRCT2/OpenRCT2/develop)](https://openrct2.org/downloads/develop/latest) |
2323

2424
---
2525

src/openrct2-android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
minSdkVersion 24
1111
targetSdkVersion 28
1212

13-
versionCode 9
14-
versionName '0.4.21'
13+
versionCode 10
14+
versionName '0.4.22'
1515
externalNativeBuild {
1616
cmake {
1717
arguments '-DANDROID_STL=c++_shared'

src/openrct2/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include <string>
1313

1414
#define OPENRCT2_NAME "OpenRCT2"
15-
#define kOpenRCT2Version "0.4.21"
15+
#define kOpenRCT2Version "0.4.22"
1616

1717
#if defined(__amd64__) || defined(_M_AMD64)
1818
#define OPENRCT2_ARCHITECTURE "x86-64"

src/openrct2/network/NetworkBase.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ using namespace OpenRCT2;
4949
// It is used for making sure only compatible builds get connected, even within
5050
// single OpenRCT2 version.
5151

52-
constexpr uint8_t kNetworkStreamVersion = 2;
52+
constexpr uint8_t kNetworkStreamVersion = 0;
5353

5454
const std::string kNetworkStreamID = std::string(kOpenRCT2Version) + "-" + std::to_string(kNetworkStreamVersion);
5555

0 commit comments

Comments
 (0)