1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Release v0.4.29

- Feature: [#25459] Wall line dragging tool.
- Improved: [#25028] Stalls now support colour presets, just like regular rides.
- Improved: [#25426] Building the track designs index is now quicker.
- Improved: [#25490] The ‘New Ride’ window can now be resized.
- Fix: [#6228] The saved queue line path connections are not preserved when placing track designs (original bug).
- Fix: [#14365] Track designs with scenery below the lowest track piece do not preview correctly.
- Fix: [#25451] Dropdown item tooltips stay open if the mouse is moved over an empty space.
- Fix: [#25454] Opening the land tool while building a path bridge or tunnel closes the Footpaths window.
- Fix: [#25461] Path connections in raised track designs are sometimes broken when placed.
- Fix: [#25467] Paths are not connected together correctly in track design previews.
- Fix: [#25476] When both RCT2 and RCT1 are present, autodetection fails.
- Fix: [#25480] The mini track design preview and price are misaligned in Enlarged UI mode.
- Fix: [#25488] Crash in headless mode.
- Fix: [#25494] The Go-Karts steep to flat track does not draw correctly in the flat side tunnel.
- Fix: [#25518] The virtual floor does not draw correctly if expanded on the positive x and y axes.
- Fix: [#25519] Crackling audio when sampling frequencies do not match.
- Fix: [objects#401] Round tunnels on down slopes glitch.
- Fix: [objects#404] Wooden Wild Mine cars incorrectly allow setting a third remap colour.
- Fix: [objects#408] Australian fountain sets have confusing naming.
- Fix: [objects#409] LIM Launched Coaster trains incorrectly have a 10% intensity modifier set (original bug).
- Fix: [objects#410] Large scenery from the Wacky Worlds Africa theming have incorrect previews when using specific versions of the RCT2 base game.
- Fix: [objects#415] Penguin bobsleigh trains show incorrect sprites on the 12° down slope (original bug).
This commit is contained in:
Gymnasiast
2025-11-22 18:16:07 +01:00
parent 5819252876
commit ebe87be3da
9 changed files with 38 additions and 10 deletions

View File

@@ -34,7 +34,7 @@ env:
OPENRCT2_BUILD_SERVER: GitHub
OPENRCT2_ORG_TOKEN: ${{ secrets.OPENRCT2_ORG_TOKEN }}
BACKTRACE_IO_TOKEN: ${{ secrets.BACKTRACE_IO_TOKEN }}
OPENRCT2_VERSION: 0.4.28
OPENRCT2_VERSION: 0.4.29
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value
concurrency:

25
debian/changelog vendored
View File

@@ -1,3 +1,28 @@
openrct2 (0.4.29-develop-1) unstable; urgency=medium
* Feature: [#25459] Wall line dragging tool.
* Improved: [#25028] Stalls now support colour presets, just like regular rides.
* Improved: [#25426] Building the track designs index is now quicker.
* Improved: [#25490] The New Ride window can now be resized.
* Fix: [#6228] The saved queue line path connections are not preserved when placing track designs (original bug).
* Fix: [#14365] Track designs with scenery below the lowest track piece do not preview correctly.
* Fix: [#25451] Dropdown item tooltips stay open if the mouse is moved over an empty space.
* Fix: [#25454] Opening the land tool while building a path bridge or tunnel closes the Footpaths window.
* Fix: [#25461] Path connections in raised track designs are sometimes broken when placed.
* Fix: [#25467] Paths are not connected together correctly in track design previews.
* Fix: [#25476] When both RCT2 and RCT1 are present, autodetection fails.
* Fix: [#25480] The mini track design preview and price are misaligned in Enlarged UI mode.
* Fix: [#25488] Crash in headless mode.
* Fix: [#25494] The Go-Karts steep to flat track does not draw correctly in the flat side tunnel.
* Fix: [#25518] The virtual floor does not draw correctly if expanded on the positive x and y axes.
* Fix: [#25519] Crackling audio when sampling frequencies do not match.
* Fix: [objects#401] Round tunnels on down slopes glitch.
* Fix: [objects#404] Wooden Wild Mine cars incorrectly allow setting a third remap colour.
* Fix: [objects#408] Australian fountain sets have confusing naming.
* Fix: [objects#409] LIM Launched Coaster trains incorrectly have a 10% intensity modifier set (original bug).
* Fix: [objects#410] Large scenery from the Wacky Worlds Africa theming have incorrect previews when using specific versions of the RCT2 base game.
* Fix: [objects#415] Penguin bobsleigh trains show incorrect sprites on the 12° down slope (original bug).
openrct2 (0.4.28-develop-1) unstable; urgency=medium
* Feature: [#25286] Footpath area dragging tool.

View File

@@ -1,4 +1,4 @@
0.4.29 (in development)
0.4.29 (2025-11-22)
------------------------------------------------------------------------
- Feature: [#25459] Wall line dragging tool.
- Improved: [#25028] Stalls now support colour presets, just like regular rides.

View File

@@ -456,6 +456,9 @@
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<releases>
<release version="0.4.29" date="2025-11-22">
<url>https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.29</url>
</release>
<release version="0.4.28" date="2025-11-01">
<url>https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.28</url>
</release>

View File

@@ -13,7 +13,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.4.28</string>
<string>0.4.29</string>
<key>CFBundleSignature</key>
<string>ORCT</string>
<key>LSMinimumSystemVersion</key>

View File

@@ -17,9 +17,9 @@
---
### Download
| Latest release | Latest development build |
|------------------------------------------------------------------------------------------------------------------------|--------------------------|
| [![OpenRCT2.io](https://img.shields.io/badge/master-v0.4.28-green.svg)](https://openrct2.io/download/release/latest) | [![OpenRCT2.io](https://img.shields.io/github/last-commit/OpenRCT2/OpenRCT2/develop)](https://openrct2.io/download/develop/latest) |
| Latest release | Latest development build |
|----------------------------------------------------------------------------------------------------------------------|--------------------------|
| [![OpenRCT2.io](https://img.shields.io/badge/master-v0.4.29-green.svg)](https://openrct2.io/download/release/latest) | [![OpenRCT2.io](https://img.shields.io/github/last-commit/OpenRCT2/OpenRCT2/develop)](https://openrct2.io/download/develop/latest) |
---

View File

@@ -21,8 +21,8 @@ android {
minSdkVersion 24
targetSdkVersion 36
versionCode 15
versionName '0.4.28'
versionCode 16
versionName '0.4.29'
externalNativeBuild {
cmake {
arguments '-DANDROID_STL=c++_shared', '-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON'

View File

@@ -12,7 +12,7 @@
#include <string>
#define OPENRCT2_NAME "OpenRCT2"
#define kOpenRCT2Version "0.4.28"
#define kOpenRCT2Version "0.4.29"
#if defined(__amd64__) || defined(_M_AMD64)
#define OPENRCT2_ARCHITECTURE "x86-64"

View File

@@ -47,7 +47,7 @@
// It is used for making sure only compatible builds get connected, even within
// single OpenRCT2 version.
constexpr uint8_t kStreamVersion = 4;
constexpr uint8_t kStreamVersion = 0;
const std::string kStreamID = std::string(kOpenRCT2Version) + "-" + std::to_string(kStreamVersion);