Add forgotten files 1.4.70b
[polyglot.git] / ChangeLog
1 ========1.4.70b=================        
2 - merge-book did not work correctly on Windows.
3 ========1.4.69b=================        
4 - Adapt to latest version of header format.
5 ========1.4.68b=================        
6 - Make Polyglot merge-book and make-book aware of the new header format.
7 ========1.4.67b=================
8 - Disable "book learning". Polyglot saves learning information but does not use it itself, probably for a reason. I believe the booklearning concept of Polyglot is fundamentally broken. Learning information is engine specific so it should not be saved in the opening book (it might be saved elsewhere). There are other issues as well, such as copyright and the possibility of the proliferation of polluted books. Opening books can be improved with information from games by using the merge command. This is a form of off line learning which is probably much more effective since one has strict control over what kind of information is added to the book.
9 ========1.4.66b=================
10 - Fix a printf 32 vs 64 bit format (crash) bug which manifested itself on windows.
11 ========1.4.65b=================
12 - Bugfix: dump-book with -color black generated the file book_white.txt.
13 ========1.4.64b=================
14 - Reduce movetime in the implementation of the fixed time per move command, to to account for differences in the wording of the protocols. 
15 ========1.4.63b=================
16 - Give ponder move as hint.
17 - Support for egtpath gaviota (this is a bit hacky right now).
18 ========1.4.62b=================
19 - StringSize was not everywhere the same in Polyglot. This could lead to a buffer overflow in case of very long PV's. 
20 ========1.4.61b=================
21 - uci_isready replaced by uci_isready_sync. Polyglot should not send commands to the engine while it is syncing.
22 ========1.4.60b=================
23 - The result string after an illegal move now shows the actual attempted move.
24 ========1.4.59b=================
25 - Bugfix: the changes in 1.4.57b created a regression where the input buffer of polyglot could overflow with engines producing lots of output very fast. 
26 ========1.4.58b=================
27 - Implementation of BookDepth in UCI mode.
28 - Small corrections to the manpage.
29 ========1.4.57b=================
30 - First attempt at killing engines that do not react to "quit". 
31 ========1.4.56b=================
32 - Better handling of non-existing engine command on Linux. No changes on Windows.
33 =========1.4.55b================
34 - Suppression of some error dialogs.
35 - Small delay in between final error message and actually quitting.
36 =========1.4.54b================
37 - More graceful handling of engine crashes.
38 - New EngineCommand is now passed through wordexp on Linux.
39 =========1.4.53b================
40 - Multipv code by HGM. 
41 =========1.4.52b================
42 - Reexport SyncStop. It is apparently necessary for the Aquarium Book Adapter.
43 =========1.4.51b================
44 - Support for new nps command. Code provided by Harm Geert Muller. 
45 =========1.4.50b================
46 - Change in architecture. Persistence is disabled. The user is required to push the "Save" button explicitly to save the settings. What is retained is that in case PG is invoked with -noini (or as a special exception for WB 4.4.0 when the config files are polyglot_1st.ini or polyglot_2nd.ini) then PG uses a default config file whose name is derived from the engine name. 
47 - New option: OnlyWbOptions (default: true). Restrict the options that PG sends to those that are potentially useful for WinBoard.
48 =========1.4.47b================
49 - Try to detect if the engine is not an UCI engine.
50 =========1.4.46b================
51 - The default persistence directory on Windows is now _PG. The names of the engine specific ini files are mangled so as not to contain spaces. 
52 - PG now tries to guess if a string option is really a file or a path (like in the Arena GUI). 
53 =========1.4.45b================
54 - The engine specific config files (<myname>.ini) are now stored in a separate directory. $HOME/.polyglot on Linux and "./Polyglot Settings" on Windows. 
55 - The engine specific config files are now complete config files. So they can be used in a stand alone fashion.
56 - Implemented a minor hack to make xboard show error messages during startup. 
57 =========1.4.44b================
58 - "Implementation" of new buttons and controls.
59 - The "Persist" option is now persistent. That is if you turn of "Persist" then as a special case PG will remember this.
60 - There is now a "reset" button which restores the default options. The code is commented out since WB does not support it yet.
61 =========1.4.42b================
62 - SaveSettingsOnExit/SaveFile renamed as Persist/PersistFile.
63 - Many bug fixes in the persistence feature.
64 - The PG_<myname>.ini file now contains only options that have been changed. So the resulting ini files are much smaller. This makes this version of PG usable on WB 4.3.15 as now the engine specific ini file will be empty (the user has no way to change options).
65 =========1.4.41b================
66 - Some segfaults fixed in case of corrupt config files.
67 - Persistence of options. If the option SaveSettingsOnExit is true (the default) PolyGlot now saves its options in a file whose name is given by the option SaveFile which by default is equal to the engine name, prefixex by PG_ and suffixed by ".ini".
68 =========1.4.39b================
69 - Refactoring of config file parsing
70 - Fix crash bug in epd-test
71 - Do not export Chess960. This is handled completely internally. 
72 - Do not export UCI_Opponent and UCI_Chess960. These are handled internally.
73 - PG can now also be comfortably configured through command line options (i.e. without using a config file). 
74 - Allow quotes in configfile (as in Fonzy Bleumer's PG). 
75 =========1.4.37b================
76 - Two new options: BookDepth and BookTreshold. BookDepth limits the number of moves the book is used and BookTreshold sets the minimum weight a book move should have.
77 =========1.4.36b================
78 - Bugfix: option = 0/1 was translated incorrectly.
79 - Default node count is 1.
80 - EOF received from the engine should now be logged correctly (i.e. after the buffer is empty).
81 - Bugfix: Nasty buffer overflow in the macro CONSTRUCT_ARG_STRING.
82 - Bugfix: pipex_writeln (win32) was logging at the wrong spot. 
83 - Log board when an illegal move is received. 
84 =========1.4.35b================
85 - New WbWorkAround for silly bug in WB. Depth <=1 clears the engine output window. Why should an engine not be allowed to send info at depth one?
86 =========1.4.34b================
87 - Warning: this release is less well tested as usual
88 - Allow spaces around "=" in "option =" commands.
89 - WbWorkArounds is now true by default. It decapitalizes Draw when this appears in engine option. 
90 - Trying to set a non existent UCI option gives an error. 
91 - PG will now resign in case of an illegal engine move. 
92 - More code has been put in "pipex".
93 - info strings and unrecognized info lines are relayed to the GUI.
94 =========1.4.33b================
95 - New option: "WbWorkArounds" to work around bugs in WB. Currently it blocks options which contain "Draw" in their name from being sent to the GUI. Engines that have such options are Rybka and HIARCS. 
96 - Bugfix for ASSERT failure in bright. Now another ASSERT failure has appeared which seems to be bright's fault however. 
97 =========1.4.32b================
98 - Bugfix: the default setting for RepeatPV had become false again...
99 =========1.4.31b================
100 - Bugfix: improper handling of vararg function.
101 =========1.4.30b================
102 - Some more meaningful error messages added.
103 - Some buffer overflow checks added.
104 - Simplification of strange signal kludge in gui.c. 
105 - 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
106 - The format of the version number has changed once again. Debian was unhappy with the previous one.
107 =========1.4b29================
108 - Conversion from C++ to C (suggested by E.M.)
109 - More refactoring. The win32 and posix I/O now have a uniform interface (see pipex.h). 
110 =========1.4b28================
111 - Some comments added to explain the exact behaviour of some of the public functions in pipe.cpp. 
112 - LineInput now returns a bool which is FALSE in case of EOF. 
113 =========1.4b27================
114 - Option "ScoreWhite" : report score from white's point of view (suggested by E.M.).
115 - Option "KibitzInterval" : try to wait this many seconds between kibitzes (suggested by E.M.)
116 =========1.4b26================
117 - Contraction of version number.
118 - Log if SetProcessAffinityMask is not available (suggested by E.M.).
119 - pipe.cpp : Make PipeStruct a proper class with private/public members.
120 - Check for EOF in GUI input.
121 - pipe.cpp : delay reporting EOF until buffer is empty.
122 - Messages from the Engine to PG were not logged in the windows version.
123 =========1.4w10UCIb24===========
124 - Portability fixes for WIN9X (Eric Mullins).
125 - Portability fixes for MSVC++ (Eric Mullins).
126 - Default setting of RepeatPV is now true.
127 - Do not read data if input buffer is full (Windows).
128 =========1.4w10UCIb22===========
129 - Polyglot now completely poll free...
130 =========1.4w10UCIb21===========
131 - Crash bug in memory command fixed
132 - Small optimizations
133 =========1.4w10UCIb20===========
134 - More refactoring.
135 - No more polling for GUI input
136 =========1.4w10UCIb18===========
137 - Two new utilities: info-book and dump-book.
138 =========1.4w10UCIb17===========
139 - More refactoring. main.cpp is now #ifdef _WIN32 free.
140 - The main loop (previously in adapter.cpp) is now in its own file mainloop.cpp.
141 - adapter.cpp has been renamed into xboard2uci.cpp. It is #ifdef _WIN32 free.
142 - EOF from the engine no longer kills PG. It should now
143 be possible to close an engine and reopen another one (if that ever became useful) 
144 =========1.4w10UCIb16===========
145 - xboard options commands
146 - correction of handling of combo boxes in UCI protocol
147 - "gui-mode". It is now possible to run PG without config file
148 - The polyglot options are not exported, so they are now settable by the GUI
149 =========1.4w10UCIb15===========
150 - Due to refactoring time stamps in Windows would be written twice. 
151 This has been fixed. 
152 - More refactoring; the number of #ifdef _WIN32's has again been
153 drastically reduced.
154 =========1.4w10UCIb14===========
155 - option to alter priority now also works on windows
156 (Eric Mullins)
157 - refactoring so that posix and win32 part share more
158 code
159 - a number of potential busy loop scenarios have been eliminated 
160 in the Windows code (Windows uses polling)
161 - the return value of CreateProcess is now checked
162 =========1.4w10UCIb13===========
163 - perft mode exposed.
164 =========1.4w10UCIb12===========
165 - Replaced %lld everywhere by S64_FORMAT.
166 =========1.4w10UCIb11===========
167 - Crash bug fix (wrong parentheses in instruction that checked for help
168 option).
169 =========1.4w10UCIb10===========
170 - It is now possible to do "make rpm" to make an rpm binary package. 
171 - Trivial bug fixes.
172 - Documentation added for epd-test functionality (man page).
173 - Cosmetic cleanups of output of epd-test.
174 - "polyglot --help" output added.
175 - Added polyglot book format specification to distribution.
176 =========1.4w10UCIb9===========
177 - Trivial cosmetic fixes
178 - Some engines do not support the "Hash" options.
179 So we do not send memory=1 in that case. 
180 =========1.4w10UCIb8===========
181 - Support for egtpath command in xboard protocol
182 =========1.4w10UCIb7===========
183 - Debianization: it is now possible to do "make deb" to build a Debian/Ubuntu
184 package.
185 =========1.4w10UCIb6===========
186 - UCI GUI support added. This makes it possible to use PG as a book engine
187 on GUI's like ChessBase and Arena which normally only support their
188 own proprietary format. 
189
190 - Support for new xboard "cores N" and "memory N" commands. See here
191 for a complete description
192
193         http://home.hccnet.nl/h.g.muller/engine-intf.html
194
195 - Some work arounds for engines like Toga which only allow some settings
196 to be set before the first "isready" command. 
197
198 - Autotooled distribution.
199
200 - Proper manual page. The README file is generated automatically from this. 
201
202 - More sane naming of README files.
203
204 - If BookLearn is false (the default) PG will open the book read only.
205
206 - Windows and non-Windows log file formats are now the same.
207
208 - Proper ChangeLog (you are reading it!).
209 =========1.4w10================
210 fixed analysis output for toga
211 =========1.4w9=================
212 fixed bug in 1.4w8
213 added RepeatPV workaround
214         fixed disappearing output in engine-output window while in multipv mode
215         when an engine sends its move to polyglot,
216         polyglot normally repeats the last pv string(which also contains score,depth and time usage) it got from the engine.
217         Some engines however do not send a new pv string just before sending the move and the now old pv string
218         find might confuse debugtools that parse the winboard debug files.
219         Adding "RepeatPV = false" to the [POLYGLOT] section of the ini file stops this repetition.
220  
221 =========1.4w8=================
222 fixed multipv output
223 note that the pv with the worst score will be on top of the engine-output window.
224 added timestamp in logfile (Jaap Weidemann)
225
226 =========1.4w7=================
227 compiles under linux/unix again
228 =========1.4w6=================
229 access to winboard draw/drawoffer and resign
230
231         1:to activate draw offers the engine has 
232            to define the "UCI_DrawOffers" parameter with the 'option" command at startup. 
233         2:to offer a draw or accept a draw offer:just send "info string DrawOffer" to polyglot. 
234         3:if winboard sends "draw" polyglot sends "setoption DrawOffer draw" to the engine.
235         4.to resign: send "info string Resign" to polyglot.
236         please check the winboard documentation for the draw/drawoffer and resign commands.
237                 
238 =========1.4w5:================
239 Fixed errors in SyncStop handling.
240 book building: the error message now also contains the game number 
241 added Affinity option:
242 In the [PolyGlot] section(ini file):
243 - "Affinity" mask
244 mask is a bit vector in which each bit represents the processors that a process is allowed to run on.
245
246 some minor bugs fixed
247
248 checks if child did really quit.
249
250