diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-02 13:24:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-02 13:24:15 +0000 |
commit | 10888c25790810b1310b60b9d2ebe5aaf304dd31 (patch) | |
tree | c5ba562eb357ade2223a870dee1db27d08c2f454 /games | |
parent | 97faa07285cc4c4c0c2e8858b4e07ec219b24732 (diff) | |
download | pkgsrc-10888c25790810b1310b60b9d2ebe5aaf304dd31.tar.gz |
Update to 1.15.2.1.
Changes in 1.15.2:
- updated and extended the campaign
- updated units
- fixed ai problems, speed up of ai
- fixed problems with resource transfer between players
- various other bugfixes
Changes in 1.15.1:
Most important change is the addition of multiple reaction fire,
where unit can attack several approaching enemies.
The campaign has also been extended and the maps updated.
Other improvements:
* ASC has an automatic unit production cost calculation
* Units don't defend when attacker is not visible
* New building function: view sats
* ASC can create clipboard files
* Fixed graphical glitches when moving from one field to an invisible
next
* Fixed bugs with generator vehicles
* Changed height system for object types
* Fixed lots of bugs
Changes in 1.15.0:
ASC now features a reserach system. The campaign has been updated
and game system fine tuned, and ASC now runs significantly faster.
As usual, dozens of bugs haven been fixed.
Diffstat (limited to 'games')
-rw-r--r-- | games/asc/Makefile | 5 | ||||
-rw-r--r-- | games/asc/PLIST | 11 | ||||
-rw-r--r-- | games/asc/distinfo | 6 |
3 files changed, 12 insertions, 10 deletions
diff --git a/games/asc/Makefile b/games/asc/Makefile index 04284a39755..512fc558142 100644 --- a/games/asc/Makefile +++ b/games/asc/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2004/10/03 00:14:42 tv Exp $ +# $NetBSD: Makefile,v 1.18 2004/12/02 13:24:15 wiz Exp $ # -DISTNAME= asc-source-1.14.0.0 +DISTNAME= asc-source-1.15.2.1 PKGNAME= ${DISTNAME:S/-source//} -PKGREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=asc-hq/} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${AUDIO_FILES} diff --git a/games/asc/PLIST b/games/asc/PLIST index 277386f2f50..e3f877f8b8d 100644 --- a/games/asc/PLIST +++ b/games/asc/PLIST @@ -1,13 +1,16 @@ -@comment $NetBSD: PLIST,v 1.2 2004/03/12 20:06:29 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2004/12/02 13:24:15 wiz Exp $ bin/asc -bin/asc_bin2text bin/asc_demount bin/asc_makegfx bin/asc_mapedit bin/asc_mount -bin/asc_raw2pcx -bin/asc_viewid bin/asc_weaponguide +man/man6/asc.6 +man/man6/asc_demount.6 +man/man6/asc_makegfx.6 +man/man6/asc_mapedit.6 +man/man6/asc_mount.6 +man/man6/asc_weaponguide.6 share/games/asc/asc.gfx share/games/asc/asc_dlg.zip share/games/asc/buildings.con diff --git a/games/asc/distinfo b/games/asc/distinfo index e0e9eda4d22..23b58732881 100644 --- a/games/asc/distinfo +++ b/games/asc/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2004/03/12 20:06:29 wiz Exp $ +$NetBSD: distinfo,v 1.4 2004/12/02 13:24:15 wiz Exp $ -SHA1 (asc-source-1.14.0.0.tar.gz) = e824ee99ff39a1e429073a967592105b677a3723 -Size (asc-source-1.14.0.0.tar.gz) = 7826750 bytes +SHA1 (asc-source-1.15.2.1.tar.gz) = 9311d1b668f4a4151e720d76d605b21268f8b4af +Size (asc-source-1.15.2.1.tar.gz) = 7987215 bytes SHA1 (frontiers.mp3) = 7c6753fb5fe5e498fa780271da0a302c0619a1ca Size (frontiers.mp3) = 4407769 bytes SHA1 (machine_wars.mp3) = d05e92b46ae0e90d9f3b38ce9c4b41bde599a02e |