1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-11 18:12:23 +01:00

Release v0.4.19

- Feature: [#23328] Introducing peep animation objects, enabling custom entertainer costumes.
- Feature: [#23569] Add large diagonal flat to steep and dive loop track pieces.
- Improved: [#20683] Allow Giga Coaster cable lift to start after block brake section.
- Improved: [#23328] The costume list in the staff window is now ordered alphabetically.
- Improved: [#23540] The file browser now optionally shows a file size column.
- Improved: [#23640] Building sprite repository with command line can use images array of JSON parkobj.
- Improved: [#23660] The ‘special elements’ dropdown has been reorganised, now using multiple columns and separators.
- Improved: [#23730] Added optional button to toolbar to rotate view anti-clockwise.
- Change: [#23328] All RCT2 entertainer costumes are now available in legacy parks.
- Fix: [#1479] Incorrect values provided by the in game console “get location” command.
- Fix: [#21794] Lay-down coaster cars reverse on first frames of downwards corkscrew.
- Fix: [#23221] Track designs are saved with an incorrect ‘air’ time statistic.
- Fix: [#23368] Incorrect refund amount when deleting track pieces at or above 96m.
- Fix: [#23508] Simultaneous virtual floors shown for ride and footpath.
- Fix: [#23512] Holding brakes are skipped if they’re too close together.
- Fix: [#23581] [Plugin] Food/drink items given to guests have no consumption duration set.
- Fix: [#23591] “Install new track” button in Track Designs Manager is misaligned.
- Fix: [#23618] Can no longer build diagonal brakes & block brakes on Steeplechase, Inverted Lay-down, & Inverted Multi-Dim roller coasters.
This commit is contained in:
Gymnasiast
2025-02-01 21:27:48 +01:00
parent a2df6f8f6a
commit 088081dae6
9 changed files with 31 additions and 7 deletions

View File

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

21
debian/changelog vendored
View File

@@ -1,3 +1,24 @@
openrct2 (0.4.19-develop-1) unstable; urgency=medium
* Feature: [#23328] Introducing peep animation objects, enabling custom entertainer costumes.
* Feature: [#23569] Add large diagonal flat to steep and dive loop track pieces.
* Improved: [#20683] Allow Giga Coaster cable lift to start after block brake section.
* Improved: [#23328] The costume list in the staff window is now ordered alphabetically.
* Improved: [#23540] The file browser now optionally shows a file size column.
* Improved: [#23640] Building sprite repository with command line can use images array of JSON parkobj.
* Improved: [#23660] The special elements dropdown has been reorganised, now using multiple columns and separators.
* Improved: [#23730] Added optional button to toolbar to rotate view anti-clockwise.
* Change: [#23328] All RCT2 entertainer costumes are now available in legacy parks.
* Fix: [#1479] Incorrect values provided by the in game console “get location” command.
* Fix: [#21794] Lay-down coaster cars reverse on first frames of downwards corkscrew.
* Fix: [#23221] Track designs are saved with an incorrect air time statistic.
* Fix: [#23368] Incorrect refund amount when deleting track pieces at or above 96m.
* Fix: [#23508] Simultaneous virtual floors shown for ride and footpath.
* Fix: [#23512] Holding brakes are skipped if theyre too close together.
* Fix: [#23581] [Plugin] Food/drink items given to guests have no consumption duration set.
* Fix: [#23591] “Install new track” button in Track Designs Manager is misaligned.
* Fix: [#23618] Can no longer build diagonal brakes & block brakes on Steeplechase, Inverted Lay-down, & Inverted Multi-Dim roller coasters.
openrct2 (0.4.18-develop-1) unstable; urgency=medium openrct2 (0.4.18-develop-1) unstable; urgency=medium
* Improved: [#23200] Add banked sloped turns and many other pieces to the Stand-Up and Classic Stand-Up Roller Coaster. * Improved: [#23200] Add banked sloped turns and many other pieces to the Stand-Up and Classic Stand-Up Roller Coaster.

View File

@@ -1,4 +1,4 @@
0.4.19 (in development) 0.4.19 (2025-02-01)
------------------------------------------------------------------------ ------------------------------------------------------------------------
- Feature: [#23328] Introducing peep animation objects, enabling custom entertainer costumes. - Feature: [#23328] Introducing peep animation objects, enabling custom entertainer costumes.
- Feature: [#23569] Add large diagonal flat to steep and dive loop track pieces. - Feature: [#23569] Add large diagonal flat to steep and dive loop track pieces.

View File

@@ -298,6 +298,9 @@
<content_attribute id="money-gambling">none</content_attribute> <content_attribute id="money-gambling">none</content_attribute>
</content_rating> </content_rating>
<releases> <releases>
<release version="0.4.19" date="2025-02-01">
<url>https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.19</url>
</release>
<release version="0.4.18" date="2025-01-08"> <release version="0.4.18" date="2025-01-08">
<url>https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.18</url> <url>https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.18</url>
</release> </release>

View File

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

View File

@@ -19,7 +19,7 @@
### Download ### Download
| Latest release | Latest development build | | Latest release | Latest development build |
|-----------------------------------------------------------------------------------------------------------------------|--------------------------| |-----------------------------------------------------------------------------------------------------------------------|--------------------------|
| [![OpenRCT2.org](https://img.shields.io/badge/master-v0.4.18-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) | | [![OpenRCT2.org](https://img.shields.io/badge/master-v0.4.19-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) |
--- ---

View File

@@ -11,7 +11,7 @@ android {
targetSdkVersion 28 targetSdkVersion 28
versionCode 6 versionCode 6
versionName '0.4.18' versionName '0.4.19'
externalNativeBuild { externalNativeBuild {
cmake { cmake {
arguments '-DANDROID_STL=c++_shared' arguments '-DANDROID_STL=c++_shared'

View File

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

View File

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