Update to 0.4.7:
* 0.4.7 (21-02-2005) - fixed railroads being impassable - added single-step undo - added first mission of a tutorial campaign - triggering events can now obsolete other events - replaced broken 'nextmap' event with more versatile 'configure' - extended 'createunit' and 'research' events - added cf2bmp utility to create map images - updated Polish and Slovak translations * 0.4.6 (18-01-2005) - added new maps 'Radio Silence' and 'Swords and Plowshares' (Yalwa campaign) - fixed crash related to mine sweepers - improved path finder resulting in much faster computer turns - updated Polish and added Slovak translation - added random terrain generation in CoMET - improved map scrolling in CoMET - rewrote stuff in tools/ so that no source files have to be touched for new languages/units/tiles anymore - various minor bugfixes
This commit is contained in:
parent
db07a78515
commit
c22e7dbfbc
3 changed files with 16 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.21 2004/11/26 21:14:41 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.22 2005/03/07 14:27:54 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= crimson-0.4.5
|
||||
DISTNAME= crimson-0.4.7
|
||||
PKGNAME= ${DISTNAME:S/crimson/crimsonfields/}
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://crimson.seul.org/files/
|
||||
|
@ -18,7 +18,10 @@ USE_GNU_TOOLS+= make
|
|||
#USE_PKGLOCALEDIR= no
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ARGS+= --enable-bi2cf --enable-cfed --enable-comet
|
||||
CONFIGURE_ARGS+= --enable-bi2cf
|
||||
CONFIGURE_ARGS+= --enable-cf2bmp
|
||||
CONFIGURE_ARGS+= --enable-cfed
|
||||
CONFIGURE_ARGS+= --enable-comet
|
||||
|
||||
.include "../../audio/SDL_mixer/buildlink3.mk"
|
||||
.include "../../devel/SDL/buildlink3.mk"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
@comment $NetBSD: PLIST,v 1.9 2004/11/26 21:14:41 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.10 2005/03/07 14:27:54 wiz Exp $
|
||||
bin/bi2cf
|
||||
bin/cf2bmp
|
||||
bin/cfed
|
||||
bin/comet
|
||||
bin/crimson
|
||||
|
@ -23,12 +24,16 @@ share/crimson/levels/LankhValley.lev
|
|||
share/crimson/levels/LostFactories.lev
|
||||
share/crimson/levels/MountainDefense.lev
|
||||
share/crimson/levels/OmyarGorge.lev
|
||||
share/crimson/levels/Plowshares.lev
|
||||
share/crimson/levels/RadioSilence.lev
|
||||
share/crimson/levels/Revelation.lev
|
||||
share/crimson/levels/Tutorial1.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/locale/sk.dat
|
||||
share/crimson/music/default.mid
|
||||
share/crimson/sound/ask.wav
|
||||
share/crimson/sound/clicked.wav
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.11 2005/02/23 23:11:56 agc Exp $
|
||||
$NetBSD: distinfo,v 1.12 2005/03/07 14:27:54 wiz Exp $
|
||||
|
||||
SHA1 (crimson-0.4.5.tar.bz2) = 631a1ffef756b32b3ff09bb6560bddde9163d645
|
||||
RMD160 (crimson-0.4.5.tar.bz2) = f58a0672e5e21e85b085d65000693584d5d70288
|
||||
Size (crimson-0.4.5.tar.bz2) = 635418 bytes
|
||||
SHA1 (crimson-0.4.7.tar.bz2) = 87383b266b9715dfb00a90371f82359e75caba86
|
||||
RMD160 (crimson-0.4.7.tar.bz2) = 65e53df98ef16b98bc9436cf29dd710e274f6940
|
||||
Size (crimson-0.4.7.tar.bz2) = 687226 bytes
|
||||
|
|
Loading…
Reference in a new issue