diff options
author | wiz <wiz@pkgsrc.org> | 2003-12-07 19:02:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-12-07 19:02:34 +0000 |
commit | f1a05fb110055d7cfff319a270baf4cddcd2376d (patch) | |
tree | be81613c7df1fbbabbed4e4f25b80f5d5217c20f /games | |
parent | d88e8c8f9ca9af3ced0138ebca4141e1c6f81d67 (diff) | |
download | pkgsrc-f1a05fb110055d7cfff319a270baf4cddcd2376d.tar.gz |
Update to 0.3.7:
* 0.3.7 (07-10-2003)
- fixed occasional black border of the title image
- plugged potential memory leak
- improved computer player defense
- increased maximum map size to 250 x 250
- added keyboard navigation support to menus
- added application icon
- added event creation and editing to CoMET
- added support for general map settings to CoMET
- added a validation function to CoMET
- added basic CoMET manpage
Diffstat (limited to 'games')
-rw-r--r-- | games/crimsonfields/Makefile | 4 | ||||
-rw-r--r-- | games/crimsonfields/PLIST | 4 | ||||
-rw-r--r-- | games/crimsonfields/distinfo | 6 |
3 files changed, 8 insertions, 6 deletions
diff --git a/games/crimsonfields/Makefile b/games/crimsonfields/Makefile index 51a1e74c95a..5708abb3f61 100644 --- a/games/crimsonfields/Makefile +++ b/games/crimsonfields/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2003/09/04 10:21:42 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2003/12/07 19:02:34 wiz Exp $ # -DISTNAME= crimson-0.3.6 +DISTNAME= crimson-0.3.7 PKGNAME= ${DISTNAME:S/crimson/crimsonfields/} CATEGORIES= games MASTER_SITES= http://crimson.seul.org/files/ diff --git a/games/crimsonfields/PLIST b/games/crimsonfields/PLIST index b30819c3351..02d4864763a 100644 --- a/games/crimsonfields/PLIST +++ b/games/crimsonfields/PLIST @@ -1,10 +1,11 @@ -@comment $NetBSD: PLIST,v 1.3 2003/08/10 14:44:09 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/12/07 19:02:35 wiz Exp $ bin/bi2cf bin/cfed bin/comet bin/crimson man/man6/bi2cf.6 man/man6/cfed.6 +man/man6/comet.6 man/man6/crimson.6 share/crimson/cf.dat share/crimson/default.tiles @@ -26,6 +27,7 @@ share/crimson/sound/menu.wav share/crimson/sound/repair.wav share/crimson/sound/select.wav share/crimson/title.bmp +share/pixmaps/crimson.png @dirrm share/crimson/sound @dirrm share/crimson/levels @dirrm share/crimson diff --git a/games/crimsonfields/distinfo b/games/crimsonfields/distinfo index 396bcbdd62a..421c5a62c15 100644 --- a/games/crimsonfields/distinfo +++ b/games/crimsonfields/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2003/09/04 10:21:42 wiz Exp $ +$NetBSD: distinfo,v 1.5 2003/12/07 19:02:35 wiz Exp $ -SHA1 (crimson-0.3.6.tar.bz2) = 4866b50151dba2034e9e6c82bbc4c2c4a188a51d -Size (crimson-0.3.6.tar.bz2) = 521026 bytes +SHA1 (crimson-0.3.7.tar.bz2) = b8914ff3350a390622b9c82d93a838f58a021118 +Size (crimson-0.3.7.tar.bz2) = 526040 bytes |