diff options
author | jlam <jlam> | 2001-03-12 03:43:30 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-03-12 03:43:30 +0000 |
commit | 2a117224bdd29dd9f6d62c4cdf852da6f66b9315 (patch) | |
tree | ec6c2c0f03c88cc1e5108afaa73bf350dae238f6 /games/crafty | |
parent | a956f79727a24fb9f1b816ad873d9625c647c052 (diff) | |
download | pkgsrc-2a117224bdd29dd9f6d62c4cdf852da6f66b9315.tar.gz |
Update crafty to 18.5. Changes from version 18.4:
18.5 minor change to RootMove() to use Quiesce() rather than the more
complicated way it was ordering with Evaluate()/EnPrise(). this
is no faster, but it is simpler and eliminated the need for the
EnPrise() function totally, making the code a bit smaller. bug
in EvaluateDraws() would let it think that the bishop+wrong rook
pawn endings were winnable if both kings were very close to the
queening square, even with the wrong bishop.
Diffstat (limited to 'games/crafty')
-rw-r--r-- | games/crafty/Makefile | 4 | ||||
-rw-r--r-- | games/crafty/files/md5 | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/games/crafty/Makefile b/games/crafty/Makefile index 8c441fd4806..cee486711fd 100644 --- a/games/crafty/Makefile +++ b/games/crafty/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2001/03/09 19:55:58 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2001/03/12 03:43:30 jlam Exp $ -DISTNAME= crafty-18.4 +DISTNAME= crafty-18.5 CATEGORIES= games MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/v18/ \ ftp://ftp.cis.uab.edu/pub/hyatt/ \ diff --git a/games/crafty/files/md5 b/games/crafty/files/md5 index 52122fee57c..56c929987d5 100644 --- a/games/crafty/files/md5 +++ b/games/crafty/files/md5 @@ -1,6 +1,6 @@ -$NetBSD: md5,v 1.6 2001/03/09 19:55:58 jlam Exp $ +$NetBSD: md5,v 1.7 2001/03/12 03:43:30 jlam Exp $ -SHA1 (crafty-18.4/crafty-18.4.tar.gz) = 8c292b15370cf123a73bba959538a932ce6a6a93 -SHA1 (crafty-18.4/start.pgn) = 09de69c698feda46c1ebafa4fa8e908296c66701 -SHA1 (crafty-18.4/read.me) = 668f6942764d609aa42f119dd99cc28c71704534 -SHA1 (crafty-18.4/crafty.faq) = 7ba5cc19e190fdcf1697e3130c679ce5e50141db +SHA1 (crafty-18.5/crafty-18.5.tar.gz) = f35047b72baebf78041b5325f48e5de877d12a97 +SHA1 (crafty-18.5/start.pgn) = 09de69c698feda46c1ebafa4fa8e908296c66701 +SHA1 (crafty-18.5/read.me) = 668f6942764d609aa42f119dd99cc28c71704534 +SHA1 (crafty-18.5/crafty.faq) = 7ba5cc19e190fdcf1697e3130c679ce5e50141db |