X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=README;h=f36abee5d016e8e073e31ec17fb2a93954a4b993;hb=baab92d048b9ba06dada3a17ec51d9e9340d4730;hp=7af6caf00674531a61ee2d3a19e159d1db5b6cfa;hpb=07265afaa167049a447b4c5f43e5ef90c7451a49;p=polyglot.git diff --git a/README b/README index 7af6caf..f36abee 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. @@ -433,6 +440,17 @@ CONFIG FILE FORMAT to the way kibitzing is implemented, KibitzMove is disabled in that case. + WbWorkArounds (default: false) + The intention of this option is to provide work arounds for + xboard/winboard bugs should they arise. Currently it only prevents + "feature option=" commands which contain "Draw" in their name from + being sent to the GUI. Some versions of xboard/winboard contain a + bug which causes such options to be interpreted as draw claims by + the engine. + + Engines that send options with "Draw" in their name are Rybka and + HIARCS. + [Engine] section This section contains engine UCI options. PolyGlot does not understand @@ -505,4 +523,4 @@ SEE ALSO - 2009-07-20 POLYGLOT(6) + 2009-08-06 POLYGLOT(6)