From 23a74b05a73ae1a54a57c60522469e6c9b74adc0 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Tue, 2 Nov 2010 11:44:24 +0100 Subject: [PATCH] Update docs and version number (4.8P) --- changelog | 9 +++++++++ fairymax.c | 2 +- fairymax.pod | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/changelog b/changelog index e4e6f6a..00eb971 100644 --- a/changelog +++ b/changelog @@ -77,3 +77,12 @@ 17/1/2010 Removed Shatranj stalemate claim again, as it was never triggered. +1/11/2010 Implement counting of pieces, and extinction win condition. + Add engine option to allow subdivision of variant fairy. + Add FIDE vs Nutty Knights as variant fairy/FIDE-Nutters + Allow white and black to promote to a different piece type. + +2/11/2010 Implement duple-check rule. + Add Spartan Chess as variant to fmax.ini. + Update docs. + diff --git a/fairymax.c b/fairymax.c index 0eaaf2d..36bda21 100644 --- a/fairymax.c +++ b/fairymax.c @@ -18,7 +18,7 @@ /*****************************************************************/ #define MULTIPATH -#define VERSION "4.8O" +#define VERSION "4.8P" #include #include diff --git a/fairymax.pod b/fairymax.pod index e495219..8f122af 100644 --- a/fairymax.pod +++ b/fairymax.pod @@ -51,7 +51,7 @@ See xboard(6) for instructions about how to use B through xboard. To start up quickly, you just need the command: B. However, XBoard might not support symbols for every unorthodox piece in board sizes different from B, B and B. -It might thius be adviasable to specify a board size as well, e.g. +It might thus be advisable to specify a board size as well, e.g. B to get correct display of the elephant and general pieces in shatranj. Note that to be able to play the chess variants, -- 1.7.0.4