From b9bc8d0606845e4e73fda8b459a55650f23164de Mon Sep 17 00:00:00 2001 From: Gymnasiast Date: Sat, 6 Nov 2021 12:10:11 +0100 Subject: [PATCH] Release v0.3.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Feature: [#3868] Initial support for using TTF in OpenGL mode (still contains bugs). - Feature: [#7682] Follow ride/guest/staff in main window viewport. - Feature: [#13407] Allow building chain lifts on enclosed dinghy slide pieces when cheats are on. - Feature: [#15084] [Plugin] Add "vehicle.crash" hook. - Feature: [#15143] Added a shortcut key for Giant Screenshot. - Feature: [#15164] Highlight elements selected by the Tile Inspector, tracks are currently not supported. - Feature: [#15165] [Plugin] Add the ability to create entities using "map.createEntity". - Feature: [#15194] [Plugin] Add guest properties, ride downtime and park casualty penalty. - Feature: [#15195] Added a bug-report item in file dropdown menu. - Feature: [#15294] New vehicle animation type: flying animal. - Fix: [#10614] Track Designs with missing path(s) do not use alternate pathways. - Fix: [#12981] New vehicles do not appear in vehicle type dropdown. - Fix: [#13465] Creating a scenario based on a won save game results in a scenario that’s instantly won. - Fix: [#13912] “Dome park” no longer renders dome correctly. - Fix: [#14316] Closing the Track Designs Manager window causes broken state. - Fix: [#14482, #15258] Rides with invisibility hacks sometimes behave incorrectly. - Fix: [#14649] ImageImporter incorrectly remaps colours outside the RCT2 palette. - Fix: [#14667] “Extreme Hawaiian Island” has unpurchaseable land tiles (original bug). - Fix: [#14741] Crash when exiting OpenRCT2 on macOS. - Fix: [#15096] Crash when placing entrances in the scenario editor near the map corner. - Fix: [#15136] Exported SV6 files cause vanilla RCT2 to hang. - Fix: [#15142] ToonTowner's mine roofs were moved into the pirate theme scenery group instead of the mine theme scenery group. - Fix: [#15148] Track Designs Manager delete confirmation window doesn't display properly. - Fix: [#15170] Plugin: incorrect label text alignment. - Fix: [#15177] Crash in lightfx_add_lights_magic_vehicle(). - Fix: [#15184] Crash when hovering over water types in Object Selection. - Fix: [#15193] Crash when rides/stalls are demolished. - Fix: [#15197] Cannot place flat ride after removing it in construction window. - Fix: [#15199] Construction window is not closed when a ride gets demolished. - Fix: [#15213] Freeze when hovering over Reverse Freefall Coaster in Russian. - Fix: [#15227] Crash on exit after hovering over water types in the Object Selection window. - Fix: [#15255] Tile Inspector shows banner information on walls that do not contain one. - Fix: [#15257] Chat icon shows in scenario/track editor. Other icons don't disable when deactivated in options menu. - Fix: [#15289] Unexpected behavior with duplicated banners which also caused desyncs in multiplayer. - Fix: [#15322] Circus music doesn't play. - Fix: [#15377] Entrance/exit ghost doesn't work on different stations without touching them first. - Fix: [#15451] Guest list name filter remains after group selection. - Fix: [#15466] Crash when opening a dropdown with 0 rows. - Fix: [#15476] Crash when placing/clearing small scenery. - Fix: [#15487] Map animations do not work correctly when loading an exported SV6 file in vanilla RCT2. - Fix: [#15490] Tile inspector needlessly updates clearance height when changing surface slopes. - Fix: [#15496] Crash in paint_swinging_inverter_ship_structure(). - Fix: [#15503] Freeze when doing specific coaster merges with block brakes. - Fix: [#15514] Two different “quit to menu” menu items are available in track designer and track design manager. - Fix: [#15560] Memory leak due to OpenGL Renderer not releasing a texture. - Fix: [#15567] Litter not being counted correctly during Park rating calculation (original bug). - Fix: [#15579] Crash in track_block_get_next(). - Fix: [#15582] [Plugin] Litter properties return incorrect values. - Fix: [#15584] Ride income underflows when on-ride photos are making losses. - Fix: [#15612] Crash when placing walls beside certain scenery objects. - Fix: [#15851] Incorrect percentage chance of jumping with Katie Smith cheat. - Fix: [#15858] Joanne Barton and Emma Garrell cheat incorrectly not applying effects to self. - Improved: [#3417] Crash dumps are now placed in their own folder. - Improved: [#13524] macOS arm64 native (universal) app - Improved: [#15538] Software rendering can now draw in parallel when Multithreading is enabled. - Change: [#8601] Revert ToonTower base block fix to re-enable support blocking. - Change: [#15174] [Plugin] Deprecate the type "peep" and add support to target a specific scripting api version. --- .github/workflows/ci.yml | 2 +- debian/changelog | 64 ++++++++++++++++++++++++- distribution/changelog.txt | 5 +- distribution/linux/openrct2.appdata.xml | 3 ++ distribution/macos/Info.plist | 2 +- distribution/readme.txt | 4 +- readme.md | 2 +- scripts/setenv | 2 +- src/openrct2-android/app/build.gradle | 2 +- src/openrct2/Version.h | 2 +- src/openrct2/network/NetworkBase.cpp | 2 +- src/openrct2/platform/Crash.cpp | 2 +- 12 files changed, 79 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82e3b10e1a..f4cab54da2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ env: OPENRCT2_BUILD_SERVER: GitHub OPENRCT2_ORG_TOKEN: ${{ secrets.OPENRCT2_ORG_TOKEN }} BACKTRACE_IO_TOKEN: ${{ secrets.BACKTRACE_IO_TOKEN }} - OPENRCT2_VERSION: 0.3.4.1 + OPENRCT2_VERSION: 0.3.5 jobs: lint-commit: name: Lint Commit Message diff --git a/debian/changelog b/debian/changelog index 7b15dca47a..5620f00fdf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,66 @@ -openrct2 (0.3.4.1-develop-1) unstable; urgency=medium +openrct2 (0.3.5-develop-1) unstable; urgency=medium - * Nightly develop build. + * Nightly develop build. + +openrct2 (0.3.5) stable; urgency=medium + + * Feature: [#3868] Initial support for using TTF in OpenGL mode (still contains bugs). + * Feature: [#7682] Follow ride/guest/staff in main window viewport. + * Feature: [#13407] Allow building chain lifts on enclosed dinghy slide pieces when cheats are on. + * Feature: [#15084] [Plugin] Add "vehicle.crash" hook. + * Feature: [#15143] Added a shortcut key for Giant Screenshot. + * Feature: [#15164] Highlight elements selected by the Tile Inspector, tracks are currently not supported. + * Feature: [#15165] [Plugin] Add the ability to create entities using "map.createEntity". + * Feature: [#15194] [Plugin] Add guest properties, ride downtime and park casualty penalty. + * Feature: [#15195] Added a bug-report item in file dropdown menu. + * Feature: [#15294] New vehicle animation type: flying animal. + * Fix: [#10614] Track Designs with missing path(s) do not use alternate pathways. + * Fix: [#12981] New vehicles do not appear in vehicle type dropdown. + * Fix: [#13465] Creating a scenario based on a won save game results in a scenario that’s instantly won. + * Fix: [#13912] “Dome park” no longer renders dome correctly. + * Fix: [#14316] Closing the Track Designs Manager window causes broken state. + * Fix: [#14482, #15258] Rides with invisibility hacks sometimes behave incorrectly. + * Fix: [#14649] ImageImporter incorrectly remaps colours outside the RCT2 palette. + * Fix: [#14667] “Extreme Hawaiian Island” has unpurchaseable land tiles (original bug). + * Fix: [#14741] Crash when exiting OpenRCT2 on macOS. + * Fix: [#15096] Crash when placing entrances in the scenario editor near the map corner. + * Fix: [#15136] Exported SV6 files cause vanilla RCT2 to hang. + * Fix: [#15142] ToonTowner's mine roofs were moved into the pirate theme scenery group instead of the mine theme scenery group. + * Fix: [#15148] Track Designs Manager delete confirmation window doesn't display properly. + * Fix: [#15170] Plugin: incorrect label text alignment. + * Fix: [#15177] Crash in lightfx_add_lights_magic_vehicle(). + * Fix: [#15184] Crash when hovering over water types in Object Selection. + * Fix: [#15193] Crash when rides/stalls are demolished. + * Fix: [#15197] Cannot place flat ride after removing it in construction window. + * Fix: [#15199] Construction window is not closed when a ride gets demolished. + * Fix: [#15213] Freeze when hovering over Reverse Freefall Coaster in Russian. + * Fix: [#15227] Crash on exit after hovering over water types in the Object Selection window. + * Fix: [#15255] Tile Inspector shows banner information on walls that do not contain one. + * Fix: [#15257] Chat icon shows in scenario/track editor. Other icons don't disable when deactivated in options menu. + * Fix: [#15289] Unexpected behavior with duplicated banners which also caused desyncs in multiplayer. + * Fix: [#15322] Circus music doesn't play. + * Fix: [#15377] Entrance/exit ghost doesn't work on different stations without touching them first. + * Fix: [#15451] Guest list name filter remains after group selection. + * Fix: [#15466] Crash when opening a dropdown with 0 rows. + * Fix: [#15476] Crash when placing/clearing small scenery. + * Fix: [#15487] Map animations do not work correctly when loading an exported SV6 file in vanilla RCT2. + * Fix: [#15490] Tile inspector needlessly updates clearance height when changing surface slopes. + * Fix: [#15496] Crash in paint_swinging_inverter_ship_structure(). + * Fix: [#15503] Freeze when doing specific coaster merges with block brakes. + * Fix: [#15514] Two different “quit to menu” menu items are available in track designer and track design manager. + * Fix: [#15560] Memory leak due to OpenGL Renderer not releasing a texture. + * Fix: [#15567] Litter not being counted correctly during Park rating calculation (original bug). + * Fix: [#15579] Crash in track_block_get_next(). + * Fix: [#15582] [Plugin] Litter properties return incorrect values. + * Fix: [#15584] Ride income underflows when on-ride photos are making losses. + * Fix: [#15612] Crash when placing walls beside certain scenery objects. + * Fix: [#15851] Incorrect percentage chance of jumping with Katie Smith cheat. + * Fix: [#15858] Joanne Barton and Emma Garrell cheat incorrectly not applying effects to self. + * Improved: [#3417] Crash dumps are now placed in their own folder. + * Improved: [#13524] macOS arm64 native (universal) app + * Improved: [#15538] Software rendering can now draw in parallel when Multithreading is enabled. + * Change: [#8601] Revert ToonTower base block fix to re-enable support blocking. + * Change: [#15174] [Plugin] Deprecate the type "peep" and add support to target a specific scripting api version. openrct2 (0.3.4.1) stable; urgency=medium diff --git a/distribution/changelog.txt b/distribution/changelog.txt index b02474d504..c80a72a00b 100644 --- a/distribution/changelog.txt +++ b/distribution/changelog.txt @@ -1,4 +1,7 @@ -0.3.4.1+ (in development) +0.3.5+ (in development) +------------------------------------------------------------------------ + +0.3.5 (2021-11-06) ------------------------------------------------------------------------ - Feature: [#3868] Initial support for using TTF in OpenGL mode (still contains bugs). - Feature: [#7682] Follow ride/guest/staff in main window viewport. diff --git a/distribution/linux/openrct2.appdata.xml b/distribution/linux/openrct2.appdata.xml index d6ee045225..757db79566 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.3.5 + https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.3.4.1 diff --git a/distribution/macos/Info.plist b/distribution/macos/Info.plist index 89e23051ad..3930d3ae0e 100644 --- a/distribution/macos/Info.plist +++ b/distribution/macos/Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.3.4.1 + 0.3.5 CFBundleSignature ORCT LSMinimumSystemVersion diff --git a/distribution/readme.txt b/distribution/readme.txt index 768a335f01..362741436a 100644 --- a/distribution/readme.txt +++ b/distribution/readme.txt @@ -1,5 +1,5 @@ -Last updated: 2021-07-25 -Release version: 0.3.4.1 +Last updated: 2021-11-06 +Release version: 0.3.5 ------------------------------------------------------------------------ diff --git a/readme.md b/readme.md index 32df17863a..03e801ce5a 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,7 @@ An open-source re-implementation of RollerCoaster Tycoon 2. A construction and m ### Download | Latest release | Latest development build | |----------------|--------------------------| -| [![OpenRCT2.org](https://img.shields.io/badge/master-v0.3.4.1-green.svg)](https://openrct2.org/downloads/master/latest) | [![OpenRCT2.org](https://img.shields.io/badge/develop-v0.3.4.1+-blue.svg)](https://openrct2.org/downloads/develop/latest) | +| [![OpenRCT2.org](https://img.shields.io/badge/master-v0.3.5-green.svg)](https://openrct2.org/downloads/master/latest) | [![OpenRCT2.org](https://img.shields.io/badge/develop-v0.3.5+-blue.svg)](https://openrct2.org/downloads/develop/latest) | --- diff --git a/scripts/setenv b/scripts/setenv index 4049b493f6..aef750e2de 100755 --- a/scripts/setenv +++ b/scripts/setenv @@ -4,7 +4,7 @@ # It should be dot sourced into your environment if [[ "$GITHUB_ACTIONS" != "true" ]]; then export OPENRCT2_BUILD_SERVER=$(hostname) - export OPENRCT2_VERSION=0.3.4.1 + export OPENRCT2_VERSION=0.3.5 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 2845bae2eb..c5fa165c80 100644 --- a/src/openrct2-android/app/build.gradle +++ b/src/openrct2-android/app/build.gradle @@ -10,7 +10,7 @@ android { targetSdkVersion 28 versionCode 2 - versionName '0.3.4.1' + versionName '0.3.5' externalNativeBuild { cmake { diff --git a/src/openrct2/Version.h b/src/openrct2/Version.h index be3e7cfce6..5a8871493f 100644 --- a/src/openrct2/Version.h +++ b/src/openrct2/Version.h @@ -14,7 +14,7 @@ #include #define OPENRCT2_NAME "OpenRCT2" -#define OPENRCT2_VERSION "0.3.4.1" +#define OPENRCT2_VERSION "0.3.5" #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 ecb0b72df5..aa2fb7e057 100644 --- a/src/openrct2/network/NetworkBase.cpp +++ b/src/openrct2/network/NetworkBase.cpp @@ -38,7 +38,7 @@ // This string specifies which version of network stream current build uses. // It is used for making sure only compatible builds get connected, even within // single OpenRCT2 version. -#define NETWORK_STREAM_VERSION "18" +#define NETWORK_STREAM_VERSION "0" #define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION static Peep* _pickup_peep = nullptr; diff --git a/src/openrct2/platform/Crash.cpp b/src/openrct2/platform/Crash.cpp index 1781a4bccc..3b26eb470a 100644 --- a/src/openrct2/platform/Crash.cpp +++ b/src/openrct2/platform/Crash.cpp @@ -54,7 +54,7 @@ const wchar_t* _wszCommitSha1Short = WSZ(""); // OPENRCT2_ARCHITECTURE is required to be defined in version.h const wchar_t* _wszArchitecture = WSZ(OPENRCT2_ARCHITECTURE); -# define BACKTRACE_TOKEN L"742b8d9d70c52df663e4f2449f90039cf9406f89e57ecb90b0f086ba16e33d20" +# define BACKTRACE_TOKEN L"286a09f8b2c044aab6389a4c4c2b0b1decfbd1860badb5da84a95effee3a3210" using namespace OpenRCT2;