Will Singleton wrote:The new winboard looks great. How do I configure my ini file to allow the user to use the configuration window?
I am not sure what exactly you are asking. One thing to keep in mind is that the configuration engine only works when the engine is actually loaded, and that WinBoard only loads the second engine when you use Two-Machines mode. Before that, the Engine #2 Settings window will be empty. (Perhaps I should make WinBoard start up the second engine already when the user opens that dialog.)
To use the configuration window, the engine must be configurable through WB protocol, i.e. it must support the option future, and actually define a few options. Polyglot does this, translating all UCI options to WB protocol and back, so all UCI engines running through Polyglot (of the proper version) will have their options accessible. Most WinBoard engines still need to be configured through obsolete means (engine ini files or command-line parameters), and as their is no standard for those, the configuration dialog cannot be used.