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

Release v0.4.16

- Feature: [#20810] New ride type: LSM Launched Roller Coaster.
- Improved: [#22937] Add banked sloped turns and many other pieces to the Corkscrew, Hypercoaster and Lay-down Roller Coaster.
- Improved: [#22967] Add medium and large half loops to the Wooden and Classic Wooden Roller Coasters.
- Improved: [#23010] Make AppImage compatible with Ubuntu 22.04 and Debian Bookworm again.
- Change: [#20810] Giga Coaster boosters and launched lift hill track pieces are now locked behind cheats.
- Fix: [#21221] Trains use unbanked sprites on flat to gentle diagonal banked track pieces.
- Fix: [#22615] Crash when drawing Space Rings with an invalid ride entry.
- Fix: [#22633] Crash when drawing loading screen with an outdated g2.dat.
- Fix: [#22908] Crash when passing through a door from an invalid wall type.
- Fix: [#22918] Zooming with keyboard moves the view off centre.
- Fix: [#22920] Crash when sacking a staff member.
- Fix: [#22921] Wooden RollerCoaster flat to steep railings appear in front of track in front of them.
- Fix: [#22962] Fuzzy horizontal-to-vertical line transitions in charts.
- Fix: [#23009] Scenarios from RCT Classic (.sea files) are not included in the scenario index.
- Fix: [#23015] Crash when loading a save game when the construction window is still open.
- Fix: [#23018] Crash when loading a new game when the construction window is still open.
- Fix: [#23023] Large scenery clearance height interpreted as negative when greater than 127.
- Fix: [#23044] "remove_unused_objects" command causes blank peep names.
- Fix: [#23048] Map generator allows map sizes out of range through text input.
- Fix: [#23058] [Plugin] Changing window colours doesn’t trigger the window to be fully redrawn.
- Fix: [#23085] LIM Launched Roller Coaster medium half loops clip into each other when built back-to-back.
This commit is contained in:
Michał Janiszewski
2024-11-03 18:41:19 +01:00
parent 42fd8b714d
commit c1082a3d6c
9 changed files with 36 additions and 9 deletions

View File

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

24
debian/changelog vendored
View File

@@ -1,3 +1,27 @@
openrct2 (0.4.16-develop-1) unstable; urgency=medium
* Feature: [#20810] New ride type: LSM Launched Roller Coaster.
* Improved: [#22937] Add banked sloped turns and many other pieces to the Corkscrew, Hypercoaster and Lay-down Roller Coaster.
* Improved: [#22967] Add medium and large half loops to the Wooden and Classic Wooden Roller Coasters.
* Improved: [#23010] Make AppImage compatible with Ubuntu 22.04 and Debian Bookworm again.
* Change: [#20810] Giga Coaster boosters and launched lift hill track pieces are now locked behind cheats.
* Fix: [#21221] Trains use unbanked sprites on flat to gentle diagonal banked track pieces.
* Fix: [#22615] Crash when drawing Space Rings with an invalid ride entry.
* Fix: [#22633] Crash when drawing loading screen with an outdated g2.dat.
* Fix: [#22908] Crash when passing through a door from an invalid wall type.
* Fix: [#22918] Zooming with keyboard moves the view off centre.
* Fix: [#22920] Crash when sacking a staff member.
* Fix: [#22921] Wooden RollerCoaster flat to steep railings appear in front of track in front of them.
* Fix: [#22962] Fuzzy horizontal-to-vertical line transitions in charts.
* Fix: [#23009] Scenarios from RCT Classic (.sea files) are not included in the scenario index.
* Fix: [#23015] Crash when loading a save game when the construction window is still open.
* Fix: [#23018] Crash when loading a new game when the construction window is still open.
* Fix: [#23023] Large scenery clearance height interpreted as negative when greater than 127.
* Fix: [#23044] "remove_unused_objects" command causes blank peep names.
* Fix: [#23048] Map generator allows map sizes out of range through text input.
* Fix: [#23058] [Plugin] Changing window colours doesnt trigger the window to be fully redrawn.
* Fix: [#23085] LIM Launched Roller Coaster medium half loops clip into each other when built back-to-back.
openrct2 (0.4.15-develop-1) unstable; urgency=medium
* Feature: [#775] Add 2x and 4x zoom levels to software renderer (previously limited to OpenGL).

View File

@@ -1,4 +1,4 @@
0.4.16 (in development)
0.4.16 (2024-11-03)
------------------------------------------------------------------------
- Feature: [#20810] New ride type: LSM Launched Roller Coaster.
- Improved: [#22937] Add banked sloped turns and many other pieces to the Corkscrew, Hypercoaster and Lay-down Roller Coaster.

View File

@@ -69,7 +69,10 @@
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<releases>
<release version="0.4.15" date="2024-09-01">
<release version="0.4.16" date="2024-11-03">
<url>https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.16</url>
</release>
<release version="0.4.15" date="2024-10-06">
<url>https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.15</url>
</release>
<release version="0.4.14" date="2024-09-01">

View File

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

View File

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

View File

@@ -10,8 +10,8 @@ android {
minSdkVersion 21
targetSdkVersion 28
versionCode 3
versionName '0.4.15'
versionCode 4
versionName '0.4.16'
externalNativeBuild {
cmake {
arguments '-DANDROID_STL=c++_shared'

View File

@@ -12,7 +12,7 @@
#include <string>
#define OPENRCT2_NAME "OpenRCT2"
#define OPENRCT2_VERSION "0.4.15"
#define OPENRCT2_VERSION "0.4.16"
#if defined(__amd64__) || defined(_M_AMD64)
# 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
// single OpenRCT2 version.
constexpr uint8_t kNetworkStreamVersion = 9;
constexpr uint8_t kNetworkStreamVersion = 0;
const std::string kNetworkStreamID = std::string(OPENRCT2_VERSION) + "-" + std::to_string(kNetworkStreamVersion);