mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
Amend changelog, bump network and park file versions
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
0.4.27 (in development)
|
0.4.27 (in development)
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
- Improved: [#2296, #2307] The land tool now takes sloped track and paths into account when modifying land.
|
- Improved: [#2296, #2307] The land tool now takes sloped track and paths into account when modifying land.
|
||||||
|
- Change: [#25161] Revert to the ‘fair ride price’ calculation of vanilla RCT2.
|
||||||
- Fix: [#25131] The Reverse Freefall Coaster On-ride photo section track has incorrectly coloured ties.
|
- Fix: [#25131] The Reverse Freefall Coaster On-ride photo section track has incorrectly coloured ties.
|
||||||
- Fix: [#25132] Crash when trying to use simulate on incomplete ride.
|
- Fix: [#25132] Crash when trying to use simulate on incomplete ride.
|
||||||
- Fix: [#25134] Vehicles visually glitch on diagonal steep slopes.
|
- Fix: [#25134] Vehicles visually glitch on diagonal steep slopes.
|
||||||
|
|||||||
@@ -47,7 +47,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.
|
||||||
|
|
||||||
constexpr uint8_t kStreamVersion = 3;
|
constexpr uint8_t kStreamVersion = 4;
|
||||||
|
|
||||||
const std::string kStreamID = std::string(kOpenRCT2Version) + "-" + std::to_string(kStreamVersion);
|
const std::string kStreamID = std::string(kOpenRCT2Version) + "-" + std::to_string(kStreamVersion);
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ namespace OpenRCT2
|
|||||||
struct ObjectRepositoryItem;
|
struct ObjectRepositoryItem;
|
||||||
|
|
||||||
// Current version that is saved.
|
// Current version that is saved.
|
||||||
constexpr uint32_t kParkFileCurrentVersion = 57;
|
constexpr uint32_t kParkFileCurrentVersion = 58;
|
||||||
|
|
||||||
// The minimum version that is forwards compatible with the current version.
|
// The minimum version that is forwards compatible with the current version.
|
||||||
constexpr uint32_t kParkFileMinVersion = 57;
|
constexpr uint32_t kParkFileMinVersion = 57;
|
||||||
@@ -60,6 +60,7 @@ namespace OpenRCT2
|
|||||||
constexpr uint16_t kExtendedGoKartsVersion = 54;
|
constexpr uint16_t kExtendedGoKartsVersion = 54;
|
||||||
constexpr uint16_t kHigherInversionsHolesHelicesStatsVersion = 55;
|
constexpr uint16_t kHigherInversionsHolesHelicesStatsVersion = 55;
|
||||||
constexpr uint16_t kFixedObsoleteFootpathsVersion = 56;
|
constexpr uint16_t kFixedObsoleteFootpathsVersion = 56;
|
||||||
|
constexpr uint16_t kRevertToVanillaFairRidePriceCalculation = 58;
|
||||||
|
|
||||||
class ParkFileExporter
|
class ParkFileExporter
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user