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

Release v0.4.11

- Feature: [#11512] Coloured usernames by group on multiplayer servers.
- Feature: [#21734] Park admittance price can now be set via text input.
- Feature: [#21957] [Plugin] Expose whether the game is paused to the plugin API.
- Improved: [#21728] “Fix all rides” cheat now also works if a mechanic is already fixing the ride.
- Improved: [#21769] Expose “animation is backwards” wall property in Tile Inspector.
- Improved: [#21855] Add a separator between “Load Game” and “Save Game”, to avoid accidental overwriting.
- Change: [#21715] [Plugin] Remove access to the internal `owner` property. Note: `ownership` is still accessible.
- Change: [#21855] Cheats menu dropdown no longer requires dragging.
- Change: [#21866] Hide the FPS Counter when the top toolbar/widgets have been toggled off.
- Change: [#21950] Construction and removal buttons can now be held down for repeated placement.
- Fix: [#866] Boat Hire boats get stuck entering track (original bug).
- Fix: [#10701] No reason specified when placing door over unsuitable track.
- Fix: [#18723, #21870] Attempting to demolish a flat ride in pause mode allows you to place multiple copies.
- Fix: [#19559] Custom rides with long descriptions extend into lower widgets.
- Fix: [#21696] Fullscreen window option not correctly applied on macOS.
- Fix: [#21749] Crash when loading park bigger than current limits.
- Fix: [#21787] Map generator heightmap should respect increased height limits.
- Fix: [#21829] When creating a new scenario, the default name contains formatting codes.
- Fix: [#21937] Build errors with the ORIGINAL_RATINGS flag.
- Fix: [objects#324] Cannot build Colosseum inside a turn or helix.
- Fix: [objects#325] Sloped castle walls are vertically offset by one pixel (original bug).
This commit is contained in:
Michał Janiszewski
2024-05-05 20:01:29 +02:00
parent 6721a74b26
commit 18d2b5ef6e
11 changed files with 38 additions and 11 deletions

View File

@@ -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.10 OPENRCT2_VERSION: 0.4.11
# 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
View File

@@ -1,3 +1,27 @@
openrct2 (0.4.11-develop-1) unstable; urgency=medium
* Feature: [#11512] Coloured usernames by group on multiplayer servers.
* Feature: [#21734] Park admittance price can now be set via text input.
* Feature: [#21957] [Plugin] Expose whether the game is paused to the plugin API.
* Improved: [#21728] “Fix all rides” cheat now also works if a mechanic is already fixing the ride.
* Improved: [#21769] Expose “animation is backwards” wall property in Tile Inspector.
* Improved: [#21855] Add a separator between “Load Game” and “Save Game”, to avoid accidental overwriting.
* Change: [#21715] [Plugin] Remove access to the internal `owner` property. Note: `ownership` is still accessible.
* Change: [#21855] Cheats menu dropdown no longer requires dragging.
* Change: [#21866] Hide the FPS Counter when the top toolbar/widgets have been toggled off.
* Change: [#21950] Construction and removal buttons can now be held down for repeated placement.
* Fix: [#866] Boat Hire boats get stuck entering track (original bug).
* Fix: [#10701] No reason specified when placing door over unsuitable track.
* Fix: [#18723, #21870] Attempting to demolish a flat ride in pause mode allows you to place multiple copies.
* Fix: [#19559] Custom rides with long descriptions extend into lower widgets.
* Fix: [#21696] Fullscreen window option not correctly applied on macOS.
* Fix: [#21749] Crash when loading park bigger than current limits.
* Fix: [#21787] Map generator heightmap should respect increased height limits.
* Fix: [#21829] When creating a new scenario, the default name contains formatting codes.
* Fix: [#21937] Build errors with the ORIGINAL_RATINGS flag.
* Fix: [objects#324] Cannot build Colosseum inside a turn or helix.
* Fix: [objects#325] Sloped castle walls are vertically offset by one pixel (original bug).
openrct2 (0.4.10-develop-1) unstable; urgency=medium openrct2 (0.4.10-develop-1) unstable; urgency=medium
* Feature: [#18171] Add port of the RCT1 Stand-Up Roller Coaster. * Feature: [#18171] Add port of the RCT1 Stand-Up Roller Coaster.

View File

@@ -1,4 +1,4 @@
0.4.11 (in development) 0.4.11 (2024-05-05)
------------------------------------------------------------------------ ------------------------------------------------------------------------
- Feature: [#11512] Coloured usernames by group on multiplayer servers. - Feature: [#11512] Coloured usernames by group on multiplayer servers.
- Feature: [#21734] Park admittance price can now be set via text input. - Feature: [#21734] Park admittance price can now be set via text input.

View File

@@ -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.10" date="2024-03-02"> <release version="0.4.11" date="2024-05-05">
<url>https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.11</url>
</release>
<release version="0.4.10" date="2024-04-02">
<url>https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.10</url> <url>https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.10</url>
</release> </release>
<release version="0.4.9" date="2024-03-02"> <release version="0.4.9" date="2024-03-02">

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.10</string> <string>0.4.11</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>ORCT</string> <string>ORCT</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>

View File

@@ -1,5 +1,5 @@
Last updated: 2024-04-02 Last updated: 2024-05-05
Release version: 0.4.10 Release version: 0.4.11
------------------------------------------------------------------------ ------------------------------------------------------------------------

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.10-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.11-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

@@ -6,7 +6,7 @@ set -e
# It should be dot sourced into your environment # It should be dot sourced into your environment
if [[ "$GITHUB_ACTIONS" != "true" ]]; then if [[ "$GITHUB_ACTIONS" != "true" ]]; then
export OPENRCT2_BUILD_SERVER=$(hostname) export OPENRCT2_BUILD_SERVER=$(hostname)
export OPENRCT2_VERSION=0.4.10 export OPENRCT2_VERSION=0.4.11
GITHUB_REF=$(git rev-parse --symbolic-full-name HEAD) GITHUB_REF=$(git rev-parse --symbolic-full-name HEAD)
GITHUB_SHA=$(git rev-parse HEAD) GITHUB_SHA=$(git rev-parse HEAD)
fi fi

View File

@@ -11,7 +11,7 @@ android {
targetSdkVersion 28 targetSdkVersion 28
versionCode 2 versionCode 2
versionName '0.4.10' versionName '0.4.11'
externalNativeBuild { externalNativeBuild {
cmake { cmake {
arguments '-DANDROID_STL=c++_shared' arguments '-DANDROID_STL=c++_shared'

View File

@@ -14,7 +14,7 @@
#include <string> #include <string>
#define OPENRCT2_NAME "OpenRCT2" #define OPENRCT2_NAME "OpenRCT2"
#define OPENRCT2_VERSION "0.4.10" #define OPENRCT2_VERSION "0.4.11"
#if defined(__amd64__) || defined(_M_AMD64) #if defined(__amd64__) || defined(_M_AMD64)
# define OPENRCT2_ARCHITECTURE "x86-64" # define OPENRCT2_ARCHITECTURE "x86-64"

View File

@@ -45,7 +45,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.
#define NETWORK_STREAM_VERSION "4" #define NETWORK_STREAM_VERSION "0"
#define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION #define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION