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