version 1.4b27
[polyglot.git] / ChangeLog
1 =========1.4b27================\r
2 - Option "ScoreWhite" : report score from white's point of view (suggested by E.M.).\r
3 - Option "KibitzInterval" : try to wait this many seconds between kibitzes (suggested by E.M.)\r
4 =========1.4b26================\r
5 - Contraction of version number.\r
6 - Log if SetProcessAffinityMask is not available (suggested by E.M.).\r
7 - pipe.cpp : Make PipeStruct a proper class with private/public members.\r
8 - Check for EOF in GUI input.\r
9 - pipe.cpp : delay reporting EOF until buffer is empty.\r
10 - Messages from the Engine to PG were not logged in the windows version.\r
11 =========1.4w10UCIb24===========\r
12 - Portability fixes for WIN9X (Eric Mullins).\r
13 - Portability fixes for MSVC++ (Eric Mullins).\r
14 - Default setting of RepeatPV is now true.\r
15 - Do not read data if input buffer is full (Windows).\r
16 =========1.4w10UCIb22===========\r
17 - Polyglot now completely poll free...\r
18 =========1.4w10UCIb21===========\r
19 - Crash bug in memory command fixed\r
20 - Small optimizations\r
21 =========1.4w10UCIb20===========\r
22 - More refactoring.\r
23 - No more polling for GUI input\r
24 =========1.4w10UCIb18===========\r
25 - Two new utilities: info-book and dump-book.\r
26 =========1.4w10UCIb17===========\r
27 - More refactoring. main.cpp is now #ifdef _WIN32 free.\r
28 - The main loop (previously in adapter.cpp) is now in its own file mainloop.cpp.\r
29 - adapter.cpp has been renamed into xboard2uci.cpp. It is #ifdef _WIN32 free.\r
30 - EOF from the engine no longer kills PG. It should now\r
31 be possible to close an engine and reopen another one (if that ever became useful) \r
32 =========1.4w10UCIb16===========\r
33 - xboard options commands\r
34 - correction of handling of combo boxes in UCI protocol\r
35 - "gui-mode". It is now possible to run PG without config file\r
36 - The polyglot options are not exported, so they are now settable by the GUI\r
37 =========1.4w10UCIb15===========\r
38 - Due to refactoring time stamps in Windows would be written twice. \r
39 This has been fixed. \r
40 - More refactoring; the number of #ifdef _WIN32's has again been\r
41 drastically reduced.\r
42 =========1.4w10UCIb14===========\r
43 - option to alter priority now also works on windows\r
44 (Eric Mullins)\r
45 - refactoring so that posix and win32 part share more\r
46 code\r
47 - a number of potential busy loop scenarios have been eliminated \r
48 in the Windows code (Windows uses polling)\r
49 - the return value of CreateProcess is now checked\r
50 =========1.4w10UCIb13===========\r
51 - perft mode exposed.\r
52 =========1.4w10UCIb12===========\r
53 - Replaced %lld everywhere by S64_FORMAT.\r
54 =========1.4w10UCIb11===========\r
55 - Crash bug fix (wrong parentheses in instruction that checked for help\r
56 option).\r
57 =========1.4w10UCIb10===========\r
58 - It is now possible to do "make rpm" to make an rpm binary package. \r
59 - Trivial bug fixes.\r
60 - Documentation added for epd-test functionality (man page).\r
61 - Cosmetic cleanups of output of epd-test.\r
62 - "polyglot --help" output added.\r
63 - Added polyglot book format specification to distribution.\r
64 =========1.4w10UCIb9===========\r
65 - Trivial cosmetic fixes\r
66 - Some engines do not support the "Hash" options.\r
67 So we do not send memory=1 in that case. \r
68 =========1.4w10UCIb8===========\r
69 - Support for egtpath command in xboard protocol\r
70 =========1.4w10UCIb7===========\r
71 - Debianization: it is now possible to do "make deb" to build a Debian/Ubuntu\r
72 package.\r
73 =========1.4w10UCIb6===========\r
74 - UCI GUI support added. This makes it possible to use PG as a book engine\r
75 on GUI's like ChessBase and Arena which normally only support their\r
76 own proprietary format. \r
77 \r
78 - Support for new xboard "cores N" and "memory N" commands. See here\r
79 for a complete description\r
80 \r
81         http://home.hccnet.nl/h.g.muller/engine-intf.html\r
82 \r
83 - Some work arounds for engines like Toga which only allow some settings\r
84 to be set before the first "isready" command. \r
85 \r
86 - Autotooled distribution.\r
87 \r
88 - Proper manual page. The README file is generated automatically from this. \r
89 \r
90 - More sane naming of README files.\r
91 \r
92 - If BookLearn is false (the default) PG will open the book read only.\r
93 \r
94 - Windows and non-Windows log file formats are now the same.\r
95 \r
96 - Proper ChangeLog (you are reading it!).\r
97 =========1.4w10================\r
98 fixed analysis output for toga\r
99 =========1.4w9=================\r
100 fixed bug in 1.4w8\r
101 added RepeatPV workaround\r
102         fixed disappearing output in engine-output window while in multipv mode\r
103         when an engine sends its move to polyglot,\r
104         polyglot normally repeats the last pv string(which also contains score,depth and time usage) it got from the engine.\r
105         Some engines however do not send a new pv string just before sending the move and the now old pv string\r
106         find might confuse debugtools that parse the winboard debug files.\r
107         Adding "RepeatPV = false" to the [POLYGLOT] section of the ini file stops this repetition.\r
108  \r
109 =========1.4w8=================\r
110 fixed multipv output\r
111 note that the pv with the worst score will be on top of the engine-output window.\r
112 added timestamp in logfile (Jaap Weidemann)\r
113 \r
114 =========1.4w7=================\r
115 compiles under linux/unix again\r
116 =========1.4w6=================\r
117 access to winboard draw/drawoffer and resign\r
118 \r
119         1:to activate draw offers the engine has \r
120            to define the "UCI_DrawOffers" parameter with the 'option" command at startup. \r
121         2:to offer a draw or accept a draw offer:just send "info string DrawOffer" to polyglot. \r
122         3:if winboard sends "draw" polyglot sends "setoption DrawOffer draw" to the engine.\r
123         4.to resign: send "info string Resign" to polyglot.\r
124         please check the winboard documentation for the draw/drawoffer and resign commands.\r
125                 \r
126 =========1.4w5:================\r
127 Fixed errors in SyncStop handling.\r
128 book building: the error message now also contains the game number \r
129 added Affinity option:\r
130 In the [PolyGlot] section(ini file):\r
131 - "Affinity" mask\r
132 mask is a bit vector in which each bit represents the processors that a process is allowed to run on.\r
133 \r
134 some minor bugs fixed\r
135 \r
136 checks if child did really quit.\r
137 \r
138 \r