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:           Fri Sep  1 03:24:34 UTC 2023

Modified Files:
        pkgsrc/games/openrct2: Makefile distinfo
        pkgsrc/games/openrct2/patches: patch-src_openrct2_common.h

Log Message:
openrct2: Update to 0.3.5

upstream changes:
-----------------
0.3.5 (2021-11-06)
------------------------------------------------------------------------
- Feature: [#3868] Initial support for using TTF in OpenGL mode (still contains bugs).
- Feature: [#7682] Follow ride/guest/staff in main window viewport.
- Feature: [#13407] Allow building chain lifts on enclosed dinghy slide pieces when cheats are on.
- Feature: [#15084] [Plugin] Add "vehicle.crash" hook.
- Feature: [#15143] Added a shortcut key for Giant Screenshot.
- Feature: [#15164] Highlight elements selected by the Tile Inspector, tracks are currently not supported.
- Feature: [#15165] [Plugin] Add the ability to create entities using "map.createEntity".
- Feature: [#15194] [Plugin] Add guest properties, ride downtime and park casualty penalty.
- Feature: [#15195] Added a bug-report item in file dropdown menu.
- Feature: [#15294] New vehicle animation type: flying animal.
- Fix: [#10614] Track Designs with missing path(s) do not use alternate pathways.
- Fix: [#12981] New vehicles do not appear in vehicle type dropdown.
- Fix: [#13465] Creating a scenario based on a won save game results in a scenario that’s instantly won.
- Fix: [#13912] “Dome park” no longer renders dome correctly.
- Fix: [#14316] Closing the Track Designs Manager window causes broken state.
- Fix: [#14482, #15258] Rides with invisibility hacks sometimes behave incorrectly.
- Fix: [#14649] ImageImporter incorrectly remaps colours outside the RCT2 palette.
- Fix: [#14667] “Extreme Hawaiian Island” has unpurchaseable land tiles (original bug).
- Fix: [#14741] Crash when exiting OpenRCT2 on macOS.
- Fix: [#15096] Crash when placing entrances in the scenario editor near the map corner.
- Fix: [#15136] Exported SV6 files cause vanilla RCT2 to hang.
- Fix: [#15142] ToonTowner's mine roofs were moved into the pirate theme scenery group instead of the mine theme scenery group.
- Fix: [#15148] Track Designs Manager delete confirmation window doesn't display properly.
- Fix: [#15170] Plugin: incorrect label text alignment.
- Fix: [#15177] Crash in lightfx_add_lights_magic_vehicle().
- Fix: [#15184] Crash when hovering over water types in Object Selection.
- Fix: [#15193] Crash when rides/stalls are demolished.
- Fix: [#15197] Cannot place flat ride after removing it in construction window.
- Fix: [#15199] Construction window is not closed when a ride gets demolished.
- Fix: [#15213] Freeze when hovering over Reverse Freefall Coaster in Russian.
- Fix: [#15227] Crash on exit after hovering over water types in the Object Selection window.
- Fix: [#15255] Tile Inspector shows banner information on walls that do not contain one.
- Fix: [#15257] Chat icon shows in scenario/track editor. Other icons don't disable when deactivated in options menu.
- Fix: [#15289] Unexpected behavior with duplicated banners which also caused desyncs in multiplayer.
- Fix: [#15322] Circus music doesn't play.
- Fix: [#15377] Entrance/exit ghost doesn't work on different stations without touching them first.
- Fix: [#15451] Guest list name filter remains after group selection.
- Fix: [#15466] Crash when opening a dropdown with 0 rows.
- Fix: [#15476] Crash when placing/clearing small scenery.
- Fix: [#15487] Map animations do not work correctly when loading an exported SV6 file in vanilla RCT2.
- Fix: [#15490] Tile inspector needlessly updates clearance height when changing surface slopes.
- Fix: [#15496] Crash in paint_swinging_inverter_ship_structure().
- Fix: [#15503] Freeze when doing specific coaster merges with block brakes.
- Fix: [#15514] Two different “quit to menu” menu items are available in track designer and track design manager.
- Fix: [#15560] Memory leak due to OpenGL Renderer not releasing a texture.
- Fix: [#15567] Litter not being counted correctly during Park rating calculation (original bug).
- Fix: [#15579] Crash in track_block_get_next().
- Fix: [#15582] [Plugin] Litter properties return incorrect values.
- Fix: [#15584] Ride income underflows when on-ride photos are making losses.
- Fix: [#15612] Crash when placing walls beside certain scenery objects.
- Fix: [#15851] Incorrect percentage chance of jumping with Katie Smith cheat.
- Fix: [#15858] Joanne Barton and Emma Garrell cheat incorrectly not applying effects to self.
- Improved: [#3417] Crash dumps are now placed in their own folder.
- Improved: [#13524] macOS arm64 native (universal) app
- Improved: [#15538] Software rendering can now draw in parallel when Multithreading is enabled.
- Change: [#8601] Revert ToonTower base block fix to re-enable support blocking.
- Change: [#15174] [Plugin] Deprecate the type "peep" and add support to target a specific scripting api version.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/games/openrct2/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/games/openrct2/distinfo
cvs rdiff -u -r1.5 -r1.6 \
    pkgsrc/games/openrct2/patches/patch-src_openrct2_common.h

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.38 pkgsrc/games/openrct2/Makefile:1.39
--- pkgsrc/games/openrct2/Makefile:1.38 Thu Aug 31 20:59:47 2023
+++ pkgsrc/games/openrct2/Makefile      Fri Sep  1 03:24:33 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2023/08/31 20:59:47 triaxx Exp $
+# $NetBSD: Makefile,v 1.39 2023/09/01 03:24:33 triaxx Exp $
 
-DISTNAME=      openrct2-0.3.4.1
+DISTNAME=      openrct2-0.3.5
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=OpenRCT2/}
 GITHUB_PROJECT=        OpenRCT2

Index: pkgsrc/games/openrct2/distinfo
diff -u pkgsrc/games/openrct2/distinfo:1.15 pkgsrc/games/openrct2/distinfo:1.16
--- pkgsrc/games/openrct2/distinfo:1.15 Thu Aug 31 20:59:47 2023
+++ pkgsrc/games/openrct2/distinfo      Fri Sep  1 03:24:33 2023
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.15 2023/08/31 20:59:47 triaxx Exp $
+$NetBSD: distinfo,v 1.16 2023/09/01 03:24:33 triaxx Exp $
 
-BLAKE2s (openrct2-0.3.4.1.tar.gz) = 5aa81a69d40d9f0c6e4fa52fb8f6e0ca759d42ead58a798bce8690d088bc065d
-SHA512 (openrct2-0.3.4.1.tar.gz) = 23267ce782d491a042a1733694d4bcdefb9af8a03eb70e0b9f13a464411d238d6c6962dc3cf57275e1641095c4bb859698fd1dae80df5b757a6718d42e5da57f
-Size (openrct2-0.3.4.1.tar.gz) = 14222683 bytes
+BLAKE2s (openrct2-0.3.5.tar.gz) = 3b59fbbc59b830b0ad5361f6b159705bfc2b3c0f0d0bad596218773e5b04ef04
+SHA512 (openrct2-0.3.5.tar.gz) = 036ad6f88ebe04673a55f679a8ac5e07600ec6e6ab6a2971e1ee9c378e779301084d0c4d134f664921c0cfc3ed222fed9a0e68e3f6ec3b493f6cc5bc745cea05
+Size (openrct2-0.3.5.tar.gz) = 14179345 bytes
 SHA1 (patch-src_openrct2-ui_title_TitleSequencePlayer.cpp) = 35a4ee2a47fe6f5bfd536e199a369361cb1b12fa
 SHA1 (patch-src_openrct2_CMakeLists.txt) = c423e635fa9dfcba8aca8c30ca427e6729200b0f
-SHA1 (patch-src_openrct2_common.h) = d6575cff0c1f8c969b13f9b6ce4dd28e4bae29e5
+SHA1 (patch-src_openrct2_common.h) = 212ba40e94c85fcdcd8470a4d597a140b2381188
 SHA1 (patch-src_openrct2_platform_Platform.Linux.cpp) = d8ddd15b91baff6041b4bd85ca8ea3dd6742b6c3
 SHA1 (patch-src_openrct2_platform_Platform.macOS.mm) = c7558e67add17fc903c8f3172c45b369b931717b
 SHA1 (patch-src_openrct2_platform_Platform2.h) = 4a2084bb745ab7dcc0b906c0d26dc538218bc27d

Index: pkgsrc/games/openrct2/patches/patch-src_openrct2_common.h
diff -u pkgsrc/games/openrct2/patches/patch-src_openrct2_common.h:1.5 pkgsrc/games/openrct2/patches/patch-src_openrct2_common.h:1.6
--- pkgsrc/games/openrct2/patches/patch-src_openrct2_common.h:1.5       Sun Aug 20 20:02:49 2023
+++ pkgsrc/games/openrct2/patches/patch-src_openrct2_common.h   Fri Sep  1 03:24:33 2023
@@ -1,10 +1,10 @@
-$NetBSD: patch-src_openrct2_common.h,v 1.5 2023/08/20 20:02:49 triaxx Exp $
+$NetBSD: patch-src_openrct2_common.h,v 1.6 2023/09/01 03:24:33 triaxx Exp $
 
 Add big endian support.
 
 --- src/openrct2/common.h.orig 2021-03-13 11:17:05.000000000 +0000
 +++ src/openrct2/common.h
-@@ -92,6 +92,12 @@ namespace
+@@ -54,6 +54,12 @@ namespace
  #        define HIBYTE(w) (static_cast<uint8_t>((static_cast<uint16_t>(w) >> 8) & 0xFF))
  #    endif // __BYTE_ORDER__
  



Home | Main Index | Thread Index | Old Index