pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/openrct2



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Tue Jun 10 07:41:48 UTC 2025

Modified Files:
        pkgsrc/games/openrct2: Makefile PLIST distinfo

Log Message:
openrct2: Update to 0.4.23

upstream changes:
-----------------
0.4.23 (2025-06-07)

  * Feature: [#22476] “Time since last inspection” statistic is available in
    the rides window.
  * Feature: [#24313] [Plugin] Add API for setting a ride vehicle’s sprite to a
    smoke plume.
  * Improved: [#24345] Vehicle fallback sprites are less likely to glitch with
    the track.
  * Improved: [#24362, #24491] The Windows installer is now translated as well.
  * Improved: [#24364] Improve the fallback vehicle sprites for Zero G Rolls,
    and allow small ones to be built without cheats if the fallbacks are
    available.
  * Improved: [#24368] Clicking the in-game update notication now leads to a
    more user-friendly download page.
  * Improved: [#24400] Ride list in preservation window is now sorted
    alphabetically.
  * Improved: [#24409] Steam installs of RCT Classic are now detected
    automatically.
  * Improved: [#24413] Better performance when moving the viewport on Windows
    and Linux platforms.
  * Improved: [#24417] Improve the fallback vehicle sprites for Dive Loops.
  * Improved: [#24433] The ride, new ride, scenery, path, viewport, park and
    tool windows no longer redraw every frame if they have not changed.
  * Improved: [#24467] Apply tweening only to on-screen entities when not
    zoomed out for better performance with uncapped FPS.
  * Improved: [#24474] More efficiently search viewports when playing Audio.
  * Improved: [#24479] More descriptive error messages for set commands in the
    in-game console.
  * Improved: [#24563] The Linux .desktop file will now request the more
    powerful dedicated GPU on hybrid graphics systems.
  * Change: [#24342, #24484] g2.dat is now split into g2.dat, fonts.dat and
    tracks.dat.
  * Change: [#24362] The Windows installer now prevents installing to the same
    folder as RollerCoaster Tycoon 2 or Classic.
  * Change: [#24418] Small & Large Zero G Rolls can now be built on the LIM
    Launched RC without cheats if vehicle sprites are available.
  * Fix: [#5269] Font bugs when using the Russian release of RCT2 as the base
    game.
  * Fix: [#11071, #22958] The virtual floor does not always draw correctly.
  * Fix: [#18220] Some custom RCT1 scenarios are detected as competition DLC
    scenarios.
  * Fix: [#20095] UCES Halloween - Cemetery Ridge scenario has mismatched
    entrance/exit on haunted house.
  * Fix: [#20158] Custom animated scenery .DATs with frame offsets draw a
    random sprite at the end of their animation.
  * Fix: [#22628] Potential crash while rebuilding the scenario index.
  * Fix: [#23289] Dodgems and Flying Saucer cars can spawn on top of each other
    when the ride is opened.
  * Fix: [#24332] Banner font renders differently when using RCT Classic as the
    base game.
  * Fix: [#24343] Large gently sloped turns are buildable without cheats when
    the vehicles do not have sprites for them.
  * Fix: [#24346] Possible crash during line drawing in OpenGL mode.
  * Fix: [#24353] ‘Show dirty visuals’ is off by one pixel and does not work
    correctly with higher framerates.
  * Fix: [#24362] When upgrading from an older version on Windows, old versions
    of official objects are not always removed.
  * Fix: [#24366] Zero G Rolls have some incorrect vehicle yaw rotations.
  * Fix: [#24371] Fix divide by zero in the scenery window when there is no
    scenery.
  * Fix: [#24378] Prevent ride and stall statistics from overflowing.
  * Fix: [#24388] Shortcut keys are not localised based on the user’s language
    settings.
  * Fix: [#24403] Park fences draw underneath and through opaque water.
  * Fix: [#24406] The network status window uses an undefined string for its
    title.
  * Fix: [#24444] In the object load error window, the guide text overlaps when
    the title bar is enlarged.
  * Fix: [#24446] [Plugin] Fix regression breaking the track iterator on
    specific track pieces.
  * Fix: [#24447] Shortcut list is not refreshed when changing language.
  * Fix: [#24448] Shortcuts involving the Caps Lock key are wrongly localised
    to NumPad Dot.
  * Fix: [#24464] Window and viewport visibility is not calculated correctly
    causing minor performance issues.
  * Fix: [#24488] Objects are not always redrawn immediately when they are
    reloaded from the Object Selection window.
  * Fix: [#24544] RCT1 Maze designs with wooden walls are not imported
    correctly.
  * Fix: [#24567] Long flat-to-steep wooden mine support sprites don't connect
    to flat supports exactly.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/games/openrct2/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/games/openrct2/PLIST
cvs rdiff -u -r1.38 -r1.39 pkgsrc/games/openrct2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/openrct2/Makefile
diff -u pkgsrc/games/openrct2/Makefile:1.77 pkgsrc/games/openrct2/Makefile:1.78
--- pkgsrc/games/openrct2/Makefile:1.77 Mon May  5 07:02:25 2025
+++ pkgsrc/games/openrct2/Makefile      Tue Jun 10 07:41:48 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.77 2025/05/05 07:02:25 triaxx Exp $
+# $NetBSD: Makefile,v 1.78 2025/06/10 07:41:48 triaxx Exp $
 
-PKGNAME=       openrct2-0.4.22
+PKGNAME=       openrct2-0.4.23
 CATEGORIES=    games
 
 DIST_SUBDIR=   openrct2-${PKGVERSION_NOREV}

Index: pkgsrc/games/openrct2/PLIST
diff -u pkgsrc/games/openrct2/PLIST:1.26 pkgsrc/games/openrct2/PLIST:1.27
--- pkgsrc/games/openrct2/PLIST:1.26    Wed Apr  9 07:32:01 2025
+++ pkgsrc/games/openrct2/PLIST Tue Jun 10 07:41:48 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.26 2025/04/09 07:32:01 triaxx Exp $
+@comment $NetBSD: PLIST,v 1.27 2025/06/10 07:41:48 triaxx Exp $
 bin/openrct2
 bin/openrct2-cli
 lib/libopenrct2.a
@@ -29,6 +29,7 @@ share/mime/packages/openrct2.xml
 share/openrct2/assetpack/openrct2.music.alternative.parkap
 share/openrct2/assetpack/openrct2.music.cover.parkap
 share/openrct2/assetpack/openrct2.sound.parkap
+share/openrct2/fonts.dat
 share/openrct2/g2.dat
 share/openrct2/language/ar-EG.txt
 share/openrct2/language/ca-ES.txt
@@ -2627,6 +2628,7 @@ share/openrct2/scenario_patches/8965a5c.
 share/openrct2/scenario_patches/8cd8484.parkpatch
 share/openrct2/scenario_patches/8efd5c6.parkpatch
 share/openrct2/scenario_patches/92f4b50.parkpatch
+share/openrct2/scenario_patches/9401f88.parkpatch
 share/openrct2/scenario_patches/9c8b7cf.parkpatch
 share/openrct2/scenario_patches/a04b536.parkpatch
 share/openrct2/scenario_patches/a0b4362.parkpatch
@@ -2677,7 +2679,10 @@ share/openrct2/shaders/applypalette.frag
 share/openrct2/shaders/applypalette.vert
 share/openrct2/shaders/applytransparency.frag
 share/openrct2/shaders/applytransparency.vert
+share/openrct2/shaders/copyrect.frag
+share/openrct2/shaders/copyrect.vert
 share/openrct2/shaders/drawline.frag
 share/openrct2/shaders/drawline.vert
 share/openrct2/shaders/drawrect.frag
 share/openrct2/shaders/drawrect.vert
+share/openrct2/tracks.dat

Index: pkgsrc/games/openrct2/distinfo
diff -u pkgsrc/games/openrct2/distinfo:1.38 pkgsrc/games/openrct2/distinfo:1.39
--- pkgsrc/games/openrct2/distinfo:1.38 Mon May  5 07:02:25 2025
+++ pkgsrc/games/openrct2/distinfo      Tue Jun 10 07:41:48 2025
@@ -1,21 +1,21 @@
-$NetBSD: distinfo,v 1.38 2025/05/05 07:02:25 triaxx Exp $
+$NetBSD: distinfo,v 1.39 2025/06/10 07:41:48 triaxx Exp $
 
-BLAKE2s (openrct2-0.4.22/objects.zip) = 38a84cd08e699c172a16c9bfbc7141da17eac5575847d8ea446ba023a5c92e0b
-SHA512 (openrct2-0.4.22/objects.zip) = 220476a5ebc3863999abcf20b2070760d6b9f4e9a92b7a8b0c2a80ac8c60bbc6ff02c71d1ef7b84394a362cbe04a1e19c5a3d6ef56bf9b0da25e3dfd02b66e8b
-Size (openrct2-0.4.22/objects.zip) = 8056882 bytes
-BLAKE2s (openrct2-0.4.22/openmusic.zip) = 15a8b57d6bf1aa8e06c33dc001c9fb3273caaef75283c6873c9ac028c4bc1e7b
-SHA512 (openrct2-0.4.22/openmusic.zip) = 88e3242da45f372e06de04e58d03fc3d256b1485467a25a3f8878c03eb2570eea2c787a9e0416c1b040c15886723ced1379d762f941a23e4bd2fce81416123b0
-Size (openrct2-0.4.22/openmusic.zip) = 42921141 bytes
-BLAKE2s (openrct2-0.4.22/openrct.tar.gz) = b89f97ddeaadb67922cee7ccb774f527ca9ffbe4eb785ff3456ac122753b9090
-SHA512 (openrct2-0.4.22/openrct.tar.gz) = 15bc5584d609fa7d4793d2bba51f09477e6b17ba0bb99ed90fe3386ad74d3701293fb839f60dc6c55f542df60bc594302d0c19f4fdc9cab0b5bd4adc4e37c5b3
-Size (openrct2-0.4.22/openrct.tar.gz) = 23897959 bytes
-BLAKE2s (openrct2-0.4.22/opensound.zip) = dc673d3cf272c0c1ccca9629771bf3d1bc2b10e27558cfed9209dfa569c35e7b
-SHA512 (openrct2-0.4.22/opensound.zip) = fc46ffb3f6243b3d783a280481ce373a8ddc8cf1fd28bfeceecf6223b72b38f1d49d0c95eea3376308a61a77c50c7a06252b6d72248cfecc493b63b65bd6512a
-Size (openrct2-0.4.22/opensound.zip) = 4012384 bytes
-BLAKE2s (openrct2-0.4.22/replays.zip) = f57d37f544d2418723191f834c68e5aa878d9f153b95d903d30c1ca15624ebf2
-SHA512 (openrct2-0.4.22/replays.zip) = 529fa8cd71ddbe0a321d0cda68b618fc22f0016e23abff10c4c01c08c06ffa765e5f2bf9488954cecf39f3f1d2a79c20e40c0f13d82d8b5d6142bf539fba1150
-Size (openrct2-0.4.22/replays.zip) = 1866031 bytes
-BLAKE2s (openrct2-0.4.22/title-sequences.zip) = 59f5b4a86a39b292971cf2ad9a276c37fe87319aba03d3a34083e950402001af
-SHA512 (openrct2-0.4.22/title-sequences.zip) = 27a1f5e87063ed9baf5faeca15a914e1a57584da6ab0d06d2b9e1f08e801c53f2ea9826381bf5e3dd8e220ff2da601a98841a08f9bcad1e0280b04746512bfb1
-Size (openrct2-0.4.22/title-sequences.zip) = 7791573 bytes
+BLAKE2s (openrct2-0.4.23/objects.zip) = 38a84cd08e699c172a16c9bfbc7141da17eac5575847d8ea446ba023a5c92e0b
+SHA512 (openrct2-0.4.23/objects.zip) = 220476a5ebc3863999abcf20b2070760d6b9f4e9a92b7a8b0c2a80ac8c60bbc6ff02c71d1ef7b84394a362cbe04a1e19c5a3d6ef56bf9b0da25e3dfd02b66e8b
+Size (openrct2-0.4.23/objects.zip) = 8056882 bytes
+BLAKE2s (openrct2-0.4.23/openmusic.zip) = 15a8b57d6bf1aa8e06c33dc001c9fb3273caaef75283c6873c9ac028c4bc1e7b
+SHA512 (openrct2-0.4.23/openmusic.zip) = 88e3242da45f372e06de04e58d03fc3d256b1485467a25a3f8878c03eb2570eea2c787a9e0416c1b040c15886723ced1379d762f941a23e4bd2fce81416123b0
+Size (openrct2-0.4.23/openmusic.zip) = 42921141 bytes
+BLAKE2s (openrct2-0.4.23/openrct.tar.gz) = ede52f43d5db137c458dd763ffc2ae45c25c41e7dd733d82254c2f5fd58da92c
+SHA512 (openrct2-0.4.23/openrct.tar.gz) = 2d9a5899d8a340e5066daebd7463b4e82f6f4928a0e7b97a2b4ba30d47e2a7a57912d161eb6663de87f7be16f661c8f3a87225c1115740b98b268e7e482e1cec
+Size (openrct2-0.4.23/openrct.tar.gz) = 23952099 bytes
+BLAKE2s (openrct2-0.4.23/opensound.zip) = dc673d3cf272c0c1ccca9629771bf3d1bc2b10e27558cfed9209dfa569c35e7b
+SHA512 (openrct2-0.4.23/opensound.zip) = fc46ffb3f6243b3d783a280481ce373a8ddc8cf1fd28bfeceecf6223b72b38f1d49d0c95eea3376308a61a77c50c7a06252b6d72248cfecc493b63b65bd6512a
+Size (openrct2-0.4.23/opensound.zip) = 4012384 bytes
+BLAKE2s (openrct2-0.4.23/replays.zip) = f57d37f544d2418723191f834c68e5aa878d9f153b95d903d30c1ca15624ebf2
+SHA512 (openrct2-0.4.23/replays.zip) = 529fa8cd71ddbe0a321d0cda68b618fc22f0016e23abff10c4c01c08c06ffa765e5f2bf9488954cecf39f3f1d2a79c20e40c0f13d82d8b5d6142bf539fba1150
+Size (openrct2-0.4.23/replays.zip) = 1866031 bytes
+BLAKE2s (openrct2-0.4.23/title-sequences.zip) = 59f5b4a86a39b292971cf2ad9a276c37fe87319aba03d3a34083e950402001af
+SHA512 (openrct2-0.4.23/title-sequences.zip) = 27a1f5e87063ed9baf5faeca15a914e1a57584da6ab0d06d2b9e1f08e801c53f2ea9826381bf5e3dd8e220ff2da601a98841a08f9bcad1e0280b04746512bfb1
+Size (openrct2-0.4.23/title-sequences.zip) = 7791573 bytes
 SHA1 (patch-src_openrct2_platform_Platform.macOS.mm) = 395c35b84882e874a5529b7a88af3c7c1aad7f54



Home | Main Index | Thread Index | Old Index