Page 1 of 1

Polyglot 1.4.44b

PostPosted: 03 Sep 2009, 18:24
by Michel
The Persist option is now persistent :D. Before if you clicked off the Persist checkbox it would not be saved and the next time it would be on again.

There is also code for a "Defaults" reset button but it is commented out for now as rather than ignoring it xboard renders the reset button as a check box :(

http://alpha.uhasselt.be/Research/Algeb ... t-release/

Re: Polyglot 1.4.44b

PostPosted: 03 Sep 2009, 18:59
by H.G.Muller
Yes, this was a bug. Options with an invalid syntax were not rejected by 4.4.0beta2, but accepted with undefined results. I already sent the patch for this to Arun after we discussed this yesterday (producing the error response that we now require in the protocol specs), but he did not upload it to the repository yet.

So the 4.4.0 we hope to release this weekend will ignore the option. (Not that this will help you much, of course...)

I equiped Fairy-Max with some option features (for setting a resign threshold, clearing the hash table, or setting an alternate game-definition file, plus some dummies), so that it now can act as a model native WB engine that implemets the protocol extensions. (It responded to the memory command aready for a long time.)