Add forgotten files 1.4.70b
[polyglot.git] / README1.4w
1 === PolyGlot 1.4W ====
2 Polyglot 1.4W is a modified polyglot 1.4 from Fabien Letouzy.
3 Just like polyglot 1.3w(see below) it can be compiled and run under windows without
4 the need for a cygwin1.dll
5
6 Best
7 Fonzy
8 www.geenvis.net
9 =========1.4w10================
10 fixed analysis output for toga
11 =========1.4w9=================
12 fixed bug in 1.4w8
13 added RepeatPV workaround
14         fixed disappearing output in engine-output window while in multipv mode
15         when an engine sends its move to polyglot,
16         polyglot normally repeats the last pv string(which also contains score,depth and time usage) it got from the engine.
17         Some engines however do not send a new pv string just before sending the move and the now old pv string
18         find might confuse debugtools that parse the winboard debug files.
19         Adding "RepeatPV = false" to the [POLYGLOT] section of the ini file stops this repetition.
20  
21 =========1.4w8=================
22 fixed multipv output
23 note that the pv with the worst score will be on top of the engine-output window.
24 added timestamp in logfile (Jaap Weidemann)
25
26 =========1.4w7=================
27 compiles under linux/unix again
28 =========1.4w6=================
29 access to winboard draw/drawoffer and resign
30
31         1:to activate draw offers the engine has 
32            to define the "UCI_DrawOffers" parameter with the 'option" command at startup. 
33         2:to offer a draw or accept a draw offer:just send "info string DrawOffer" to polyglot. 
34         3:if winboard sends "draw" polyglot sends "setoption DrawOffer draw" to the engine.
35         4.to resign: send "info string Resign" to polyglot.
36         please check the winboard documentation for the draw/drawoffer and resign commands.
37                 
38 =========1.4w5:================
39 Fixed errors in SyncStop handling.
40 book building: the error message now also contains the game number 
41 added Affinity option:
42 In the [PolyGlot] section(ini file):
43 - "Affinity" mask
44 mask is a bit vector in which each bit represents the processors that a process is allowed to run on.
45
46 some minor bugs fixed
47
48 checks if child did really quit.
49
50 *********************************************************
51 === PolyGlot 1.3W ReadMe ===
52
53 PolyGlot - a UCI-to-WinBoard Adapter for UCI Chess Engines
54 Designed by Fabien Letouzey and Morning Yellow
55 Version: 1.3W, Last Modified: Jan. 2006
56
57 PolyGlot 1.3W is the modified version of 1.3 by Fabien Letouzey,
58 which can be compiled and run under Windows without CygWin.
59
60 The version of 1.3W has the following modifications:
61 1. Added a module, "pipe.h/pipe.cpp".
62 2. Removed two modules, "io.h/io.cpp" and "engine.h/engine.cpp".
63 3. Modified all statements related on these modules.
64 4. fixed "Move Now" (the bug fixed in PolyGlot 1.4).
65
66 PolyGlot 1.3W can be downloaded from:
67 http://www.elephantbase.net/download/polyglot.rar
68 For information of "PolyGlot 1.3", see "readme.txt"
69 For legal information, see "copying.txt"