diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-24 07:33:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-24 07:33:34 +0000 |
commit | 9cb242f4ed370913c91034f35fdbf305ca13e195 (patch) | |
tree | 38404262c706a23eb08f4b5970fe6c2b86c28f21 /games/asc | |
parent | 768c589c29517122fa88c6350114d1ec16f6ac84 (diff) | |
download | pkgsrc-9cb242f4ed370913c91034f35fdbf305ca13e195.tar.gz |
Update to 1.16.3.0:
ASC 1.16.3 released
* If the player choses to continue playing a map after victory,
the defeat-event will be deactivated
* Windows version creates crash dumps
* Fixed compilation problems with gcc 4.1
* Fixed lack of energy in campaign map 7
* Fixed message loading on 64 Bit machines (when loading Savegames
/ Email-Games)
* Fixed memory allocation error
* Fixed triggering unit lost message when viewing unit movement range
* Fixed crash in AI
* Fixed: unit could be loaded into itself
* Fixed research transfer when starting new campaign map from old one
* Fixed replay bug
* Fixed: ai reduces movement of loaded units
* Fixed: mines and objects could be placed in not visible areas
* Fixed ammo transfer bug
* Large amounts of ammo are reset on game load
ASC 1.16.2 released
* Updated unit production cost calculation
* Now the campaign updates promised for 1.16.1 are really included :)
* Fixed: moving transports one field at a time reduced movement
cost for cargo in some situation
* Fixed: ammo increase when transferring between units
* Fixed: AI did not capture buildings
* Fixed: AI problems refulling units in buildings
* Fixed AI crash
Diffstat (limited to 'games/asc')
-rw-r--r-- | games/asc/Makefile | 5 | ||||
-rw-r--r-- | games/asc/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/games/asc/Makefile b/games/asc/Makefile index 8d58273e191..8ccf78cdd9d 100644 --- a/games/asc/Makefile +++ b/games/asc/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2005/12/11 09:40:40 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2006/01/24 07:33:34 wiz Exp $ -DISTNAME= asc-source+music-1.16.1.0 +DISTNAME= asc-source+music-1.16.3.0 PKGNAME= ${DISTNAME:S/-source+music//} -PKGREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=asc-hq/} EXTRACT_SUFX= .tar.bz2 diff --git a/games/asc/distinfo b/games/asc/distinfo index 7436530be72..7bc5a7e8a8d 100644 --- a/games/asc/distinfo +++ b/games/asc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2005/07/22 11:25:02 adam Exp $ +$NetBSD: distinfo,v 1.8 2006/01/24 07:33:34 wiz Exp $ -SHA1 (asc-source+music-1.16.1.0.tar.bz2) = d6bacea0eb954c846bcf473af44ac99f9fdde2e0 -RMD160 (asc-source+music-1.16.1.0.tar.bz2) = d6907842c8dd79923328f873353133fd7a9c5ba2 -Size (asc-source+music-1.16.1.0.tar.bz2) = 18844212 bytes +SHA1 (asc-source+music-1.16.3.0.tar.bz2) = d239a27350c75aa52f2d52591803eb66bb8cd6dd +RMD160 (asc-source+music-1.16.3.0.tar.bz2) = 3049adab9e968b959be8e7fd891d02ca7c6cdbf7 +Size (asc-source+music-1.16.3.0.tar.bz2) = 18859902 bytes |