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

Release v0.3.5.1

- Improved: [#12825, #12869] The Tile Inspector window’s layout has been tweaked slightly.
- Change: [#15899] Weird bonus for path 0 - likely intended as a queue bonus (original bug).
- Fix: [#15138] Sometimes small scenery stays when building through it.
- Fix: [#15620] Placing track designs at locations blocked by anything results in wrong error message.
- Fix: [#15843] Tile Inspector can be resized too small.
- Fix: [#15844] Tile Inspector has inconsistent text colours.
- Fix: [#15878] Crash when opening a ride window for a corrupted vehicle.
- Fix: [#15908] Crash when track elements have no ride assigned.
- Fix: [#15919] Research status incorrectly considered for scenery when in editor modes.
- Fix: [#15938] Track designs of some ride types are incorrectly exported to TD6.
This commit is contained in:
Gymnasiast
2021-11-21 22:06:59 +01:00
parent 5afae08d94
commit 61c67afc66
11 changed files with 27 additions and 11 deletions

15
debian/changelog vendored
View File

@@ -1,7 +1,20 @@
openrct2 (0.3.5-develop-1) unstable; urgency=medium
openrct2 (0.3.5.1-develop-1) unstable; urgency=medium
* Nightly develop build.
openrct2 (0.3.5.1) stable; urgency=medium
* Improved: [#12825, #12869] The Tile Inspector windows layout has been tweaked slightly.
* Change: [#15899] Weird bonus for path 0 - likely intended as a queue bonus (original bug).
* Fix: [#15138] Sometimes small scenery stays when building through it.
* Fix: [#15620] Placing track designs at locations blocked by anything results in wrong error message.
* Fix: [#15843] Tile Inspector can be resized too small.
* Fix: [#15844] Tile Inspector has inconsistent text colours.
* Fix: [#15878] Crash when opening a ride window for a corrupted vehicle.
* Fix: [#15908] Crash when track elements have no ride assigned.
* Fix: [#15919] Research status incorrectly considered for scenery when in editor modes.
* Fix: [#15938] Track designs of some ride types are incorrectly exported to TD6.
openrct2 (0.3.5) stable; urgency=medium
* Feature: [#3868] Initial support for using TTF in OpenGL mode (still contains bugs).