diff options
author | adam <adam> | 2003-10-08 13:35:25 +0000 |
---|---|---|
committer | adam <adam> | 2003-10-08 13:35:25 +0000 |
commit | 0b88db38146af439bc62398aba2507974412411b (patch) | |
tree | 0d34f0173dca2c8403ef2fdcf26cceea8b4cbdb5 /games | |
parent | c7e51baa0cb689610b0845a297eedf6277c0ce8e (diff) | |
download | pkgsrc-0b88db38146af439bc62398aba2507974412411b.tar.gz |
Changes 3.0.6:
- fixed bug when initializing font graphic structure
- fixed bug with animation mode "pingpong" when using only 1 frame
- fixed bug with extended change target introduced in 3.0.5
- fixed bug where passing over moving element doubles player speed
- fixed bug with elements continuing to move into push direction
- fixed bug with duplicated player when dropping bomb with shield on
- fixed switching bug (resetting flag when not switching but not idle)
- fixed element tokens for certain file elements with ".active" etc.
- added "switching" event for custom elements ("pressing" only once)
- added support for MP3 music for SDL version through SMPEG library
Diffstat (limited to 'games')
-rw-r--r-- | games/rocksndiamonds-sdl/distinfo | 6 | ||||
-rw-r--r-- | games/rocksndiamonds/Makefile.common | 4 | ||||
-rw-r--r-- | games/rocksndiamonds/distinfo | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/games/rocksndiamonds-sdl/distinfo b/games/rocksndiamonds-sdl/distinfo index f4d01e66429..ad57adffa5e 100644 --- a/games/rocksndiamonds-sdl/distinfo +++ b/games/rocksndiamonds-sdl/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2003/09/30 14:33:17 adam Exp $ +$NetBSD: distinfo,v 1.4 2003/10/08 13:35:54 adam Exp $ -SHA1 (rocksndiamonds-3.0.5.tar.gz) = 91e290317fb2dfa8a2bfe8fcb2d78a56212f5d70 -Size (rocksndiamonds-3.0.5.tar.gz) = 6842531 bytes +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 (patch-ag) = 8a80c7d96e508b66ec2ff998f65cbf1b4db45815 diff --git a/games/rocksndiamonds/Makefile.common b/games/rocksndiamonds/Makefile.common index acd53adeda0..ed9ef490731 100644 --- a/games/rocksndiamonds/Makefile.common +++ b/games/rocksndiamonds/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.2 2003/09/30 14:15:33 adam Exp $ +# $NetBSD: Makefile.common,v 1.3 2003/10/08 13:35:25 adam Exp $ # -DISTNAME= rocksndiamonds-3.0.5 +DISTNAME= rocksndiamonds-3.0.6 CATEGORIES= games x11 MASTER_SITES= http://www.artsoft.org/RELEASES/unix/rocksndiamonds/ diff --git a/games/rocksndiamonds/distinfo b/games/rocksndiamonds/distinfo index 1091db4d008..8268c687ac1 100644 --- a/games/rocksndiamonds/distinfo +++ b/games/rocksndiamonds/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.12 2003/09/30 14:15:33 adam Exp $ +$NetBSD: distinfo,v 1.13 2003/10/08 13:35:25 adam Exp $ -SHA1 (rocksndiamonds-3.0.5.tar.gz) = 91e290317fb2dfa8a2bfe8fcb2d78a56212f5d70 -Size (rocksndiamonds-3.0.5.tar.gz) = 6842531 bytes +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 (patch-ag) = 8a80c7d96e508b66ec2ff998f65cbf1b4db45815 |