pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games Most important changes since last release versio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9b8253ee1f7e
branches:  trunk
changeset: 463597:9b8253ee1f7e
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Nov 19 12:48:47 2003 +0000

description:
Most important changes since last release version 3.0.6:
- fixed incorrectly displayed animation for attacking dragon
- fixed bug with not setting initial gravity for each new game
- fixed bug with teleportation of player by custom element change
- fixed bug with player not getting smashed by rock sometimes
- fixed serious bug in code for delayed element pushing
- fixed little bug in animation frame selection for pushed elements
- fixed bug when pushing element that can move away to the side
- fixed tape recording when player is created from CE element change
- fixed player animation frame reset for identical animations
- unavailable setup options now marked as "n/a" instead of "off"
- prevent "extended" changed elements from delay change in same frame
- speed-up of reading config file for verbose output
- added configuration option for opening and closing Supaplex exit
- added configuration option for moving up/down animation for Murphy
- added animation for "turning" action (for elements with move delay)
- added turning animations for bug, spaceship and sniksnak

diffstat:

 games/rocksndiamonds-sdl/distinfo     |  10 +++++-----
 games/rocksndiamonds/Makefile.common  |   4 ++--
 games/rocksndiamonds/distinfo         |  10 +++++-----
 games/rocksndiamonds/patches/patch-aa |  35 ++++++++++++++++++-----------------
 games/rocksndiamonds/patches/patch-ab |   8 ++++----
 5 files changed, 34 insertions(+), 33 deletions(-)

diffs (127 lines):

diff -r 336ec02959f4 -r 9b8253ee1f7e games/rocksndiamonds-sdl/distinfo
--- a/games/rocksndiamonds-sdl/distinfo Wed Nov 19 11:54:48 2003 +0000
+++ b/games/rocksndiamonds-sdl/distinfo Wed Nov 19 12:48:47 2003 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.4 2003/10/08 13:35:54 adam Exp $
+$NetBSD: distinfo,v 1.5 2003/11/19 12:49:06 adam Exp $
 
-SHA1 (rocksndiamonds-3.0.6.tar.gz) = ffed2f411839f108e31bc02487d71f2859eb0d4b
-Size (rocksndiamonds-3.0.6.tar.gz) = 6843282 bytes
-SHA1 (patch-aa) = 5e85dc67f26a2f461f4281f539db44164b9ad34a
-SHA1 (patch-ab) = 565c2fc72b5d9144a8c453745021c2220d23d729
+SHA1 (rocksndiamonds-3.0.7.tar.gz) = 0f871a205392877552fee29300577130da306423
+Size (rocksndiamonds-3.0.7.tar.gz) = 6857394 bytes
+SHA1 (patch-aa) = 824bf9ef3ee1335a8a412d4cfd3bbf7ea13d3f46
+SHA1 (patch-ab) = 892d13a04cb67d3a90701ed428c00e6be0737d1b
 SHA1 (patch-ag) = 8a80c7d96e508b66ec2ff998f65cbf1b4db45815
 SHA1 (patch-ah) = 584b406eef29b2849f7fc42181a7b9f29e6c9c69
 SHA1 (patch-ak) = c4303fd5a4d7781127063fe81724f518c5359746
diff -r 336ec02959f4 -r 9b8253ee1f7e games/rocksndiamonds/Makefile.common
--- a/games/rocksndiamonds/Makefile.common      Wed Nov 19 11:54:48 2003 +0000
+++ b/games/rocksndiamonds/Makefile.common      Wed Nov 19 12:48:47 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.3 2003/10/08 13:35:25 adam Exp $
+# $NetBSD: Makefile.common,v 1.4 2003/11/19 12:48:47 adam Exp $
 #
 
-DISTNAME=      rocksndiamonds-3.0.6
+DISTNAME=      rocksndiamonds-3.0.7
 CATEGORIES=    games x11
 MASTER_SITES=  http://www.artsoft.org/RELEASES/unix/rocksndiamonds/
 
diff -r 336ec02959f4 -r 9b8253ee1f7e games/rocksndiamonds/distinfo
--- a/games/rocksndiamonds/distinfo     Wed Nov 19 11:54:48 2003 +0000
+++ b/games/rocksndiamonds/distinfo     Wed Nov 19 12:48:47 2003 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.13 2003/10/08 13:35:25 adam Exp $
+$NetBSD: distinfo,v 1.14 2003/11/19 12:48:47 adam Exp $
 
-SHA1 (rocksndiamonds-3.0.6.tar.gz) = ffed2f411839f108e31bc02487d71f2859eb0d4b
-Size (rocksndiamonds-3.0.6.tar.gz) = 6843282 bytes
-SHA1 (patch-aa) = 5e85dc67f26a2f461f4281f539db44164b9ad34a
-SHA1 (patch-ab) = 565c2fc72b5d9144a8c453745021c2220d23d729
+SHA1 (rocksndiamonds-3.0.7.tar.gz) = 0f871a205392877552fee29300577130da306423
+Size (rocksndiamonds-3.0.7.tar.gz) = 6857394 bytes
+SHA1 (patch-aa) = 824bf9ef3ee1335a8a412d4cfd3bbf7ea13d3f46
+SHA1 (patch-ab) = 892d13a04cb67d3a90701ed428c00e6be0737d1b
 SHA1 (patch-ag) = 8a80c7d96e508b66ec2ff998f65cbf1b4db45815
 SHA1 (patch-ah) = 584b406eef29b2849f7fc42181a7b9f29e6c9c69
 SHA1 (patch-ak) = c4303fd5a4d7781127063fe81724f518c5359746
diff -r 336ec02959f4 -r 9b8253ee1f7e games/rocksndiamonds/patches/patch-aa
--- a/games/rocksndiamonds/patches/patch-aa     Wed Nov 19 11:54:48 2003 +0000
+++ b/games/rocksndiamonds/patches/patch-aa     Wed Nov 19 12:48:47 2003 +0000
@@ -1,32 +1,33 @@
-$NetBSD: patch-aa,v 1.5 2002/10/19 20:06:45 heinz Exp $
+$NetBSD: patch-aa,v 1.6 2003/11/19 12:48:47 adam Exp $
 
---- Makefile.orig      Tue Aug 13 01:52:36 2002
+--- Makefile.orig      2003-11-09 23:35:32.000000000 +0100
 +++ Makefile
-@@ -13,18 +13,25 @@
+@@ -14,21 +14,23 @@ CC = gcc
  
- # specify command name of GNU make on your system
+ # command name of GNU make on your system
  # (this must be set to "gmake" for some systems)
 -MAKE = make
-+# MAKE will be supplied by pkgsrc
-+# MAKE = make
++#MAKE = make
  
- # specify path to X11 on your system
+ # path to X11 on your system
 -X11_PATH = /usr/X11R6
 +X11_PATH = ${X11BASE}
  
- # specify directory for read-only game data (like graphics, sounds, levels)
- # default is '.', so you can play without installing game data somewhere
- # RO_GAME_DIR = /usr/games
+ # directory for read-only game data (like graphics, sounds, levels)
+ # default is '.' to be able to run program without installation
+-# RO_GAME_DIR = /usr/games
 +RO_GAME_DIR = ${PREFIX}/share/rocksndiamonds
  
- # specify directory for writable game data (like highscore files)
- # default is '.', so you can play without installing game data somewhere
- # RW_GAME_DIR = /var/games
+ # directory for writable game data (like highscore files)
+ # default is '.' to be able to run program without installation
+-# RW_GAME_DIR = /var/games
 +RW_GAME_DIR = @SCORE_PATH@
-+
+ 
+ # uncomment if system has no joystick include file
+-# JOYSTICK = -DNO_JOYSTICK
 +ifdef HAVE_JOYSTICK
-+JOYSTICK=-DHAVE_JOYSTICK
++JOYSTICK = -DHAVE_JOYSTICK
 +endif
  
- # uncomment this if your system has no joystick include file
- # JOYSTICK = -DNO_JOYSTICK
+ # choose if more than one global score file entry for one player is allowed
+ # (default: MANY_PER_NAME)
diff -r 336ec02959f4 -r 9b8253ee1f7e games/rocksndiamonds/patches/patch-ab
--- a/games/rocksndiamonds/patches/patch-ab     Wed Nov 19 11:54:48 2003 +0000
+++ b/games/rocksndiamonds/patches/patch-ab     Wed Nov 19 12:48:47 2003 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.5 2003/08/05 15:12:47 adam Exp $
+$NetBSD: patch-ab,v 1.6 2003/11/19 12:48:47 adam Exp $
 
---- src/Makefile.orig  2003-08-05 01:58:16.000000000 +0200
+--- src/Makefile.orig  2003-11-09 23:35:32.000000000 +0100
 +++ src/Makefile
-@@ -16,8 +16,9 @@ endif
+@@ -21,8 +21,9 @@ endif
  ifdef X11_PATH                        # path to X11 specified by top level Makefile
  XINC_PATH = $(X11_PATH)/include
  XLIB_PATH = $(X11_PATH)/lib
@@ -14,7 +14,7 @@
  endif
  
  AR = ar
-@@ -119,8 +120,10 @@ ifdef BUILD_DIST                          # distribution build
+@@ -128,8 +129,10 @@ ifdef BUILD_DIST                          # distribution build
  OPTIONS = -O3 -Wall
  endif
  



Home | Main Index | Thread Index | Old Index