mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-21 14:53:02 +01:00
Release v0.4.17
- Feature: [#23166] Add Galician translation. - Feature: [#23227] Add Classic Wooden Twister roller coaster, for better compatibility with RCT1. - Improved: [#23051] Add large sloped turns and new inversions to the Twister, Vertical Drop, Hyper and Flying Roller Coasters. - Improved: [#23123] Improve sorting of roller coasters in build new ride menu. - Improved: [#23211] Add boosters to classic wooden roller coaster (cheats only). - Improved: [#23229] Add debug option for making the sprite sorting algorithm stable. - Improved: [#23233] Add diagonal booster to LSM Launched Coaster. - Improved: [#23277] Add small, medium and large turns, diagonal track and S-bends to the Boat Hire. - Fix: [#20070, #22972] Missing and mismatched flat and sloped footpaths on several scenarios. - Fix: [#22726] ‘Force park rating’ cheat is not saved with the park. - Fix: [#23064] Stand-Up Roller Coaster unbanked to banked track pieces are misaligned. - Fix: [#23066] Stand-Up Roller Coaster has many supports that don't join up to the track. - Fix: [#23206] Multiplayer desyncs when FPS is uncapped. - Fix: [#23238] Updating a guest’s favourite ride works differently from vanilla RCT2. - Fix: [objects#355] Fix colour preset settings of the Stand-Up Roller Coaster trains. - Fix: [objects#355] Fix colour preset settings of many vehicles from Wacky Worlds and Time Twister.
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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.16
|
OPENRCT2_VERSION: 0.4.17
|
||||||
|
|
||||||
# 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:
|
||||||
@@ -95,6 +95,8 @@ jobs:
|
|||||||
echo "name=${{ steps.ghd.outputs.describe }}" >> $GITHUB_OUTPUT
|
echo "name=${{ steps.ghd.outputs.describe }}" >> $GITHUB_OUTPUT
|
||||||
- name: Sign
|
- name: Sign
|
||||||
id: sign
|
id: sign
|
||||||
|
env:
|
||||||
|
SIGNPATH_API_TOKEN: ${{ secrets.SIGNPATH_API_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
sign=${{ env.SIGNPATH_API_TOKEN != '' && github.event.inputs.sign != 'no' && (needs.build_variables.outputs.push || startsWith(github.ref, 'refs/tags/v')) }}
|
sign=${{ env.SIGNPATH_API_TOKEN != '' && github.event.inputs.sign != 'no' && (needs.build_variables.outputs.push || startsWith(github.ref, 'refs/tags/v')) }}
|
||||||
# if using workflow_dispatch, use the provided certificate
|
# if using workflow_dispatch, use the provided certificate
|
||||||
|
|||||||
19
debian/changelog
vendored
19
debian/changelog
vendored
@@ -1,3 +1,22 @@
|
|||||||
|
openrct2 (0.4.17-develop-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Feature: [#23166] Add Galician translation.
|
||||||
|
* Feature: [#23227] Add Classic Wooden Twister roller coaster, for better compatibility with RCT1.
|
||||||
|
* Improved: [#23051] Add large sloped turns and new inversions to the Twister, Vertical Drop, Hyper and Flying Roller Coasters.
|
||||||
|
* Improved: [#23123] Improve sorting of roller coasters in build new ride menu.
|
||||||
|
* Improved: [#23211] Add boosters to classic wooden roller coaster (cheats only).
|
||||||
|
* Improved: [#23229] Add debug option for making the sprite sorting algorithm stable.
|
||||||
|
* Improved: [#23233] Add diagonal booster to LSM Launched Coaster.
|
||||||
|
* Improved: [#23277] Add small, medium and large turns, diagonal track and S-bends to the Boat Hire.
|
||||||
|
* Fix: [#20070, #22972] Missing and mismatched flat and sloped footpaths on several scenarios.
|
||||||
|
* Fix: [#22726] ‘Force park rating’ cheat is not saved with the park.
|
||||||
|
* Fix: [#23064] Stand-Up Roller Coaster unbanked to banked track pieces are misaligned.
|
||||||
|
* Fix: [#23066] Stand-Up Roller Coaster has many supports that don't join up to the track.
|
||||||
|
* Fix: [#23206] Multiplayer desyncs when FPS is uncapped.
|
||||||
|
* Fix: [#23238] Updating a guest’s favourite ride works differently from vanilla RCT2.
|
||||||
|
* Fix: [objects#355] Fix colour preset settings of the Stand-Up Roller Coaster trains.
|
||||||
|
* Fix: [objects#355] Fix colour preset settings of many vehicles from Wacky Worlds and Time Twister.
|
||||||
|
|
||||||
openrct2 (0.4.16-develop-1) unstable; urgency=medium
|
openrct2 (0.4.16-develop-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Feature: [#20810] New ride type: LSM Launched Roller Coaster.
|
* Feature: [#20810] New ride type: LSM Launched Roller Coaster.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
0.4.17 (in development)
|
0.4.17 (2024-12-08)
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
- Feature: [#23166] Add Galician translation.
|
- Feature: [#23166] Add Galician translation.
|
||||||
- Feature: [#23227] Add Classic Wooden Twister roller coaster, for better compatibility with RCT1.
|
- Feature: [#23227] Add Classic Wooden Twister roller coaster, for better compatibility with RCT1.
|
||||||
|
|||||||
@@ -243,6 +243,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.17" date="2024-12-08">
|
||||||
|
<url>https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.17</url>
|
||||||
|
</release>
|
||||||
<release version="0.4.16" date="2024-11-03">
|
<release version="0.4.16" date="2024-11-03">
|
||||||
<url>https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.16</url>
|
<url>https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.16</url>
|
||||||
</release>
|
</release>
|
||||||
|
|||||||
@@ -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.16</string>
|
<string>0.4.17</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>ORCT</string>
|
<string>ORCT</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
### Download
|
### Download
|
||||||
| Latest release | Latest development build |
|
| Latest release | Latest development build |
|
||||||
|-----------------------------------------------------------------------------------------------------------------------|--------------------------|
|
|-----------------------------------------------------------------------------------------------------------------------|--------------------------|
|
||||||
| [](https://openrct2.org/downloads/master/latest) | [](https://openrct2.org/downloads/develop/latest) |
|
| [](https://openrct2.org/downloads/master/latest) | [](https://openrct2.org/downloads/develop/latest) |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -10,8 +10,8 @@ android {
|
|||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
|
|
||||||
versionCode 4
|
versionCode 5
|
||||||
versionName '0.4.16'
|
versionName '0.4.17'
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
arguments '-DANDROID_STL=c++_shared'
|
arguments '-DANDROID_STL=c++_shared'
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#define OPENRCT2_NAME "OpenRCT2"
|
#define OPENRCT2_NAME "OpenRCT2"
|
||||||
#define OPENRCT2_VERSION "0.4.16"
|
#define OPENRCT2_VERSION "0.4.17"
|
||||||
|
|
||||||
#if defined(__amd64__) || defined(_M_AMD64)
|
#if defined(__amd64__) || defined(_M_AMD64)
|
||||||
#define OPENRCT2_ARCHITECTURE "x86-64"
|
#define OPENRCT2_ARCHITECTURE "x86-64"
|
||||||
|
|||||||
@@ -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 = 6;
|
constexpr uint8_t kNetworkStreamVersion = 0;
|
||||||
|
|
||||||
const std::string kNetworkStreamID = std::string(OPENRCT2_VERSION) + "-" + std::to_string(kNetworkStreamVersion);
|
const std::string kNetworkStreamID = std::string(OPENRCT2_VERSION) + "-" + std::to_string(kNetworkStreamVersion);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user