pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/rocksndiamonds



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Dec 10 18:47:58 UTC 2023

Modified Files:
        pkgsrc/games/rocksndiamonds: Makefile distinfo

Log Message:
rocksndiamonds: updated to 4.3.7.1

Rocks'n'Diamonds 4.3.7.1

added using trigger element position for CE triggered global animations
added pausing global animations on doors if game engine is paused

Rocks'n'Diamonds 4.3.7.0

added highlighting similar elements in editor when pressing Alt+Shift keys
added highlighting single MM wall tiles in editor when pressing Alt key
added options “played_header” and “played” to music file info
added support for custom elements triggering global animations
added support for CE change pages triggering global animations
added setting global animation position from CE triggering that animation
added option to not trigger further animations if CE change event consumed
added pausing global animations on playfield if game engine is paused
added new animation mode “level_nr” to select frame according to level
added selecting element for group elements according to current level
added options “game.forced_scroll_x” and “game.forced_scroll_y”
fixed drawing (maybe redefined) empty space around MM style level in editor
fixed crash bug on info screen if music set has no unconfigured music
fixed bugs when using music sets without unconfigured game music
fixed broken animation of CE that can not change, but has CE delay action
fixed bug with checking for mouse events used by custom elements
fixed playfield redraw bug when closing envelope after asking to play again
fixed setting global animation sync frame when started with “.init_event”
fixed one-frame delay when global animations leave “init” state
fixed CE condition that checks touching the player at some side
fixed drawing envelope request to be always on top of tile cursor
fixed drawing envelope request to be always on top of global animations
fixed bug with CE change setting the player to its current position
fixed bug with CE replacing exploding player, causing half-dead player
fixed broken player option “no centering when relocating”
fixed half-tile shifting when teleporting between playfield borders
fixed bug with using wrong global border when restarting the game


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/games/rocksndiamonds/Makefile
cvs rdiff -u -r1.40 -r1.41 pkgsrc/games/rocksndiamonds/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/rocksndiamonds/Makefile
diff -u pkgsrc/games/rocksndiamonds/Makefile:1.70 pkgsrc/games/rocksndiamonds/Makefile:1.71
--- pkgsrc/games/rocksndiamonds/Makefile:1.70   Fri Oct 20 09:53:02 2023
+++ pkgsrc/games/rocksndiamonds/Makefile        Sun Dec 10 18:47:58 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.70 2023/10/20 09:53:02 adam Exp $
+# $NetBSD: Makefile,v 1.71 2023/12/10 18:47:58 adam Exp $
 
-DISTNAME=      rocksndiamonds-4.3.6.0-linux
+DISTNAME=      rocksndiamonds-4.3.7.1-linux
 
 COMMENT=       Game like Boulder Dash, Emerald Mine, or Sokoban
 

Index: pkgsrc/games/rocksndiamonds/distinfo
diff -u pkgsrc/games/rocksndiamonds/distinfo:1.40 pkgsrc/games/rocksndiamonds/distinfo:1.41
--- pkgsrc/games/rocksndiamonds/distinfo:1.40   Fri Oct 20 09:53:02 2023
+++ pkgsrc/games/rocksndiamonds/distinfo        Sun Dec 10 18:47:58 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.40 2023/10/20 09:53:02 adam Exp $
+$NetBSD: distinfo,v 1.41 2023/12/10 18:47:58 adam Exp $
 
-BLAKE2s (rocksndiamonds-4.3.6.0-linux.tar.gz) = 6911627b50d67b9f52af049475ba28dbb7f40eabacbf3e6cd8ec88278aa38f1c
-SHA512 (rocksndiamonds-4.3.6.0-linux.tar.gz) = db74d74b89b9ab307d2979eb11e8192a74bd3ef4edb0987c59ce839410a01322a0c0384c009603a370443ce6ce96e3d5e0a82b14002bad62a4a965bd40aefeac
-Size (rocksndiamonds-4.3.6.0-linux.tar.gz) = 4655278 bytes
+BLAKE2s (rocksndiamonds-4.3.7.1-linux.tar.gz) = 3dd540146940b0663649234da35f58baa7a4592f416bdddeab6b2d3471825d12
+SHA512 (rocksndiamonds-4.3.7.1-linux.tar.gz) = dc6329e8abb6b6e7d7df2b297ff6ddba82888c09977358067e47a69e8af764c1f7e022192233dd7e08a3c6a2d2a436ec0a7ef45754707b14b0293fb17afcd49d
+Size (rocksndiamonds-4.3.7.1-linux.tar.gz) = 4664456 bytes
 SHA1 (patch-src_Makefile) = d7f78c0f5a24d53661f678da76233b55d039f6d3
 SHA1 (patch-src_libgame_joystick.c) = 000805d76fee695cbedc42f1aa25423f04c08dbb
 SHA1 (patch-src_libgame_joystick.h) = a6bae0443a6285b9e4179119f1101ba7bf8d6727



Home | Main Index | Thread Index | Old Index