❌

Normale weergave

v0.5.3 - β€œWell, I didn't vote for you!”

5 Juli 2026 om 18:53

0.5.3 (2026-07-05)

  • Feature: [#26308] Add all new track pieces to the inverted roller coaster.
  • Feature: [#26442] Add cheat to disable grass growing.
  • Improved: [#7921] On Linux, RCT2 and RCT1 installs in Wine are now automatically detected.
  • Improved: [#26325] Changing the train type, length, or direction no longer resets the number of laps if there is just one train.
  • Improved: [objects#437] Re-order St. Basil’s Cathedral pieces to be more consistent.
  • Change: [#26689] A clear scenario editor can now be opened directly from the command line.
  • Change: [objects#439] Drop numbers from Wacky Worlds scenery descriptions.
  • Fix: [#24613] Incorrect sprites drawn for path elements without a valid object.
  • Fix: [#26323] Ride stats do not reset when changing the number of trains changes the number of laps.
  • Fix: [#26494] The limits for where walls on the path side of the first tile block the view of rides/scenery are wrong (original bug).
  • Fix: [#26504] The boosts/penalties to excitement and nausea that air time provides are calculated wrong.
  • Fix: [#26545] Game crashes when plugin API function generateGuest fails to generate a guest.
  • Fix: [#26578] Crash when drawing path elements without a valid object.
  • Fix: [#26605] Desync when placing a track design in multiplayer.
  • Fix: [#26654] Fix Alton Towers stall and Rock’n’Roll Revival toilet being closed on scenario start.
  • Fix: [#26722] Missing construction rights owned on UCES Sand Dune scenario.
  • Fix: [objects#411] Some colours in green, acid green, pink and red water are inconsistent with natural water.
  • Fix: [objects#436] St. Basil’s Cathedral building pieces are incorrectly labelled as β€œKremlin” pieces.
  • Fix: [objects#438] Some walls are not marked as see-through while they don’t fully block the view.
  • Fix: [objects#440] Inconsistencies in scenario/park name capitalisation.

Release created in https://github.com/OpenRCT2/OpenRCT2/actions/runs/28747294389

SHA256 checksums:

dc597f5cc6115a7e5eff61c09a77a5edeb4686a69f72230dda4257c5c4f6f395  ./OpenRCT2-v0.5.3-macos-universal.zip
a653c7b0b54ce5cbe3703230227d624f825883b4312706f3582b9730f00c3706  ./OpenRCT2-v0.5.3-android.apk
fd8b595179e978d880737cd268f61046ed81a51ba42b89895725690bb5a8bf75  ./OpenRCT2-v0.5.3-windows-installer-x64.exe
b7f4d4420583f39b9e9b6f6bf67839916d8eac9fa302936a0edebfc7835b5861  ./OpenRCT2-v0.5.3-Linux-noble-x86_64.tar.gz
fc86fa42b00e95a81ad4326f6600da766d4fbb0d3d6c60c6c57a120b6718f1db  ./OpenRCT2-v0.5.3-windows-installer-arm64.exe
a0ba982c31f9aee5fc0c4c1d00914625bdab34adad3a4c4f69e840589121ec1d  ./OpenRCT2-v0.5.3-sha256sums.txt
726cc68f9a590b05822897cc3e05effa3437d5bfdb136bf106d4d1b0b733e0b6  ./OpenRCT2-v0.5.3-windows-symbols-x64.zip
c5870c1b2aea31220adc62212987cdfa1fc063a7b1f8f01dbb9b0cf644e63900  ./OpenRCT2-v0.5.3-windows-symbols-win32.zip
dfbdaa9b4e7f9441ba78fe7c02c8180a37c7639fb5f485b6cdc1436fd0518a91  ./OpenRCT2-v0.5.3-Linux-trixie-x86_64.tar.gz
f430793307dfc58fe7b58e2d40757e5c83a5648eb44847ecbaf03a46986d16dc  ./OpenRCT2-v0.5.3-Linux-bookworm-x86_64.tar.gz
9c63cb5d7b6d8b2b247f0b7339e5cfbf0d6bbec447b6d55a61f7da30f0f3d9f7  ./OpenRCT2-v0.5.3-linux-x86_64.AppImage
524fb97e3735fd40ac1619985df9215be4bbc4339145f2e8d01a431e46e678a7  ./OpenRCT2-v0.5.3-windows-portable-win32.zip
78e101f8d2e35ddb713c145caaa638fd693e9fde9b29b0f040301474712b15ab  ./OpenRCT2-v0.5.3-windows-portable-arm64.zip
ac756d1e717053efc3950f63188f7bf7c5b1a700d5cc30ffcf96f11c592147b7  ./OpenRCT2-v0.5.3-windows-symbols-arm64.zip
d67814e13c12e622d4570b9a8b4a417da5b002729f9f851e80d0562b781c80ab  ./OpenRCT2-v0.5.3-windows-portable-x64.zip
5f30ba5be029eb8e844be5b4be2b569ab21cee9258a74649dd1f126190e173de  ./OpenRCT2-v0.5.3-windows-installer-win32.exe
505a5f227a221f268b2f1ce07b2eb83823ab33f24de2d1045c8ce0e68ba0e501  ./OpenRCT2-v0.5.3-Linux-resolute-x86_64.tar.gz

  •  

Release 2026.07.05

5 Juli 2026 om 20:36

Docker Images

Docker images have been built and pushed:

Docker Hub:

  • alexta69/metube:latest
  • alexta69/metube:2026.07.05

GitHub Container Registry:

  • ghcr.io/alexta69/metube:latest
  • ghcr.io/alexta69/metube:2026.07.05

Changes

  • fix: fsync parent dir after direct-write fallback for durability parity (54463ba)
  • fix: serialize state before truncating in the direct-write fallback (b00d478)
  • fix: force 0600 on fallback state rewrites, not just creation (96e88a3)
  • fix: create fallback state file with owner-only 0600 permissions (49a46a7)
  • fix: make fsync best-effort so only mkstemp/replace failures fall back (961b54a)
  • fix: surface real storage errors from direct-write fsync fallback (e0549d6)
  • fix: limit atomic-write fallback to atomic-unsupported errnos (f315b75)
  • fix: fall back to direct write when atomic state save hits EPERM on NFS (c2c129d)

  •  
❌