X-Git-Url: http://winboard.nl/cgi-bin?p=fairymax.git;a=blobdiff_plain;f=changelog;h=631e1171badc07cf00401fb85a20993c6c562f8e;hp=3c4f32ab51d5c0afdbd794ae00218c1b6f4cdc53;hb=a215d454f756d6ca10836864d919d5a36bd7810f;hpb=0e8dcd60901a34a011263336db174d4ffacafc2a diff --git a/changelog b/changelog index 3c4f32a..631e117 100644 --- a/changelog +++ b/changelog @@ -47,6 +47,7 @@ /* K) o[] and oo[] made int to make fairymax work on big-endian machines */ /* L) added Resign option feature (using new WB protocol) */ /* M) char -> signed char for better portability */ +/* N) add PV printing and multi-PV support */ /***************************************************************************/ 4/6/2009 Unified source of ShaMax and Fairy-Max into single fmax.c file, and @@ -58,4 +59,10 @@ and added some option features to make Fairy-Max useful as test engine for GUIs that want to implement the WB protocol extensions. -9/16/2009 made signedness of char in AI explicit +9/16/2009 Made signedness of char in AI explicit + +27/12/2009 Added PV updating through the triangular-array method. Also added + a multi-PV option to print lines within a certain sccore margin. + +15/1/2010 Improved Makefile, updated docs +