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:           Sat Sep  2 20:45:07 UTC 2023

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

Log Message:
openrct2: Update to 0.4.3

upstream changes:
-----------------
0.4.3 (2022-12-14)
------------------------------------------------------------------------
- Feature: [#17782] The Flying Coaster now has access to boosters and can draw outside loops.
- Feature: [#17997] The Log Flume can now draw steep pieces down (if vehicle allows it).
- Feature: [#18312, objects#220, OpenSFX#13] New sound effects for the Hybrid and Single Rail roller coasters.
- Feature: [#18675] [Plugin] Plugins can refer to g2 image icons by name.
- Feature: [objects#173] Add alpine coaster vehicle.
- Feature: [objects#221] Add two extra jungle walls.
- Feature: [objects#225] Add log cabin roofs.
- Feature: [OpenMusic#14, OpenMusic#15, OpenMusic#18] Added Galaxy, Acid and Dodgems ride music styles.
- Improved: [#18013, #18016, #18018, #18019, #18514, objects#224] Added colour presets to Spiral Slide, Dodgems, Boat Hire, Flying Saucers, and Car Ride.
- Improved: [#18024] Clearer error messages when loading incompatible .park files.
- Improved: [#18192] Tycoon Park has been added to the Extras tab.
- Improved: [#18214] Competition scenarios have received their own section.
- Improved: [#18250] Added modern style file and folder pickers on Windows.
- Improved: [#18332] Allow Inverted Roller Coaster to draw boosters.
- Improved: [#18350] Changed ride vehicle list to have less padding.
- Improved: [#18422] Allow adding images to music objects.
- Improved: [#18428] [Plugin] Add widget description interfaces to documentation.
- Improved: [#18487] Mini Helicopters track can now draw spinning tunnels.
- Improved: [#18591] Order RollerCoaster Tycoon 2 scenarios by difficulty.
- Improved: [#18607] A new tab for all UCES Scenarios, if it’s installed.
- Improved: [#18621] OpenGL performance.
- Change: [#17677] Open campaign window from finished campaign news.
- Change: [#17998] Show cursor when using inverted mouse dragging.
- Change: [#18230] Make the large flat to steep pieces available on the corkscrew roller coaster without cheats.
- Change: [#18381] Convert custom invisible paths to the built-in ones.
- Change: [OpenSFX#11, OpenMusic#19] First implementation of official replacement asset packs for sound effects & music.
- Fix: [#1491] Clearance of the Cash Machine is too low (original bug).
- Fix: [#1519] “See-through rides” doesn't affect all rides (original bug).
- Fix: [#6341] “Unlock vehicle limits” does not allow setting fewer vehicles than the vehicle type requires.
- Fix: [#14312] Research ride type message incorrect.
- Fix: [#14425] Ride ratings do not skip unallocated ride ids.
- Fix: [#15969] Guests heading for ride use vanilla behaviour
- Fix: [#17067] Random Staff Patrol Area clicks.
- Fix: [#17316] Sides of River Rapids’ corners overlay other parts of the track.
- Fix: [#17657] When switching from buying land rights to buying construction rights, grid disables and won't re-enable afterwards.
- Fix: [#17763] Missing validation on invalid characters in file name.
- Fix: [#17853] Invention name tears while being dragged.
- Fix: [#18064] Unable to dismiss notification messages.
- Fix: [#18070] Underground entrance/exit shows through terrain walls (original bug).
- Fix: [#18094] Underground shops & facilities don't show when adjacent to non-underground path (original bug).
- Fix: [#18122] Ghosts count towards “Great scenery!” guest thought.
- Fix: [#18134] Underground on-ride photo section partially clips through adjacent terrain edge.
- Fix: [#18244] Invention DragWindow's starting position is inconsistent.
- Fix: [#18245] Guests stopping dead in their tracks at railway crossings.
- Fix: [#18257] Guests ‘waiting’ on extended railway crossings.
- Fix: [#18354] Overwrite alert does not show when save name has different casing on Windows.
- Fix: [#18379] Tunnel entrances for underground Mini Golf Hole E are not rendered correctly.
- Fix: [#18442] About window background is clickable.
- Fix: [#18449] [Plugin] Change type of listview widgets from 'scroll_view' to 'listview'.
- Fix: [#18453] Slow walking guests don't get across level crossings in time.
- Fix: [#18469] Land rights window buttons incorrectly disabled and markers remain visible indefinitely.
- Fix: [#18459] ‘Highlight path issues’ hides fences for paths with additions.
- Fix: [#18552] Trains clipping through helixes.
- Fix: [#18576] Cannot open parks with certain types of corrupt tile elements.
- Fix: [#18606] JSON objects do not take priority over the DAT files they supersede.
- Fix: [#18620] [Plugin] Crash when reading widget properties from windows that have both static and tab widgets.
- Fix: [#18653] Negative ratings multipliers do not appear in Vehicle tab.
- Fix: [#18696] Construction rights cannot be viewed after all are purchased.
- Fix: [#18720] Upwards helix is enabled for the Alpine Coaster, even when cheats are off.
- Fix: [#18755] Ferris Wheel and Circus ghosts not coloured correctly.
- Fix: [#18802] Game could crash when determining if a mechanic is heading to fix the ride blocking the path.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/games/openrct2/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/games/openrct2/PLIST
cvs rdiff -u -r1.20 -r1.21 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.43 pkgsrc/games/openrct2/Makefile:1.44
--- pkgsrc/games/openrct2/Makefile:1.43 Sat Sep  2 19:59:49 2023
+++ pkgsrc/games/openrct2/Makefile      Sat Sep  2 20:45:06 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2023/09/02 19:59:49 triaxx Exp $
+# $NetBSD: Makefile,v 1.44 2023/09/02 20:45:06 triaxx Exp $
 
-DISTNAME=      openrct2-0.4.2
+DISTNAME=      openrct2-0.4.3
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=OpenRCT2/}
 GITHUB_PROJECT=        OpenRCT2

Index: pkgsrc/games/openrct2/PLIST
diff -u pkgsrc/games/openrct2/PLIST:1.12 pkgsrc/games/openrct2/PLIST:1.13
--- pkgsrc/games/openrct2/PLIST:1.12    Sat Sep  2 19:59:49 2023
+++ pkgsrc/games/openrct2/PLIST Sat Sep  2 20:45:06 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2023/09/02 19:59:49 triaxx Exp $
+@comment $NetBSD: PLIST,v 1.13 2023/09/02 20:45:06 triaxx Exp $
 bin/openrct2
 bin/openrct2-cli
 lib/libopenrct2.a
@@ -55,6 +55,7 @@ share/openrct2/object/official/footpath_
 share/openrct2/object/official/footpath_railings/openrct2.footpath_railings.invisible.json
 share/openrct2/object/official/footpath_surface/openrct2.footpath_surface.invisible.json
 share/openrct2/object/official/footpath_surface/openrct2.footpath_surface.queue_invisible.json
+share/openrct2/object/official/ride/openrct2.ride.alpine_coaster.parkobj
 share/openrct2/object/official/ride/openrct2.ride.hybrid_coaster.parkobj
 share/openrct2/object/official/ride/openrct2.ride.single_rail_coaster.parkobj
 share/openrct2/object/official/ride/rct2dlc.ride.zpanda.parkobj
@@ -74,7 +75,16 @@ share/openrct2/object/official/scenery_s
 share/openrct2/object/official/scenery_small/toontowner.scenery_small.ttrftl04.parkobj
 share/openrct2/object/official/scenery_small/toontowner.scenery_small.ttrftl07.parkobj
 share/openrct2/object/official/scenery_small/toontowner.scenery_small.ttrftl08.parkobj
+share/openrct2/object/official/scenery_small/toontowner.scenery_small.ttrfwd01.parkobj
+share/openrct2/object/official/scenery_small/toontowner.scenery_small.ttrfwd02.parkobj
+share/openrct2/object/official/scenery_small/toontowner.scenery_small.ttrfwd03.parkobj
+share/openrct2/object/official/scenery_small/toontowner.scenery_small.ttrfwd04.parkobj
+share/openrct2/object/official/scenery_small/toontowner.scenery_small.ttrfwd06.parkobj
+share/openrct2/object/official/scenery_small/toontowner.scenery_small.ttrfwd07.parkobj
+share/openrct2/object/official/scenery_small/toontowner.scenery_small.ttrfwd08.parkobj
 share/openrct2/object/official/scenery_small/toontowner.scenery_small.xxbbbr01.parkobj
+share/openrct2/object/official/scenery_wall/couger.scenery_wall.acww33.parkobj
+share/openrct2/object/official/scenery_wall/couger.scenery_wall.acwwf32.parkobj
 share/openrct2/object/official/scenery_wall/mamabear.scenery_wall.mg-prar.parkobj
 share/openrct2/object/official/station/openrct2.station.noentrance.json
 share/openrct2/object/official/station/openrct2.station.noplatformnoentrance.json

Index: pkgsrc/games/openrct2/distinfo
diff -u pkgsrc/games/openrct2/distinfo:1.20 pkgsrc/games/openrct2/distinfo:1.21
--- pkgsrc/games/openrct2/distinfo:1.20 Sat Sep  2 19:59:49 2023
+++ pkgsrc/games/openrct2/distinfo      Sat Sep  2 20:45:06 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.20 2023/09/02 19:59:49 triaxx Exp $
+$NetBSD: distinfo,v 1.21 2023/09/02 20:45:06 triaxx Exp $
 
-BLAKE2s (openrct2-0.4.2.tar.gz) = 2329aab01cf2e5ef1bdfe3825ee7ce5e103badc41ab6e4a89c03220ae700d96d
-SHA512 (openrct2-0.4.2.tar.gz) = b047c4cfa4eb5e6257a9836bc85a1aab66504591c7a8f698b893290132d43d7e187a077d29b9f6fb712bfc62b9fcd063a70e7b5d36e2fc7dd61f3af0aff0163f
-Size (openrct2-0.4.2.tar.gz) = 16476190 bytes
+BLAKE2s (openrct2-0.4.3.tar.gz) = 2d3dbe35ea337dcb9af6a45dbd00ac2a39078903714d327aab3e9bcd6dbef689
+SHA512 (openrct2-0.4.3.tar.gz) = 2c194e3d63340c61fd8caaf975e3b99a3a9f10aeb5f9ff0ca4f5556f07b2d4765583b0c63d1c77117cc003fcfb8403e8ee025758ff39027e9bd0992931eaa46c
+Size (openrct2-0.4.3.tar.gz) = 16507904 bytes
 SHA1 (patch-src_openrct2-ui_title_TitleSequencePlayer.cpp) = 35a4ee2a47fe6f5bfd536e199a369361cb1b12fa
 SHA1 (patch-src_openrct2_CMakeLists.txt) = be08c09024889c1cc52ef7e53c911f6746171370
 SHA1 (patch-src_openrct2_common.h) = 31923f772feb3ec9cd0678e3f7cae27abd62cf6e



Home | Main Index | Thread Index | Old Index