mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Release v0.4.5
- Feature: [#18713] Block brakes have speed control and brakes slower than adjacent block brakes copy block brake speed when block brake open. - Feature: [#19276] Add Powered Lifthill to Giga Coaster. - Feature: [#19305] Add new Reversed Trains ride setting to run trains backwards, granting a bonus to ride ratings. - Feature: [#19305] [Plugin] Add “Car.isReversed” to allow individual ride vehicles to run backwards. - Feature: [#19446] Add new color options to color dropdown. - Feature: [#19547] Add large sloped turns to hybrid coaster and single rail coaster. - Feature: [#19930] Add plugin APIs for research. - Feature: [OpenMusic#25] Added Prehistoric ride music style. - Feature: [OpenMusic#26] Fairground Organ style 2 with new recordings from Herman's 35er Voigt (Previously known as Bressingham Voigt). - Feature: [OpenMusic#28] Add Ragtime style 2 ride music. - Improved: [#17739] Raise water and land height limits to 254 units/182m/600ft. - Improved: [#18490] Reduce guests walking through trains on level crossing next to station. - Improved: [#18996] When marketing campaigns are disabled, disable the Marketing tab in the Finances window. - Improved: [#19764] Miscellaneous scenery tab now grouped next to the all-scenery tab. - Improved: [#19830] “Highlight path issues” will now hide wall elements. - Improved: [#19905] Add prompt before resetting shortcut keys. - Improved: [#19952] Add colour preset to Spiral Slide using the new colour options. - Improved: [#19953] Add keyboard shortcut to Keyboard Shortcuts window. - Improved: [#20055] Performance improvement for the software renderer. - Change: [OpenSFX#17] Update Hybrid RC lifthill loop. - Fix: [#12598] Number of holes is not set correctly when saving track designs. - Fix: [#13130] Android always defaulting to UK locale for language, currency and temperature. - Fix: [#13397] Ride simulation causes strange station behaviour and makes the ride unusable in some cases. - Fix: [#16791] Rotodrop top piece replicates when walls are placed around it and clearance checks are disabled (original bug). - Fix: [#18583] Land dropdown is incorrect if there are surface entry index holes. - Fix: [#18895] Responding mechanic blocked at level crossing. - Fix: [#19231] Crash due to null pointer to previously deleted banner in tile copy/paste functionality. - Fix: [#19296] Crash due to a race condition for parallel object loading. - Fix: [#19733] Favorite ride of X guests integer overflow. - Fix: [#19756] Crash with title sequences containing no commands. - Fix: [#19767] No message when path is not connected to ride exit and is therefore unreachable for mechanics. - Fix: [#19800] Crash when displaying station stats with more than 62 stations. - Fix: [#19801] The in-game load/save window cannot be resized anymore. - Fix: [#19854] Looping Coaster trains clipping through steep quarter turns down. - Fix: [#19858] Issue drawing simulate flag icon on alternate colour palettes. - Fix: [#19901] Random shop colours never assigning last colour. - Fix: [#19911] Guests stuck at certain railway crossings. - Fix: [#19924] Destructible cheat does not allow partial ride modification. - Fix: [#19950] Mine train block brake supports drawn incorrectly. - Fix: [#19955] Mine Train Roller Coaster has incorrect supports on the sloped left small turn (original bug). - Fix: [#19987] [Plugin] ‘SetCheatAction’ has wrong ID in plugin API. - Fix: [#20016] The group box for small scenery details in the Tile Inspector window has unused empty space. - Fix: [#20018] Shops not calculating up-keep cost. - Fix: [#20033] Asset packs cannot reference game data. - Fix: [#20104] [Plugin] Some network APIs use player index and group index. - Fix: [#20099] Some scrollbar is glitched or have incorrect size when open window for the first time - Fix: [#20134] Grass length being updated for tiles in the void, causing unneccesary drawing operations.
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -23,7 +23,7 @@ env:
|
|||||||
OPENRCT2_BUILD_SERVER: GitHub
|
OPENRCT2_BUILD_SERVER: GitHub
|
||||||
OPENRCT2_ORG_TOKEN: ${{ secrets.OPENRCT2_ORG_TOKEN }}
|
OPENRCT2_ORG_TOKEN: ${{ secrets.OPENRCT2_ORG_TOKEN }}
|
||||||
BACKTRACE_IO_TOKEN: ${{ secrets.BACKTRACE_IO_TOKEN }}
|
BACKTRACE_IO_TOKEN: ${{ secrets.BACKTRACE_IO_TOKEN }}
|
||||||
OPENRCT2_VERSION: 0.4.4
|
OPENRCT2_VERSION: 0.4.5
|
||||||
|
|
||||||
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value
|
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|||||||
52
debian/changelog
vendored
52
debian/changelog
vendored
@@ -1,7 +1,57 @@
|
|||||||
openrct2 (0.4.4-develop-1) unstable; urgency=medium
|
openrct2 (0.4.5-develop-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Nightly develop build.
|
* Nightly develop build.
|
||||||
|
|
||||||
|
openrct2 (0.4.5) stable; urgency=medium
|
||||||
|
|
||||||
|
* Feature: [#18713] Block brakes have speed control and brakes slower than adjacent block brakes copy block brake speed when block brake open.
|
||||||
|
* Feature: [#19276] Add Powered Lifthill to Giga Coaster.
|
||||||
|
* Feature: [#19305] Add new Reversed Trains ride setting to run trains backwards, granting a bonus to ride ratings.
|
||||||
|
* Feature: [#19305] [Plugin] Add “Car.isReversed” to allow individual ride vehicles to run backwards.
|
||||||
|
* Feature: [#19446] Add new color options to color dropdown.
|
||||||
|
* Feature: [#19547] Add large sloped turns to hybrid coaster and single rail coaster.
|
||||||
|
* Feature: [#19930] Add plugin APIs for research.
|
||||||
|
* Feature: [OpenMusic#25] Added Prehistoric ride music style.
|
||||||
|
* Feature: [OpenMusic#26] Fairground Organ style 2 with new recordings from Herman's 35er Voigt (Previously known as Bressingham Voigt).
|
||||||
|
* Feature: [OpenMusic#28] Add Ragtime style 2 ride music.
|
||||||
|
* Improved: [#17739] Raise water and land height limits to 254 units/182m/600ft.
|
||||||
|
* Improved: [#18490] Reduce guests walking through trains on level crossing next to station.
|
||||||
|
* Improved: [#18996] When marketing campaigns are disabled, disable the Marketing tab in the Finances window.
|
||||||
|
* Improved: [#19764] Miscellaneous scenery tab now grouped next to the all-scenery tab.
|
||||||
|
* Improved: [#19830] “Highlight path issues” will now hide wall elements.
|
||||||
|
* Improved: [#19905] Add prompt before resetting shortcut keys.
|
||||||
|
* Improved: [#19952] Add colour preset to Spiral Slide using the new colour options.
|
||||||
|
* Improved: [#19953] Add keyboard shortcut to Keyboard Shortcuts window.
|
||||||
|
* Improved: [#20055] Performance improvement for the software renderer.
|
||||||
|
* Change: [OpenSFX#17] Update Hybrid RC lifthill loop.
|
||||||
|
* Fix: [#12598] Number of holes is not set correctly when saving track designs.
|
||||||
|
* Fix: [#13130] Android always defaulting to UK locale for language, currency and temperature.
|
||||||
|
* Fix: [#13397] Ride simulation causes strange station behaviour and makes the ride unusable in some cases.
|
||||||
|
* Fix: [#16791] Rotodrop top piece replicates when walls are placed around it and clearance checks are disabled (original bug).
|
||||||
|
* Fix: [#18583] Land dropdown is incorrect if there are surface entry index holes.
|
||||||
|
* Fix: [#18895] Responding mechanic blocked at level crossing.
|
||||||
|
* Fix: [#19231] Crash due to null pointer to previously deleted banner in tile copy/paste functionality.
|
||||||
|
* Fix: [#19296] Crash due to a race condition for parallel object loading.
|
||||||
|
* Fix: [#19733] Favorite ride of X guests integer overflow.
|
||||||
|
* Fix: [#19756] Crash with title sequences containing no commands.
|
||||||
|
* Fix: [#19767] No message when path is not connected to ride exit and is therefore unreachable for mechanics.
|
||||||
|
* Fix: [#19800] Crash when displaying station stats with more than 62 stations.
|
||||||
|
* Fix: [#19801] The in-game load/save window cannot be resized anymore.
|
||||||
|
* Fix: [#19854] Looping Coaster trains clipping through steep quarter turns down.
|
||||||
|
* Fix: [#19858] Issue drawing simulate flag icon on alternate colour palettes.
|
||||||
|
* Fix: [#19901] Random shop colours never assigning last colour.
|
||||||
|
* Fix: [#19911] Guests stuck at certain railway crossings.
|
||||||
|
* Fix: [#19924] Destructible cheat does not allow partial ride modification.
|
||||||
|
* Fix: [#19950] Mine train block brake supports drawn incorrectly.
|
||||||
|
* Fix: [#19955] Mine Train Roller Coaster has incorrect supports on the sloped left small turn (original bug).
|
||||||
|
* Fix: [#19987] [Plugin] ‘SetCheatAction’ has wrong ID in plugin API.
|
||||||
|
* Fix: [#20016] The group box for small scenery details in the Tile Inspector window has unused empty space.
|
||||||
|
* Fix: [#20018] Shops not calculating up-keep cost.
|
||||||
|
* Fix: [#20033] Asset packs cannot reference game data.
|
||||||
|
* Fix: [#20104] [Plugin] Some network APIs use player index and group index.
|
||||||
|
* Fix: [#20099] Some scrollbar is glitched or have incorrect size when open window for the first time
|
||||||
|
* Fix: [#20134] Grass length being updated for tiles in the void, causing unneccesary drawing operations.
|
||||||
|
|
||||||
openrct2 (0.4.4) stable; urgency=medium
|
openrct2 (0.4.4) stable; urgency=medium
|
||||||
|
|
||||||
* Feature: [#11269] Add properties for speed and length of vehicle animations.
|
* Feature: [#11269] Add properties for speed and length of vehicle animations.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
0.4.5 (in development)
|
0.4.5 (2023-05-08)
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
- Feature: [#18713] Block brakes have speed control and brakes slower than adjacent block brakes copy block brake speed when block brake open.
|
- Feature: [#18713] Block brakes have speed control and brakes slower than adjacent block brakes copy block brake speed when block brake open.
|
||||||
- Feature: [#19276] Add Powered Lifthill to Giga Coaster.
|
- Feature: [#19276] Add Powered Lifthill to Giga Coaster.
|
||||||
|
|||||||
@@ -66,6 +66,9 @@
|
|||||||
<content_attribute id="money-gambling">none</content_attribute>
|
<content_attribute id="money-gambling">none</content_attribute>
|
||||||
</content_rating>
|
</content_rating>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="0.4.5" date="2023-05-08">
|
||||||
|
<url>https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.5</url>
|
||||||
|
</release>
|
||||||
<release version="0.4.4" date="2023-03-28">
|
<release version="0.4.4" date="2023-03-28">
|
||||||
<url>https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.4</url>
|
<url>https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.4</url>
|
||||||
</release>
|
</release>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>0.4.4</string>
|
<string>0.4.5</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>ORCT</string>
|
<string>ORCT</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
Last updated: 2023-03-28
|
Last updated: 2023-05-08
|
||||||
Release version: 0.4.4
|
Release version: 0.4.5
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
### Download
|
### Download
|
||||||
| Latest release | Latest development build |
|
| Latest release | Latest development build |
|
||||||
|-----------------------------------------------------------------------------------------------------------------------|--------------------------|
|
|-----------------------------------------------------------------------------------------------------------------------|--------------------------|
|
||||||
| [](https://openrct2.org/downloads/master/latest) | [](https://openrct2.org/downloads/develop/latest) |
|
| [](https://openrct2.org/downloads/master/latest) | [](https://openrct2.org/downloads/develop/latest) |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ set -e
|
|||||||
# It should be dot sourced into your environment
|
# It should be dot sourced into your environment
|
||||||
if [[ "$GITHUB_ACTIONS" != "true" ]]; then
|
if [[ "$GITHUB_ACTIONS" != "true" ]]; then
|
||||||
export OPENRCT2_BUILD_SERVER=$(hostname)
|
export OPENRCT2_BUILD_SERVER=$(hostname)
|
||||||
export OPENRCT2_VERSION=0.4.4
|
export OPENRCT2_VERSION=0.4.5
|
||||||
GITHUB_REF=$(git rev-parse --symbolic-full-name HEAD)
|
GITHUB_REF=$(git rev-parse --symbolic-full-name HEAD)
|
||||||
GITHUB_SHA=$(git rev-parse HEAD)
|
GITHUB_SHA=$(git rev-parse HEAD)
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ android {
|
|||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
|
|
||||||
versionCode 2
|
versionCode 2
|
||||||
versionName '0.4.4'
|
versionName '0.4.5'
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
arguments '-DANDROID_STL=c++_shared'
|
arguments '-DANDROID_STL=c++_shared'
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#define OPENRCT2_NAME "OpenRCT2"
|
#define OPENRCT2_NAME "OpenRCT2"
|
||||||
#define OPENRCT2_VERSION "0.4.4"
|
#define OPENRCT2_VERSION "0.4.5"
|
||||||
|
|
||||||
#if defined(__amd64__) || defined(_M_AMD64)
|
#if defined(__amd64__) || defined(_M_AMD64)
|
||||||
# define OPENRCT2_ARCHITECTURE "x86-64"
|
# define OPENRCT2_ARCHITECTURE "x86-64"
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
// It is used for making sure only compatible builds get connected, even within
|
// It is used for making sure only compatible builds get connected, even within
|
||||||
// single OpenRCT2 version.
|
// single OpenRCT2 version.
|
||||||
|
|
||||||
#define NETWORK_STREAM_VERSION "21"
|
#define NETWORK_STREAM_VERSION "0"
|
||||||
|
|
||||||
#define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION
|
#define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user