diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 157a126ec1..56aa1a68ec 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.6 + OPENRCT2_VERSION: 0.4.7 # 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 20b208bbe7..1a9ce0f3f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,13 +2,53 @@ openrct2 (0.4.7-develop-1) unstable; urgency=medium * Nightly develop build. +openrct2 (0.4.8-develop-1) unstable; urgency=medium + + * Feature: [#12078] Add shortcut key for toggling wall slope. + * Feature: [#19919] Add diagonal brakes and diagonal block brakes to most coaster types. + * Feature: [#20141] Add additional track pieces to the Giga Coaster. + * Feature: [#20825] Made setting the game speed a game action. + * Feature: [#20830] Display author field on scenery window. + * Feature: [#20853] [Plugin] Add “BaseTileElement.owner” which is saved in the park file. + * Feature: [objects#257] Re-introduce the RCT1 road, which does not have handrails. + * Feature: [OpenMusic#46] Added Mystic ride music style. + * Feature: [OpenMusic#50] Added Rock style 4 ride music. + * Improved: [objects#261] Add composer credits on all RCT2 music objects. + * Change: [#20790] Default ride price set to free if park charges for entry. + * Change: [#20880] Restore removed default coaster colours. + * Change: [#21102] The money effect will now update even when the game is paused. + * Change: [objects#244] Update sort priorities for expansion scenery groups. + * Change: [objects#256] Use recoloured RCT2 artwork on the Fruity Ices Stall, rather than the (slightly different) RCT1 artwork. + * Fix: [#5677] Balloons pass through the ground and objects. + * Fix: [#12299] Placing ride entrances/exits ignores the Disable Clearance Checks cheat. + * Fix: [#13473] Guests complain that the default Circus price is too high. + * Fix: [#15293] TTF fonts don’t format correctly with OpenGL. + * Fix: [#16453] Tile inspector invisibility shortcut does not use a game action. + * Fix: [#16926] When multiple vehicles are grouped in research, only one of them is unlocked. + * Fix: [#17774] Misplaced/missing land and construction rights tiles in RCT1 & RCT2 scenarios. + * Fix: [#18199] Dots in the game save’s name no longer get truncated. + * Fix: [#19722] “Forbid tree removal” restriction doesn’t forbid removal of large scenery tree items. + * Fix: [#20253] Crash when displaying a Lay-Down RC’s half loop. + * Fix: [#20356] Cannot set tertiary colour on small scenery. + * Fix: [#20624] Scrolling text glitches after language is changed. + * Fix: [#20679] Android: game crashes at launch. + * Fix: [#20737] Spent money in player window underflows when getting refunds. + * Fix: [#20747] Staff speed cheat not applying to newly hired staff, UI not showing the current applied speed. + * Fix: [#20778] [Plugin] Incorrect target api when executing custom actions. + * Fix: [#20807] Tertiary colour not copied with small scenery. + * Fix: [#20964] Crash when player connects to server with a group assigned that no longer exists. + * Fix: [#20995] TTF fonts don’t support hinting, outlines, or insets with OpenGL. + * Fix: [#21042] Peeps don’t render properly in S4 parks. + * Fix: [objects#246, objects#248] Some objects are incorrectly marked as originating from RCT1. + * Fix: [objects#260] Submarine Ride has its capacity listed incorrectly. + openrct2 (0.4.6-develop-1) unstable; urgency=medium * Feature: [#15660] Ability to show window buttons on the left. * Feature: [#20680] New title sequences (https://github.com/OpenRCT2/title-sequences/releases/tag/v0.4.6). * Feature: [OpenMusic#41] Official Title Theme by Allister Brimble. * Improved: [#20119, #20243] Add new colour presets to several roller coasters (using the new colours). - * Improved: [#20393, #20410] Add Cyrillic characters Ґґ, Ѕѕ, Єє, Іі, Її, and Јј to the sprite font. + * Improved: [#20393, #20410] Add Cyrillic characters Ґґ, Ѕѕ, Єє, Іі, Її, and Јј to the sprite font. * Change: [#19785] OpenMusic is now selected by default when opening SC4/SC6 - or creating new - scenarios. * Change: [#20110] Fix a few RCT1 build height parity discrepancies. * Change: [#20550] Change SEK conversion rate from 1 GBP to 0.1 GBP. diff --git a/distribution/changelog.txt b/distribution/changelog.txt index ce27dbd12c..58560e5b9d 100644 --- a/distribution/changelog.txt +++ b/distribution/changelog.txt @@ -1,4 +1,4 @@ -0.4.7 (in development) +0.4.7 (2023-12-31) ------------------------------------------------------------------------ - Feature: [#12078] Add shortcut key for toggling wall slope. - Feature: [#19919] Add diagonal brakes and diagonal block brakes to most coaster types. diff --git a/distribution/linux/openrct2.appdata.xml b/distribution/linux/openrct2.appdata.xml index c0c1e31c60..499ea99f0b 100644 --- a/distribution/linux/openrct2.appdata.xml +++ b/distribution/linux/openrct2.appdata.xml @@ -66,6 +66,9 @@ none + + https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.7 + https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.6 diff --git a/distribution/macos/Info.plist b/distribution/macos/Info.plist index 19036acb86..63bf1e52ba 100644 --- a/distribution/macos/Info.plist +++ b/distribution/macos/Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.4.6 + 0.4.7 CFBundleSignature ORCT LSMinimumSystemVersion diff --git a/distribution/readme.txt b/distribution/readme.txt index 54c159270a..4ffd68fcc5 100644 --- a/distribution/readme.txt +++ b/distribution/readme.txt @@ -1,5 +1,5 @@ -Last updated: 2023-09-03 -Release version: 0.4.6 +Last updated: 2023-12-31 +Release version: 0.4.7 ------------------------------------------------------------------------ diff --git a/readme.md b/readme.md index 41a66eeb49..a24e5e5fe3 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.6-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.7-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 3ddcf5b097..6aa089ea71 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.6 + export OPENRCT2_VERSION=0.4.7 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 7364b29f41..2d1f96aeae 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.6' + versionName '0.4.7' externalNativeBuild { cmake { arguments '-DANDROID_STL=c++_shared' diff --git a/src/openrct2/Version.h b/src/openrct2/Version.h index 83d5acd796..9aaf9e95e5 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.6" +#define OPENRCT2_VERSION "0.4.7" #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 0dd62758fb..b58a024d05 100644 --- a/src/openrct2/network/NetworkBase.cpp +++ b/src/openrct2/network/NetworkBase.cpp @@ -43,7 +43,7 @@ // It is used for making sure only compatible builds get connected, even within // single OpenRCT2 version. -#define NETWORK_STREAM_VERSION "13" +#define NETWORK_STREAM_VERSION "0" #define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION