Skip to content

Commit

Permalink
Release v0.3.5
Browse files Browse the repository at this point in the history
- Feature: [OpenRCT2#3868] Initial support for using TTF in OpenGL mode (still contains bugs).
- Feature: [OpenRCT2#7682] Follow ride/guest/staff in main window viewport.
- Feature: [OpenRCT2#13407] Allow building chain lifts on enclosed dinghy slide pieces when cheats are on.
- Feature: [OpenRCT2#15084] [Plugin] Add "vehicle.crash" hook.
- Feature: [OpenRCT2#15143] Added a shortcut key for Giant Screenshot.
- Feature: [OpenRCT2#15164] Highlight elements selected by the Tile Inspector, tracks are currently not supported.
- Feature: [OpenRCT2#15165] [Plugin] Add the ability to create entities using "map.createEntity".
- Feature: [OpenRCT2#15194] [Plugin] Add guest properties, ride downtime and park casualty penalty.
- Feature: [OpenRCT2#15195] Added a bug-report item in file dropdown menu.
- Feature: [OpenRCT2#15294] New vehicle animation type: flying animal.
- Fix: [OpenRCT2#10614] Track Designs with missing path(s) do not use alternate pathways.
- Fix: [OpenRCT2#12981] New vehicles do not appear in vehicle type dropdown.
- Fix: [OpenRCT2#13465] Creating a scenario based on a won save game results in a scenario that’s instantly won.
- Fix: [OpenRCT2#13912] “Dome park” no longer renders dome correctly.
- Fix: [OpenRCT2#14316] Closing the Track Designs Manager window causes broken state.
- Fix: [OpenRCT2#14482, OpenRCT2#15258] Rides with invisibility hacks sometimes behave incorrectly.
- Fix: [OpenRCT2#14649] ImageImporter incorrectly remaps colours outside the RCT2 palette.
- Fix: [OpenRCT2#14667] “Extreme Hawaiian Island” has unpurchaseable land tiles (original bug).
- Fix: [OpenRCT2#14741] Crash when exiting OpenRCT2 on macOS.
- Fix: [OpenRCT2#15096] Crash when placing entrances in the scenario editor near the map corner.
- Fix: [OpenRCT2#15136] Exported SV6 files cause vanilla RCT2 to hang.
- Fix: [OpenRCT2#15142] ToonTowner's mine roofs were moved into the pirate theme scenery group instead of the mine theme scenery group.
- Fix: [OpenRCT2#15148] Track Designs Manager delete confirmation window doesn't display properly.
- Fix: [OpenRCT2#15170] Plugin: incorrect label text alignment.
- Fix: [OpenRCT2#15177] Crash in lightfx_add_lights_magic_vehicle().
- Fix: [OpenRCT2#15184] Crash when hovering over water types in Object Selection.
- Fix: [OpenRCT2#15193] Crash when rides/stalls are demolished.
- Fix: [OpenRCT2#15197] Cannot place flat ride after removing it in construction window.
- Fix: [OpenRCT2#15199] Construction window is not closed when a ride gets demolished.
- Fix: [OpenRCT2#15213] Freeze when hovering over Reverse Freefall Coaster in Russian.
- Fix: [OpenRCT2#15227] Crash on exit after hovering over water types in the Object Selection window.
- Fix: [OpenRCT2#15255] Tile Inspector shows banner information on walls that do not contain one.
- Fix: [OpenRCT2#15257] Chat icon shows in scenario/track editor. Other icons don't disable when deactivated in options menu.
- Fix: [OpenRCT2#15289] Unexpected behavior with duplicated banners which also caused desyncs in multiplayer.
- Fix: [OpenRCT2#15322] Circus music doesn't play.
- Fix: [OpenRCT2#15377] Entrance/exit ghost doesn't work on different stations without touching them first.
- Fix: [OpenRCT2#15451] Guest list name filter remains after group selection.
- Fix: [OpenRCT2#15466] Crash when opening a dropdown with 0 rows.
- Fix: [OpenRCT2#15476] Crash when placing/clearing small scenery.
- Fix: [OpenRCT2#15487] Map animations do not work correctly when loading an exported SV6 file in vanilla RCT2.
- Fix: [OpenRCT2#15490] Tile inspector needlessly updates clearance height when changing surface slopes.
- Fix: [OpenRCT2#15496] Crash in paint_swinging_inverter_ship_structure().
- Fix: [OpenRCT2#15503] Freeze when doing specific coaster merges with block brakes.
- Fix: [OpenRCT2#15514] Two different “quit to menu” menu items are available in track designer and track design manager.
- Fix: [OpenRCT2#15560] Memory leak due to OpenGL Renderer not releasing a texture.
- Fix: [OpenRCT2#15567] Litter not being counted correctly during Park rating calculation (original bug).
- Fix: [OpenRCT2#15579] Crash in track_block_get_next().
- Fix: [OpenRCT2#15582] [Plugin] Litter properties return incorrect values.
- Fix: [OpenRCT2#15584] Ride income underflows when on-ride photos are making losses.
- Fix: [OpenRCT2#15612] Crash when placing walls beside certain scenery objects.
- Fix: [OpenRCT2#15851] Incorrect percentage chance of jumping with Katie Smith cheat.
- Fix: [OpenRCT2#15858] Joanne Barton and Emma Garrell cheat incorrectly not applying effects to self.
- Improved: [OpenRCT2#3417] Crash dumps are now placed in their own folder.
- Improved: [OpenRCT2#13524] macOS arm64 native (universal) app
- Improved: [OpenRCT2#15538] Software rendering can now draw in parallel when Multithreading is enabled.
- Change: [OpenRCT2#8601] Revert ToonTower base block fix to re-enable support blocking.
- Change: [OpenRCT2#15174] [Plugin] Deprecate the type "peep" and add support to target a specific scripting api version.
  • Loading branch information
Gymnasiast committed Nov 6, 2021
1 parent 196cad0 commit b9bc8d0
Show file tree
Hide file tree
Showing 12 changed files with 79 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
64 changes: 62 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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

Expand Down
5 changes: 4 additions & 1 deletion distribution/changelog.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 3 additions & 0 deletions distribution/linux/openrct2.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<releases>
<release version="0.3.5" date="2021-11-06">
<url>https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.3.5</url>
</release>
<release version="0.3.4.1" date="2021-07-25">
<url>https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.3.4.1</url>
</release>
Expand Down
2 changes: 1 addition & 1 deletion distribution/macos/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.3.4.1</string>
<string>0.3.5</string>
<key>CFBundleSignature</key>
<string>ORCT</string>
<key>LSMinimumSystemVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions distribution/readme.txt
Original file line number Diff line number Diff line change
@@ -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
------------------------------------------------------------------------


Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |

---

Expand Down
2 changes: 1 addition & 1 deletion scripts/setenv
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/openrct2-android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
targetSdkVersion 28

versionCode 2
versionName '0.3.4.1'
versionName '0.3.5'

externalNativeBuild {
cmake {
Expand Down
2 changes: 1 addition & 1 deletion src/openrct2/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include <string>

#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"
Expand Down
2 changes: 1 addition & 1 deletion src/openrct2/network/NetworkBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/openrct2/platform/Crash.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit b9bc8d0

Please sign in to comment.