diff options
author | adam <adam> | 2003-08-26 15:04:10 +0000 |
---|---|---|
committer | adam <adam> | 2003-08-26 15:04:10 +0000 |
commit | d477af09acb84adf875edbb03f491ffe0ff914d5 (patch) | |
tree | d5a3e330f0a056f4839ba2a7491331eee758ff47 | |
parent | 21a77331bff83af8b15a2cbf9ccda7af5caef83b (diff) | |
download | pkgsrc-d477af09acb84adf875edbb03f491ffe0ff914d5.tar.gz |
Most important changes since last release version 3.0.1:
- fixed bug with messing up custom element properties in 3.0.0 levels
- fixed bug with choosing wrong engine version when playing tapes
- fixed bug with creating inaccessible elements at player position
- fixed bug with not finding current level artwork directory
Most important changes since last release version 3.0.0:
- fixed bug that caused a crash at startup under Solaris
- fixed bug that caused the DOS version not finding its files
- fixed bug with missing graphic for active red disk bomb
- added custom element property for dropping collected elements
- added another 128 custom elements for those who can't get enough
- fixed PCX files in the DOS version ("classic" graphics only)
-rw-r--r-- | games/rocksndiamonds/Makefile | 4 | ||||
-rw-r--r-- | games/rocksndiamonds/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/rocksndiamonds/Makefile b/games/rocksndiamonds/Makefile index e135a10d0f4..82485b0843b 100644 --- a/games/rocksndiamonds/Makefile +++ b/games/rocksndiamonds/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2003/08/05 15:12:45 adam Exp $ +# $NetBSD: Makefile,v 1.14 2003/08/26 15:04:10 adam Exp $ # -DISTNAME= rocksndiamonds-3.0.0 +DISTNAME= rocksndiamonds-3.0.2 CATEGORIES= games x11 MASTER_SITES= http://www.artsoft.org/RELEASES/unix/rocksndiamonds/ diff --git a/games/rocksndiamonds/distinfo b/games/rocksndiamonds/distinfo index ee38dc3d417..d17cdbdd97f 100644 --- a/games/rocksndiamonds/distinfo +++ b/games/rocksndiamonds/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.8 2003/08/05 15:12:46 adam Exp $ +$NetBSD: distinfo,v 1.9 2003/08/26 15:04:10 adam Exp $ -SHA1 (rocksndiamonds-3.0.0.tar.gz) = 0047f97a248b9dc9575bcb59d68bbc10fd2c7c29 -Size (rocksndiamonds-3.0.0.tar.gz) = 6721591 bytes +SHA1 (rocksndiamonds-3.0.2.tar.gz) = 25386e4a6fa1366e09b3d49735f887d48a26d179 +Size (rocksndiamonds-3.0.2.tar.gz) = 6731838 bytes SHA1 (patch-aa) = 5e85dc67f26a2f461f4281f539db44164b9ad34a SHA1 (patch-ab) = 565c2fc72b5d9144a8c453745021c2220d23d729 SHA1 (patch-ag) = 8a80c7d96e508b66ec2ff998f65cbf1b4db45815 |