diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-06 03:36:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-06 03:36:03 +0000 |
commit | a3070f6d2621a83f26766b7f53850780b4644050 (patch) | |
tree | 292726679f9edc2eda103bbf5554faa99decb4f6 /games/xarchon | |
parent | c2ed57f5ee1ab3099ae8a26b6eef4c37c3929fe2 (diff) | |
download | pkgsrc-a3070f6d2621a83f26766b7f53850780b4644050.tar.gz |
updated xarchon to 0.50. From the ChangeLog:
* Version 0.50 (December 3, 1999)
- Fixed a small problem that would cause compilation errors for
systems without a joystick.
- If an imprisoned creature was defeated by another creature,
the winning creature would become imprisoned itself. Fixed.
- Healing an empty cell no longer crashes the game.
- Robert Paige Rendell <rendell@cs.monash.edu.au> brought to
my attention the fact that the manpage is missing the
information regarding how to win the game. It's there now.
- He also fixed a bug in the computer's spell selection logic
regarding the imprisonment of the very last opposing creature
(in order to win the game).
- And last but not least, he is responsible for the mouse
support, new in this version.
* Version 0.45 (October 12, 1999)
- Fixed the bug that would occasionally cause a projectile weapon
to miss its target player.
- Added a new window with tips about getting started with the game.
* Version 0.44 (October 6, 1999)
- Incorporated some joystick code, which was sent to me by
Eric Sharkey <sharkey@ale.physics.sunysb.edu>.
Diffstat (limited to 'games/xarchon')
-rw-r--r-- | games/xarchon/Makefile | 4 | ||||
-rw-r--r-- | games/xarchon/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/xarchon/Makefile b/games/xarchon/Makefile index 61b0f5d47be..084e538e479 100644 --- a/games/xarchon/Makefile +++ b/games/xarchon/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 1999/10/29 00:51:00 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 2000/02/06 03:36:03 wiz Exp $ # -DISTNAME= xarchon-0.43 +DISTNAME= xarchon-0.50 CATEGORIES= games x11 MASTER_SITES= http://xarchon.seul.org/ \ ftp://xarchon.seul.org/pub/xarchon/ diff --git a/games/xarchon/files/md5 b/games/xarchon/files/md5 index 1fa6a41a12f..b68bf3a502b 100644 --- a/games/xarchon/files/md5 +++ b/games/xarchon/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 1999/10/29 00:51:01 hubertf Exp $ +$NetBSD: md5,v 1.3 2000/02/06 03:36:04 wiz Exp $ -MD5 (xarchon-0.43.tar.gz) = ec0859dc510c9cd6ce1be530208464cb +MD5 (xarchon-0.50.tar.gz) = 491dea5b4e61ed13cd988d1c184a8ef0 |