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 08:01:11 UTC 2023

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

Log Message:
openrct2: Update to 0.4.1

upstream changes:
-----------------
0.4.1 (2022-07-04)
------------------------------------------------------------------------
- Feature: [#16825] Add Alpine Coaster track type.
- Feature: [#17011] Option to show ride vehicles as separate entries when selecting a ride to construct.
- Feature: [#17217] Add FLAC and OGG/vorbis as supported audio formats for ride music objects.
- Feature: [#12328, #17418] Add vehicles for the Hybrid Coaster, Single-Rail Roller Coaster and Classic Mini Roller Coaster.
- Improved: [#7983] The red colour in the ride stat screen and the ride graphs now corresponds better to negative effects on a ride’s stats.
- Improved: [#13966] Music Style dropdown is now sorted by name.
- Improved: [#16978] Tree placement is more natural during map generation.
- Improved: [#16992] The checkbox in the visibility column of the Tile Inspector has been replaced with an eye symbol.
- Improved: [#16999] The maximum price for the park entry has been raised to £999.
- Improved: [#17050] Transparency can be enabled directly without needing see-through enabled first.
- Improved: [#17059] Show Tile Inspector usage hint when nothing is selected.
- Improved: [#17199] Allow creation of Spiral Slide reskins.
- Improved: [#17242] More natural looking shorelines in map generator.
- Improved: [#17328] Parks can now be resized into rectangular shapes from the map and map generation windows.
- Change: [#16952] Make “Object Selection” order more coherent.
- Change: [#17002] Weather no longer resets when converting a save to scenario.
- Change: [#17294] New ride window remembers scroll position per tab instead of highlighted ride.
- Removed: [#16864] Title sequence editor (replaced by plug-in).
- Removed: [#16911, #17411] Residual support for pre-Vista Windows systems.
- Fix: [#13997] Placing a track design interferes with other players building a ride.
- Fix: [#15787] When deselecting "Show banner text in upper case", the banners remain upper case for 10 seconds.
- Fix: [#16539] CustomListView header not clickable when listview is scrolled.
- Fix: [#16799] Browsing “Up” in the Load Save window shows no files, only folders.
- Fix: [#16934] Park size displayed incorrectly in Park window.
- Fix: [#16974] Small scenery ghosts can be deleted.
- Fix: [#16989] Re-focusing maximised window triggers a restore and maximise.
- Fix: [#17005] Unable to set patrol area for first staff member in park.
- Fix: [#17017] [Plugin] Crash when using tile element properties that require a valid ride to be linked.
- Fix: [#17073] Corrupt ride window and random crashes when trains have more than 144 cars.
- Fix: [#17080] “Remove litter” cheat does not empty litter bins.
- Fix: [#17099] Object selection thumbnail box is one pixel too tall.
- Fix: [#17104] Changing map size does not invalidate park size.
- Fix: [#17157] Crash when browsing “Up” to folder with CJK characters in its name.
- Fix: [#17187] Text input window does not resize correctly.
- Fix: [#17197] Segfault when extracting files from the GOG installer.
- Fix: [#17205] Map generator sometimes crashes when not all standard terrain objects are available.
- Fix: [#17221] Object ghosts and tooltips follow invisible cursor when moving the viewport by right-click dragging.
- Fix: [#17255] Cursor position is incorrect when adjusting terrain and water height.
- Fix: [#17257] [Plugin] Add tertiary colour to large scenery scripting API.
- Fix: [#17261] Hand cursor position is incorrect when dragging items in the Inventions List window.
- Fix: [#17292] Rows in shortcut key list stay highlighted when cursor leaves list.
- Fix: [#17295] Pause status not cleared when loading a scenario made from a converted paused save.
- Fix: [#17310] Reversed reversible vehicles not imported properly when loading RCT1 parks.
- Fix: [#17335] [Plugin] Documentation has an incorrect type for PixelData ‘data’ attribute.
- Fix: [#17337] Air Powered Vertical Coaster trains not imported properly when loading RCT1 parks.
- Fix: [#17346] Surface height markers are concealed by sprites of same surface.
- Fix: [#17369] [Plugin] ‘Car.travelBy()’ moves other cars as well.
- Fix: [#17377] When building the park entrance before opening the Footpaths window, the path will be invisible.
- Fix: [#17381] Air Powered Vertical Coaster stat penalty is wrong.
- Fix: [#17399] Guests never generate the being watched thought.
- Fix: [#17433] Wrong T-shirt colours for guests on a Twist ride.
- Fix: [#17450] Ducks can swim on three-corners-up land tile.
- Fix: [#17461] Footpath Railing tooltip showing incorrect tooltip.
- Fix: [#17464] Green Tarmac footpath is not available in the Track Designer.
- Fix: [#17466] New object types not packed in save files.
- Fix: [#17481] Roto-drop cars try going up to top pieces that are ghosts or belong to other rides.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/games/openrct2/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/games/openrct2/PLIST
cvs rdiff -u -r1.18 -r1.19 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.41 pkgsrc/games/openrct2/Makefile:1.42
--- pkgsrc/games/openrct2/Makefile:1.41 Sat Sep  2 07:30:35 2023
+++ pkgsrc/games/openrct2/Makefile      Sat Sep  2 08:01:11 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2023/09/02 07:30:35 triaxx Exp $
+# $NetBSD: Makefile,v 1.42 2023/09/02 08:01:11 triaxx Exp $
 
-DISTNAME=      openrct2-0.4.0
+DISTNAME=      openrct2-0.4.1
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=OpenRCT2/}
 GITHUB_PROJECT=        OpenRCT2

Index: pkgsrc/games/openrct2/PLIST
diff -u pkgsrc/games/openrct2/PLIST:1.10 pkgsrc/games/openrct2/PLIST:1.11
--- pkgsrc/games/openrct2/PLIST:1.10    Sat Sep  2 07:30:35 2023
+++ pkgsrc/games/openrct2/PLIST Sat Sep  2 08:01:11 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2023/09/02 07:30:35 triaxx Exp $
+@comment $NetBSD: PLIST,v 1.11 2023/09/02 08:01:11 triaxx Exp $
 bin/openrct2
 bin/openrct2-cli
 lib/libopenrct2.a
@@ -55,6 +55,8 @@ 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.hybrid_coaster.parkobj
+share/openrct2/object/official/ride/openrct2.ride.single_rail_coaster.parkobj
 share/openrct2/object/official/ride/rct2dlc.ride.zpanda.parkobj
 share/openrct2/object/official/scenery_group/rct2dlc.scenery_group.scgpanda.parkobj
 share/openrct2/object/official/scenery_small/rct2dlc.scenery_small.bigpanda.parkobj
@@ -71,6 +73,7 @@ share/openrct2/object/official/station/o
 share/openrct2/object/official/terrain_edge/official.terrain_edge.void.parkobj
 share/openrct2/object/official/terrain_surface/openrct2.terrain_surface.void.parkobj
 share/openrct2/object/official/water/rct2dlc.water.wtrpink.json
+share/openrct2/object/rct1/audio/rct1.audio.title.json
 share/openrct2/object/rct1/footpath_railings/rct1ll.footpath_railings.bamboo.parkobj
 share/openrct2/object/rct1/footpath_railings/rct1ll.footpath_railings.space.parkobj
 share/openrct2/object/rct1/footpath_surface/rct1.footpath_surface.crazy_paving.parkobj
@@ -88,6 +91,9 @@ share/openrct2/object/rct1/footpath_surf
 share/openrct2/object/rct1/footpath_surface/rct1aa.footpath_surface.tiles_grey.parkobj
 share/openrct2/object/rct1/footpath_surface/rct1ll.footpath_surface.tiles_green.parkobj
 share/openrct2/object/rct1/footpath_surface/rct1ll.footpath_surface.tiles_red.parkobj
+share/openrct2/object/rct1/ride/rct1.ride.ladybird_trains.parkobj
+share/openrct2/object/rct1/ride/rct1.ride.log_trains.parkobj
+share/openrct2/object/rct1/ride/rct1.ride.rocket_cars.parkobj
 share/openrct2/object/rct1/ride/rct1.ride.toilets.parkobj
 share/openrct2/object/rct1/scenery_wall/rct1.scenery_wall.wooden_fence_red.json
 share/openrct2/object/rct1/terrain_edge/rct1.terrain_edge.brick.parkobj
@@ -105,6 +111,9 @@ share/openrct2/object/rct1/terrain_surfa
 share/openrct2/object/rct1/terrain_surface/rct1ll.terrain_surface.roof_grey.parkobj
 share/openrct2/object/rct1/terrain_surface/rct1ll.terrain_surface.rust.parkobj
 share/openrct2/object/rct1/terrain_surface/rct1ll.terrain_surface.wood.parkobj
+share/openrct2/object/rct2/audio/rct2.audio.base.json
+share/openrct2/object/rct2/audio/rct2.audio.circus.json
+share/openrct2/object/rct2/audio/rct2.audio.title.json
 share/openrct2/object/rct2/footpath_banner/rct2.footpath_banner.bn1.json
 share/openrct2/object/rct2/footpath_banner/rct2.footpath_banner.bn2.json
 share/openrct2/object/rct2/footpath_banner/rct2.footpath_banner.bn3.json
@@ -281,7 +290,7 @@ share/openrct2/object/rct2/ride/rct2.rid
 share/openrct2/object/rct2/ride/rct2.ride.ptct2r.json
 share/openrct2/object/rct2/ride/rct2.ride.rapboat.json
 share/openrct2/object/rct2/ride/rct2.ride.rboat.json
-share/openrct2/object/rct2/ride/rct2.ride.rckc.parkobj
+share/openrct2/object/rct2/ride/rct2.ride.rckc.json
 share/openrct2/object/rct2/ride/rct2.ride.rcr.json
 share/openrct2/object/rct2/ride/rct2.ride.revcar.json
 share/openrct2/object/rct2/ride/rct2.ride.revf1.json

Index: pkgsrc/games/openrct2/distinfo
diff -u pkgsrc/games/openrct2/distinfo:1.18 pkgsrc/games/openrct2/distinfo:1.19
--- pkgsrc/games/openrct2/distinfo:1.18 Sat Sep  2 07:30:35 2023
+++ pkgsrc/games/openrct2/distinfo      Sat Sep  2 08:01:11 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.18 2023/09/02 07:30:35 triaxx Exp $
+$NetBSD: distinfo,v 1.19 2023/09/02 08:01:11 triaxx Exp $
 
-BLAKE2s (openrct2-0.4.0.tar.gz) = dabc157e164ec55b35785d4374085f6d1df6f5a23fe630d89fb1aef5897d1bf9
-SHA512 (openrct2-0.4.0.tar.gz) = b1edf0b8c2987ad2c7fb7f69bb7402ac2a7b783f0a49831a20e8ff8cfc28e84d3e4bc265c986079d58ee430fb1fe6593cde04859cbba8e7aaf1d890091a478d0
-Size (openrct2-0.4.0.tar.gz) = 15179718 bytes
+BLAKE2s (openrct2-0.4.1.tar.gz) = b760116ad707e18dc020a5cfb874d149637c7f011feae623f269f27a162f8b5e
+SHA512 (openrct2-0.4.1.tar.gz) = 795e94b025ebe8ce4386e59723e2442e950810652a1c95caa1e21a88bef5417c2cce18c93418788e75cd8e980ffda0dc73838693fbe2be108a4e269da9159f06
+Size (openrct2-0.4.1.tar.gz) = 14307739 bytes
 SHA1 (patch-src_openrct2-ui_title_TitleSequencePlayer.cpp) = 35a4ee2a47fe6f5bfd536e199a369361cb1b12fa
 SHA1 (patch-src_openrct2_CMakeLists.txt) = c5410e5405765d64775f69512215abd7dfb7bf1a
 SHA1 (patch-src_openrct2_common.h) = 31923f772feb3ec9cd0678e3f7cae27abd62cf6e



Home | Main Index | Thread Index | Old Index