mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 01:22:25 +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:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -23,7 +23,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.15
|
OPENRCT2_VERSION: 0.4.16
|
||||||
|
|
||||||
# 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:
|
||||||
|
|||||||
24
debian/changelog
vendored
24
debian/changelog
vendored
@@ -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 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.
|
||||||
|
|
||||||
openrct2 (0.4.15-develop-1) unstable; urgency=medium
|
openrct2 (0.4.15-develop-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Feature: [#775] Add 2x and 4x zoom levels to software renderer (previously limited to OpenGL).
|
* Feature: [#775] Add 2x and 4x zoom levels to software renderer (previously limited to OpenGL).
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
0.4.16 (in development)
|
0.4.16 (2024-11-03)
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
- Feature: [#20810] New ride type: LSM Launched Roller Coaster.
|
- 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: [#22937] Add banked sloped turns and many other pieces to the Corkscrew, Hypercoaster and Lay-down Roller Coaster.
|
||||||
|
|||||||
@@ -69,7 +69,10 @@
|
|||||||
<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.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>
|
<url>https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.15</url>
|
||||||
</release>
|
</release>
|
||||||
<release version="0.4.14" date="2024-09-01">
|
<release version="0.4.14" date="2024-09-01">
|
||||||
|
|||||||
@@ -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.15</string>
|
<string>0.4.16</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 3
|
versionCode 4
|
||||||
versionName '0.4.15'
|
versionName '0.4.16'
|
||||||
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.15"
|
#define OPENRCT2_VERSION "0.4.16"
|
||||||
|
|
||||||
#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 = 9;
|
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