diff options
author | wiz <wiz> | 2004-11-26 21:14:41 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-11-26 21:14:41 +0000 |
commit | 73a2e7f5b6e637c1ff430a33284c2f616cef0630 (patch) | |
tree | bf5df8caceaaf24924520ed70bc56346b79f5fb3 /games | |
parent | 2b380b803694055344e9d37a8cdbe1cb0a74a758 (diff) | |
download | pkgsrc-73a2e7f5b6e637c1ff430a33284c2f616cef0630.tar.gz |
Update to 0.4.5:
* 0.4.5 (14-10-2004)
- replaced 'The Uprising' with a new implementation, marking the start
of the Yalwa campaign
- improved event handling
- added new event 'settimer' and extended 'message'
- slightly improved computer player
- fixed two crashers in CoMET
- updated French and Polish translations
* 0.4.4 (27-08-2004)
- added new map 'The General'
- added first bits of a French translation
- added new event 'sethex' and extended 'createunit'
- replaced trigger 'turn' by 'timer' and extended 'unitposition'
- newly created units now appear in turn replays
- added basic message creation facilities to CoMET
- renamed --enable-zlib configure parameter to --with-zlib
- fixed a score of minor bugs and compiler warnings
Diffstat (limited to 'games')
-rw-r--r-- | games/crimsonfields/Makefile | 5 | ||||
-rw-r--r-- | games/crimsonfields/PLIST | 4 | ||||
-rw-r--r-- | games/crimsonfields/distinfo | 6 |
3 files changed, 8 insertions, 7 deletions
diff --git a/games/crimsonfields/Makefile b/games/crimsonfields/Makefile index 94bc242f2d8..e656e432524 100644 --- a/games/crimsonfields/Makefile +++ b/games/crimsonfields/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2004/10/03 00:14:43 tv Exp $ +# $NetBSD: Makefile,v 1.21 2004/11/26 21:14:41 wiz Exp $ # -DISTNAME= crimson-0.4.3 +DISTNAME= crimson-0.4.5 PKGNAME= ${DISTNAME:S/crimson/crimsonfields/} -PKGREVISION= 1 CATEGORIES= games MASTER_SITES= http://crimson.seul.org/files/ EXTRACT_SUFX= .tar.bz2 diff --git a/games/crimsonfields/PLIST b/games/crimsonfields/PLIST index 51dce1d091a..b0aeb01dc5a 100644 --- a/games/crimsonfields/PLIST +++ b/games/crimsonfields/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2004/08/15 22:52:32 wiz Exp $ +@comment $NetBSD: PLIST,v 1.9 2004/11/26 21:14:41 wiz Exp $ bin/bi2cf bin/cfed bin/comet @@ -15,6 +15,7 @@ share/crimson/levels/Anthill.lev share/crimson/levels/ArmsRace.lev share/crimson/levels/BeachRaid.lev share/crimson/levels/Foxhole.lev +share/crimson/levels/General.lev share/crimson/levels/GreatBattle.lev share/crimson/levels/HeavyMetal.lev share/crimson/levels/IslandHoppers.lev @@ -26,6 +27,7 @@ share/crimson/levels/Revelation.lev share/crimson/levels/Uprising.lev share/crimson/locale/de.dat share/crimson/locale/en.dat +share/crimson/locale/fr.dat share/crimson/locale/pl.dat share/crimson/music/default.mid share/crimson/sound/ask.wav diff --git a/games/crimsonfields/distinfo b/games/crimsonfields/distinfo index 3946190a595..b28911643f7 100644 --- a/games/crimsonfields/distinfo +++ b/games/crimsonfields/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2004/08/15 22:52:32 wiz Exp $ +$NetBSD: distinfo,v 1.10 2004/11/26 21:14:41 wiz Exp $ -SHA1 (crimson-0.4.3.tar.bz2) = 0103e284ba03e5cdee9501a2d27524a14752ca55 -Size (crimson-0.4.3.tar.bz2) = 615707 bytes +SHA1 (crimson-0.4.5.tar.bz2) = 631a1ffef756b32b3ff09bb6560bddde9163d645 +Size (crimson-0.4.5.tar.bz2) = 635418 bytes |