Skip to content

Commit 60dc190

Browse files
committed
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.
1 parent a84af0f commit 60dc190

File tree

9 files changed

+32
-8
lines changed

9 files changed

+32
-8
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 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.16
37+
OPENRCT2_VERSION: 0.4.17
3838

3939
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value
4040
concurrency:
@@ -95,6 +95,8 @@ jobs:
9595
echo "name=${{ steps.ghd.outputs.describe }}" >> $GITHUB_OUTPUT
9696
- name: Sign
9797
id: sign
98+
env:
99+
SIGNPATH_API_TOKEN: ${{ secrets.SIGNPATH_API_TOKEN }}
98100
run: |
99101
sign=${{ env.SIGNPATH_API_TOKEN != '' && github.event.inputs.sign != 'no' && (needs.build_variables.outputs.push || startsWith(github.ref, 'refs/tags/v')) }}
100102
# if using workflow_dispatch, use the provided certificate

debian/changelog

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
openrct2 (0.4.17-develop-1) unstable; urgency=medium
2+
3+
* Feature: [#23166] Add Galician translation.
4+
* Feature: [#23227] Add Classic Wooden Twister roller coaster, for better compatibility with RCT1.
5+
* Improved: [#23051] Add large sloped turns and new inversions to the Twister, Vertical Drop, Hyper and Flying Roller Coasters.
6+
* Improved: [#23123] Improve sorting of roller coasters in build new ride menu.
7+
* Improved: [#23211] Add boosters to classic wooden roller coaster (cheats only).
8+
* Improved: [#23229] Add debug option for making the sprite sorting algorithm stable.
9+
* Improved: [#23233] Add diagonal booster to LSM Launched Coaster.
10+
* Improved: [#23277] Add small, medium and large turns, diagonal track and S-bends to the Boat Hire.
11+
* Fix: [#20070, #22972] Missing and mismatched flat and sloped footpaths on several scenarios.
12+
* Fix: [#22726] ‘Force park rating’ cheat is not saved with the park.
13+
* Fix: [#23064] Stand-Up Roller Coaster unbanked to banked track pieces are misaligned.
14+
* Fix: [#23066] Stand-Up Roller Coaster has many supports that don't join up to the track.
15+
* Fix: [#23206] Multiplayer desyncs when FPS is uncapped.
16+
* Fix: [#23238] Updating a guest’s favourite ride works differently from vanilla RCT2.
17+
* Fix: [objects#355] Fix colour preset settings of the Stand-Up Roller Coaster trains.
18+
* Fix: [objects#355] Fix colour preset settings of many vehicles from Wacky Worlds and Time Twister.
19+
120
openrct2 (0.4.16-develop-1) unstable; urgency=medium
221

322
* Feature: [#20810] New ride type: LSM Launched Roller Coaster.

distribution/changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.4.17 (in development)
1+
0.4.17 (2024-12-08)
22
------------------------------------------------------------------------
33
- Feature: [#23166] Add Galician translation.
44
- Feature: [#23227] Add Classic Wooden Twister roller coaster, for better compatibility with RCT1.

distribution/linux/openrct2.appdata.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,9 @@
243243
<content_attribute id="money-gambling">none</content_attribute>
244244
</content_rating>
245245
<releases>
246+
<release version="0.4.17" date="2024-12-08">
247+
<url>https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.17</url>
248+
</release>
246249
<release version="0.4.16" date="2024-11-03">
247250
<url>https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.16</url>
248251
</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.16</string>
16+
<string>0.4.17</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.16-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.17-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 21
1111
targetSdkVersion 28
1212

13-
versionCode 4
14-
versionName '0.4.16'
13+
versionCode 5
14+
versionName '0.4.17'
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 OPENRCT2_VERSION "0.4.16"
15+
#define OPENRCT2_VERSION "0.4.17"
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 = 6;
52+
constexpr uint8_t kNetworkStreamVersion = 0;
5353

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

0 commit comments

Comments
 (0)