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