X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=README;h=82bd6e42cb031b28051e7c177fad1c46d707493d;hb=9d90dc40cca05e03cafd0519e17f15b1d7441e37;hp=58c4006b59d2f30950c80366053f78e94c9d2604;hpb=5cd5185613348b13625e257efcd7b2f11ca85276;p=polyglot.git diff --git a/README b/README index 58c4006..82bd6e4 100644 --- a/README +++ b/README @@ -23,7 +23,7 @@ SYNOPSIS polyglot info-book [-bin inputfile] [-exact] - polyglot dumb-book [-bin inputfile] -color color [-out outputfile] + polyglot dump-book [-bin inputfile] -color color [-out outputfile] polyglot [configfile] epd-test [-epd inputfile] [-min-depth depth] [-max-depth depth] [-max-time time] [-depth-delta delta] @@ -324,6 +324,9 @@ CONFIG FILE FORMAT Show search information during engine pondering. Turning this off might be better for interactive use in some interfaces. + ScoreWhite (default: true) + Report score from white's point of view in xboard mode. + KibitzMove (default: false) Whether to kibitz when playing a move. @@ -340,6 +343,10 @@ CONFIG FILE FORMAT effect only if "KibitzPV" is selected, move kibitzes are always sent regardless of the delay. + KibitzInterval (default: 0) + This is another form of throttling. PolyGlot will usually wait this + many seconds before doing the next kibitz. + UCI (default: false) If true PolyGlot will not understand xboard commands. @@ -427,9 +434,11 @@ CONFIG FILE FORMAT RepeatPV (default: true) When true, PolyGlot repeats the last pv string (which also contains score,depth and time usage) it got from the engine. Some engines - however do not send a new pv string just before sending the move - and the now old pv string might confuse debugtools that parse the - winboard debug files. + however do not send a new pv string just before sending the move. + In that case the output of PolyGlot would be inconsistent. When + RepeatPV is false PolyGlot does not repeat the last pv string. Due + to the way kibitzing is implemented, KibitzMove is disabled in that + case. [Engine] section @@ -503,4 +512,4 @@ SEE ALSO - 2009-01-16 POLYGLOT(6) + 2009-08-03 POLYGLOT(6)