diff options
author | jlam <jlam@pkgsrc.org> | 2001-03-16 15:08:51 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-03-16 15:08:51 +0000 |
commit | d9118af1181314c157a2a00e005a6efcee94dc22 (patch) | |
tree | 85164d1f7c04c70406b31c5d051eb4f19d4d0ef5 /games/crafty | |
parent | c6aa874ef3c00bfe98ee8d3bdb45a86b739df1bf (diff) | |
download | pkgsrc-d9118af1181314c157a2a00e005a6efcee94dc22.tar.gz |
Update crafty to 18.6. Changes from version 18.5:
18.6 "new" no longer produces a new log.nnn/game.nnn file if no moves
have actually been played. minor change to rook scoring gives a
penalty when a rook has no horizontal (rank) mobility, to avoid
moves like Ra2 protecting the pawn on b2, etc. glitch in the
code that initializes is_outside[][] and is_outside_c[][] could
cause missed outside pawn cases to happen. this has been there
a long time.
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 cee486711fd..0ace715c342 100644 --- a/games/crafty/Makefile +++ b/games/crafty/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2001/03/12 03:43:30 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2001/03/16 15:08:51 jlam Exp $ -DISTNAME= crafty-18.5 +DISTNAME= crafty-18.6 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 56c929987d5..f42a5537459 100644 --- a/games/crafty/files/md5 +++ b/games/crafty/files/md5 @@ -1,6 +1,6 @@ -$NetBSD: md5,v 1.7 2001/03/12 03:43:30 jlam Exp $ +$NetBSD: md5,v 1.8 2001/03/16 15:08:51 jlam Exp $ -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 +SHA1 (crafty-18.6/crafty-18.6.tar.gz) = 28516e7e62bf5632450e8e19f47087b889f9c23d +SHA1 (crafty-18.6/start.pgn) = 09de69c698feda46c1ebafa4fa8e908296c66701 +SHA1 (crafty-18.6/read.me) = 668f6942764d609aa42f119dd99cc28c71704534 +SHA1 (crafty-18.6/crafty.faq) = 7ba5cc19e190fdcf1697e3130c679ce5e50141db |