pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/rocksndiamonds rocksndiamonds: updated to 4.1.3.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/07a3a418253b
branches:  trunk
changeset: 418996:07a3a418253b
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Dec 10 22:22:22 2019 +0000

description:
rocksndiamonds: updated to 4.1.3.0

Rocks'n'Diamonds 4.1.3.0

A new feature release is available which contains changes that are mainly useful for creating global animations with some more actions and events, but which also add some other features and bug fixes:

Global animations:
added support for handling multiple event definitions for global animations
added support for several new event types that can trigger global animations (?init?, ?start?, ?end? and ?post? to trigger new animations when other animations are initialized using init delay, 
started, ended or when an animation?s post delay ends)
added global animation event ?unclick:any? to handle mouse release events
added global animation class ?pointer? for animation at mouse position
added global animation actions executed after init/anim/post delay

Touch devices:
added detecting use of touch device for user input on current platform
added cycling through all zoom tilesizes in editor when using touch device

Bug fixes:
fixed some bugs with drag-and-drop support for level set zip files
fixed level editor copy/paste using Ctrl-c/v for custom/group/DF elements
fixed level sketch copy/paste via clipboard on Windows
lots of other bugs fixed in this release (see Git commit messages)

diffstat:

 games/rocksndiamonds/Makefile        |   4 ++--
 games/rocksndiamonds/Makefile.common |   6 +++---
 games/rocksndiamonds/distinfo        |  10 +++++-----
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs (49 lines):

diff -r 2194566a16f1 -r 07a3a418253b games/rocksndiamonds/Makefile
--- a/games/rocksndiamonds/Makefile     Tue Dec 10 21:24:02 2019 +0000
+++ b/games/rocksndiamonds/Makefile     Tue Dec 10 22:22:22 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.56 2019/05/05 07:59:38 adam Exp $
+# $NetBSD: Makefile,v 1.57 2019/12/10 22:22:22 adam Exp $
 
-DISTNAME=      rocksndiamonds-4.1.2.0
+DISTNAME=      rocksndiamonds-4.1.3.0
 
 COMMENT=       Game like Boulder Dash, Emerald Mine, or Sokoban
 
diff -r 2194566a16f1 -r 07a3a418253b games/rocksndiamonds/Makefile.common
--- a/games/rocksndiamonds/Makefile.common      Tue Dec 10 21:24:02 2019 +0000
+++ b/games/rocksndiamonds/Makefile.common      Tue Dec 10 22:22:22 2019 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile.common,v 1.17 2019/05/05 07:59:38 adam Exp $
+# $NetBSD: Makefile.common,v 1.18 2019/12/10 22:22:22 adam Exp $
 # used by games/mirrormagic/Makefile
 # used by games/rocksndiamonds/Makefile
 
 CATEGORIES=    games
-MASTER_SITES=  http://www.artsoft.org/RELEASES/unix/${PKGBASE}/
+MASTER_SITES=  https://www.artsoft.org/RELEASES/unix/${PKGBASE}/
 
 MAINTAINER?=   pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.artsoft.org/${PKGBASE}/
+HOMEPAGE=      https://www.artsoft.org/${PKGBASE}/
 LICENSE=       gnu-gpl-v2
 
 USE_GAMESGROUP=                yes
diff -r 2194566a16f1 -r 07a3a418253b games/rocksndiamonds/distinfo
--- a/games/rocksndiamonds/distinfo     Tue Dec 10 21:24:02 2019 +0000
+++ b/games/rocksndiamonds/distinfo     Tue Dec 10 22:22:22 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.32 2019/05/05 07:59:38 adam Exp $
+$NetBSD: distinfo,v 1.33 2019/12/10 22:22:22 adam Exp $
 
-SHA1 (rocksndiamonds-4.1.2.0.tar.gz) = 8e5407304363536176eab17f34d81f42dd4bbd29
-RMD160 (rocksndiamonds-4.1.2.0.tar.gz) = c5c497a06cda5ae62e65645b23f5135f16bd687b
-SHA512 (rocksndiamonds-4.1.2.0.tar.gz) = ed58476da36024146f6cd028f2645bbfe5eb7fc2c481ef6597513e939a7558e27c175e77c593c533cb057450004f263aa51e335356f84dd5304dfe098f710096
-Size (rocksndiamonds-4.1.2.0.tar.gz) = 3923401 bytes
+SHA1 (rocksndiamonds-4.1.3.0.tar.gz) = b94636c4da3c15d274cc46cfd19669232eacd8a5
+RMD160 (rocksndiamonds-4.1.3.0.tar.gz) = ecd2fec02dd4ad07e3d84639f8178f2ffc00279d
+SHA512 (rocksndiamonds-4.1.3.0.tar.gz) = 30718d856b9d14a6f760e60310445efc83a767644332779bca73af7ff22fc9c8c8f69f86730cdd20a663807118c86c598a1d80432ff7d619b1bfc9ac074ad353
+Size (rocksndiamonds-4.1.3.0.tar.gz) = 3931857 bytes
 SHA1 (patch-src_Makefile) = de1d33c22ef4828201d5b31747c009ceef463340
 SHA1 (patch-src_libgame_joystick.c) = 000805d76fee695cbedc42f1aa25423f04c08dbb
 SHA1 (patch-src_libgame_joystick.h) = a6bae0443a6285b9e4179119f1101ba7bf8d6727



Home | Main Index | Thread Index | Old Index