diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73c25c02e8..16296d0174 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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.9 + OPENRCT2_VERSION: 0.4.10 # https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value concurrency: diff --git a/debian/changelog b/debian/changelog index a14ba985e5..0778566341 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,44 @@ +openrct2 (0.4.10-develop-1) unstable; urgency=medium + + * Feature: [#18171] Add port of the RCT1 Stand-Up Roller Coaster. + * Feature: [#21590] [Plugin] Plugins can now read and write banner properties of tile elements. + * Feature: [#21636] Add shortcut key for sorting tile elements. + * Feature: [objects#294] Add scenery versions of wooden truss supports. + * Feature: [objects#295] Flipped version of wooden post. + * Improved: [#21424] Extra viewports can now rotate independently from the main viewport. + * Improved: [#21561, #21631] Enable more features in Android build (plugins, networking, multiplayer, audio formats). + * Improved: [#21599] Currency signs now use non-breaking spaces. + * Improved: [objects#157] Added sloped images for many walls. + * Improved: [objects#288] Better map colours and more sensible prices for RCT1 land surfaces. + * Improved: [objects#292] Vehicle colour cleanups for WW/TT vehicles. + * Improved: [objects#299] More accurate ratings modifiers for RCT1 vehicles. + * Improved: [objects#309] Updated names for dodgems and flying saucers vehicles. + * Improved: [objects#313] buildMenuPriority for dodgems and flying saucers vehicles. + * Change: [#21529] Classify “Southern Sands”, “Tiny Towers”, “Nevermore Park”, “Pacifica” as expert scenarios. + * Change: [#21545] Reorder Wacky Worlds scenarios and adjust their difficulty classification. + * Fix: [#910] Extra viewport does not preserve the location when rotating. + * Fix: [#18413] Crash when mouse over a hacked train. + * Fix: [#20338] Cannot select Scenery Picker or Scatter Tool when the scenery recolouring tool is active. + * Fix: [#21317] Track designer allows proceeding without an object selected. + * Fix: [#21360] If the object selection is missing certain types, the Object Selection window will switch to an incorrect tab. + * Fix: [#21419] Cannot place walls underground beneath sloped tiles with clearance checks disabled. + * Fix: [#21434] Number of guests overflows in objective text. + * Fix: [#21522] Supports for 3×3 turns and 45 degree turns on the Hybrid Coaster and Wooden Roller Coaster not drawn correctly. + * Fix: [#21543] Crash with creating a TrackIterator with invalid arguments. + * Fix: [#21635] Tile inspector hotkey can set wall slope for non-slopeable objects. + * Fix: [#21641] Crash when creating track iterator from an invalid tile element. + * Fix: [#21652] Dialog window to confirm overwriting files does not apply the theme colours correctly. + * Fix: [#21654] No sound effects when using RCT Classic as an asset base. + * Fix: [#21654] Extraneous reports of an object conflict between `rct2.audio.base` and `rct2.audio.base.rctc`. + * Fix: [#21664] Crash when switching between languages that use TTF. + * Fix: [#21668] Crash when on null ride in Guest::UpdateRideLeaveExit. + * Fix: [#21691] Crash when validating rides which can't contain banked track. + * Fix: [objects#290] “Haunted Mansion” cars have a non-functional third remap colour. + * Fix: [objects#296] Incorrect wall placement around large Kremlin/drab pieces. + * Fix: [objects#300] Incorrect Colosseum and volcano corner clearances. + * Fix: [objects#319] Incorrect diagonal slope images used for RCT1 corkscrew. + * Fix: [objects#320] Incorrect Mandarin Duck boats capacity. + openrct2 (0.4.9-develop-1) unstable; urgency=medium * Feature: [#20376] Add Ukrainian language. diff --git a/distribution/changelog.txt b/distribution/changelog.txt index 905b3beec4..ab9b36ab04 100644 --- a/distribution/changelog.txt +++ b/distribution/changelog.txt @@ -1,4 +1,4 @@ -0.4.10 (in development) +0.4.10 (2024-04-02) ------------------------------------------------------------------------ - Feature: [#18171] Add port of the RCT1 Stand-Up Roller Coaster. - Feature: [#21590] [Plugin] Plugins can now read and write banner properties of tile elements. diff --git a/distribution/linux/openrct2.appdata.xml b/distribution/linux/openrct2.appdata.xml index 9e505e0385..10f2692124 100644 --- a/distribution/linux/openrct2.appdata.xml +++ b/distribution/linux/openrct2.appdata.xml @@ -69,6 +69,9 @@ none + + https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.10 + https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.9 diff --git a/distribution/macos/Info.plist b/distribution/macos/Info.plist index 0e0dcadb47..5412191f37 100644 --- a/distribution/macos/Info.plist +++ b/distribution/macos/Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.4.9 + 0.4.10 CFBundleSignature ORCT LSMinimumSystemVersion diff --git a/distribution/readme.txt b/distribution/readme.txt index a481f30e7d..8de6de5431 100644 --- a/distribution/readme.txt +++ b/distribution/readme.txt @@ -1,5 +1,5 @@ -Last updated: 2024-03-02 -Release version: 0.4.9 +Last updated: 2024-04-02 +Release version: 0.4.10 ------------------------------------------------------------------------ diff --git a/readme.md b/readme.md index 0c902f6d7c..bc1ef2ecf3 100644 --- a/readme.md +++ b/readme.md @@ -19,7 +19,7 @@ ### Download | Latest release | Latest development build | |-----------------------------------------------------------------------------------------------------------------------|--------------------------| -| [![OpenRCT2.org](https://img.shields.io/badge/master-v0.4.9-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.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) | --- diff --git a/scripts/setenv b/scripts/setenv index 57274595ed..4c23db330b 100755 --- a/scripts/setenv +++ b/scripts/setenv @@ -6,7 +6,7 @@ set -e # It should be dot sourced into your environment if [[ "$GITHUB_ACTIONS" != "true" ]]; then export OPENRCT2_BUILD_SERVER=$(hostname) - export OPENRCT2_VERSION=0.4.9 + export OPENRCT2_VERSION=0.4.10 GITHUB_REF=$(git rev-parse --symbolic-full-name HEAD) GITHUB_SHA=$(git rev-parse HEAD) fi diff --git a/src/openrct2-android/app/build.gradle b/src/openrct2-android/app/build.gradle index 5041a40b6b..1f57ed929f 100644 --- a/src/openrct2-android/app/build.gradle +++ b/src/openrct2-android/app/build.gradle @@ -11,7 +11,7 @@ android { targetSdkVersion 28 versionCode 2 - versionName '0.4.9' + versionName '0.4.10' externalNativeBuild { cmake { arguments '-DANDROID_STL=c++_shared' diff --git a/src/openrct2/Version.h b/src/openrct2/Version.h index 14c26ea199..d02a0713d8 100644 --- a/src/openrct2/Version.h +++ b/src/openrct2/Version.h @@ -14,7 +14,7 @@ #include #define OPENRCT2_NAME "OpenRCT2" -#define OPENRCT2_VERSION "0.4.9" +#define OPENRCT2_VERSION "0.4.10" #if defined(__amd64__) || defined(_M_AMD64) # define OPENRCT2_ARCHITECTURE "x86-64" diff --git a/src/openrct2/network/NetworkBase.cpp b/src/openrct2/network/NetworkBase.cpp index 79700af5c3..c4df36b1ea 100644 --- a/src/openrct2/network/NetworkBase.cpp +++ b/src/openrct2/network/NetworkBase.cpp @@ -46,7 +46,7 @@ using namespace OpenRCT2; // It is used for making sure only compatible builds get connected, even within // single OpenRCT2 version. -#define NETWORK_STREAM_VERSION "3" +#define NETWORK_STREAM_VERSION "0" #define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION