mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Release v0.4.28
- Feature: [#25286] Footpath area dragging tool. - Feature: [#25379] Add an option to the command line screenshot function to draw debug segment heights. - Improved: [#21375] The `load_object` console command now allows loading JSON objects. - Improved: [#25297] Paths on the ground in SV4/SC4 no longer block supports of the paths above. - Improved: [#25349] ‘Recent Messages’ window can now be fully themed. - Improved: [#25433] Colour dropdown now uses bigger images in Enlarged UI mode. - Change: [#25089] Peep actions and animations that cause them to stop moving no longer trigger when they are on a level crossing. - Change: [#25337] Placing track designs with scenery that is obstructed no longer disables all of the scenery. - Fix: [#20198] Guest inventory from RCT1 base game saves is not imported. - Fix: [#20486] Multiplayer desync when placing track designs without any scenery. - Fix: [#22779, #25330] Incorrect queue paths in Nevermore Park and Six Flags Holland scenarios (bug in the original scenarios). - Fix: [#24975] The Corkscrew and LIM Launched (original bug) roller coaster quarter loop tunnels are too high. - Fix: [#25139] Steam locomotive and tram claxons can sound louder than normal when approaching crossings that span multiple tiles. - Fix: [#25190] Inserting a block brake while a coaster is simulating will cause the simulation to behave strangely. - Fix: [#25206] System file picker does not show up on the Steam Deck. - Fix: [#25272] Text colour dropdown in the Banner window is too narrow, resulting in truncated labels. - Fix: [#25299] The Mine Train Coaster left large helix draws incorrect sprites at certain angles (original bug). - Fix: [#25328] Spiral Slide in Blackpool Pleasure Beach has its entrance and exit the wrong way round (bug in the original scenario). - Fix: [#25342] The Go-Karts medium right gentle sloped turn does not have a tunnel at the end. - Fix: [#25349] Items in Recent Messages are too narrow if there is no scrollbar visible. - Fix: [#25350] The scrolling intro background switches colour halfway through (original bug). - Fix: [#25350] When skipping the scrolling intro, the screen does not get cleared properly. - Fix: [#25350] Scrolling intro cannot be skipped using a mouse click. - Fix: [#25358] The Stand Up Roller Coaster left corkscrew does not block supports correctly. - Fix: [#25363] The Mine Train Coaster flat-to-steep track pieces do not block all metal supports. - Fix: [#25369] The Go-Karts medium turns and small flat and sloped turns do not block metal supports correctly. - Fix: [#25370] The Hybrid Coaster diagonal brakes and block brakes do not block metal supports consistently. - Fix: [#25371] The Wooden Roller Coaster small banked turns block too many metal supports. - Fix: [#25378] The land tool sometimes allows land to be raised through a maze. - Fix: [#25380] The Lay-down Roller Coaster left corkscrew supports are incorrect at one angle (original bug). - Fix: [#25388] The Shortcut Keys window uses the wrong colours for separators, scrollbars and buttons. - Fix: [#25401] Mazes can be built 2 units higher than their support limits. - Fix: [#25404] Guests that have been removed with the remove all guests cheat will still be visible if they were sliding down the Spiral Slide. - Fix: [#25410] Guest flags (e.g. tracking) not imported from RCT1.
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -34,7 +34,7 @@ env:
|
||||
OPENRCT2_BUILD_SERVER: GitHub
|
||||
OPENRCT2_ORG_TOKEN: ${{ secrets.OPENRCT2_ORG_TOKEN }}
|
||||
BACKTRACE_IO_TOKEN: ${{ secrets.BACKTRACE_IO_TOKEN }}
|
||||
OPENRCT2_VERSION: 0.4.27
|
||||
OPENRCT2_VERSION: 0.4.28
|
||||
|
||||
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value
|
||||
concurrency:
|
||||
|
||||
37
debian/changelog
vendored
37
debian/changelog
vendored
@@ -1,3 +1,40 @@
|
||||
openrct2 (0.4.28-develop-1) unstable; urgency=medium
|
||||
|
||||
* Feature: [#25286] Footpath area dragging tool.
|
||||
* Feature: [#25379] Add an option to the command line screenshot function to draw debug segment heights.
|
||||
* Improved: [#21375] The `load_object` console command now allows loading JSON objects.
|
||||
* Improved: [#25297] Paths on the ground in SV4/SC4 no longer block supports of the paths above.
|
||||
* Improved: [#25349] ‘Recent Messages’ window can now be fully themed.
|
||||
* Improved: [#25433] Colour dropdown now uses bigger images in Enlarged UI mode.
|
||||
* Change: [#25089] Peep actions and animations that cause them to stop moving no longer trigger when they are on a level crossing.
|
||||
* Change: [#25337] Placing track designs with scenery that is obstructed no longer disables all of the scenery.
|
||||
* Fix: [#20198] Guest inventory from RCT1 base game saves is not imported.
|
||||
* Fix: [#20486] Multiplayer desync when placing track designs without any scenery.
|
||||
* Fix: [#22779, #25330] Incorrect queue paths in Nevermore Park and Six Flags Holland scenarios (bug in the original scenarios).
|
||||
* Fix: [#24975] The Corkscrew and LIM Launched (original bug) roller coaster quarter loop tunnels are too high.
|
||||
* Fix: [#25139] Steam locomotive and tram claxons can sound louder than normal when approaching crossings that span multiple tiles.
|
||||
* Fix: [#25190] Inserting a block brake while a coaster is simulating will cause the simulation to behave strangely.
|
||||
* Fix: [#25206] System file picker does not show up on the Steam Deck.
|
||||
* Fix: [#25272] Text colour dropdown in the Banner window is too narrow, resulting in truncated labels.
|
||||
* Fix: [#25299] The Mine Train Coaster left large helix draws incorrect sprites at certain angles (original bug).
|
||||
* Fix: [#25328] Spiral Slide in Blackpool Pleasure Beach has its entrance and exit the wrong way round (bug in the original scenario).
|
||||
* Fix: [#25342] The Go-Karts medium right gentle sloped turn does not have a tunnel at the end.
|
||||
* Fix: [#25349] Items in Recent Messages are too narrow if there is no scrollbar visible.
|
||||
* Fix: [#25350] The scrolling intro background switches colour halfway through (original bug).
|
||||
* Fix: [#25350] When skipping the scrolling intro, the screen does not get cleared properly.
|
||||
* Fix: [#25350] Scrolling intro cannot be skipped using a mouse click.
|
||||
* Fix: [#25358] The Stand Up Roller Coaster left corkscrew does not block supports correctly.
|
||||
* Fix: [#25363] The Mine Train Coaster flat-to-steep track pieces do not block all metal supports.
|
||||
* Fix: [#25369] The Go-Karts medium turns and small flat and sloped turns do not block metal supports correctly.
|
||||
* Fix: [#25370] The Hybrid Coaster diagonal brakes and block brakes do not block metal supports consistently.
|
||||
* Fix: [#25371] The Wooden Roller Coaster small banked turns block too many metal supports.
|
||||
* Fix: [#25378] The land tool sometimes allows land to be raised through a maze.
|
||||
* Fix: [#25380] The Lay-down Roller Coaster left corkscrew supports are incorrect at one angle (original bug).
|
||||
* Fix: [#25388] The Shortcut Keys window uses the wrong colours for separators, scrollbars and buttons.
|
||||
* Fix: [#25401] Mazes can be built 2 units higher than their support limits.
|
||||
* Fix: [#25404] Guests that have been removed with the remove all guests cheat will still be visible if they were sliding down the Spiral Slide.
|
||||
* Fix: [#25410] Guest flags (e.g. tracking) not imported from RCT1.
|
||||
|
||||
openrct2 (0.4.27-develop-1) unstable; urgency=medium
|
||||
|
||||
* Feature: [#25218] `sprite exportobject` command, which allows extracting images from an object.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
0.4.28 (in development)
|
||||
0.4.28 (2025-11-01)
|
||||
------------------------------------------------------------------------
|
||||
- Feature: [#25286] Footpath area dragging tool.
|
||||
- Feature: [#25379] Add an option to the command line screenshot function to draw debug segment heights.
|
||||
|
||||
@@ -456,6 +456,9 @@
|
||||
<content_attribute id="money-gambling">none</content_attribute>
|
||||
</content_rating>
|
||||
<releases>
|
||||
<release version="0.4.28" date="2025-11-01">
|
||||
<url>https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.28</url>
|
||||
</release>
|
||||
<release version="0.4.27" date="2025-10-04">
|
||||
<url>https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.27</url>
|
||||
</release>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.4.27</string>
|
||||
<string>0.4.28</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>ORCT</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
### Download
|
||||
| Latest release | Latest development build |
|
||||
|------------------------------------------------------------------------------------------------------------------------|--------------------------|
|
||||
| [](https://openrct2.io/download/release/latest) | [](https://openrct2.io/download/develop/latest) |
|
||||
| [](https://openrct2.io/download/release/latest) | [](https://openrct2.io/download/develop/latest) |
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@ android {
|
||||
minSdkVersion 24
|
||||
targetSdkVersion 36
|
||||
|
||||
versionCode 14
|
||||
versionName '0.4.27'
|
||||
versionCode 15
|
||||
versionName '0.4.28'
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
arguments '-DANDROID_STL=c++_shared', '-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON'
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include <string>
|
||||
|
||||
#define OPENRCT2_NAME "OpenRCT2"
|
||||
#define kOpenRCT2Version "0.4.27"
|
||||
#define kOpenRCT2Version "0.4.28"
|
||||
|
||||
#if defined(__amd64__) || defined(_M_AMD64)
|
||||
#define OPENRCT2_ARCHITECTURE "x86-64"
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
// It is used for making sure only compatible builds get connected, even within
|
||||
// single OpenRCT2 version.
|
||||
|
||||
constexpr uint8_t kStreamVersion = 6;
|
||||
constexpr uint8_t kStreamVersion = 0;
|
||||
|
||||
const std::string kStreamID = std::string(kOpenRCT2Version) + "-" + std::to_string(kStreamVersion);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user