The new fature allows you to group engines in the list of installed engines (in the ini file), by enclosing them in lines # NAME and # end .
Code: Select all
engine0.exe /fd=dir0
# GROUP NAME
engine1.exe /fd=dir1
engine2.exe /fd=dir2
...
engineN.exe /fd=dirN
# end
engineA.exe /fd=dirA
Code: Select all
engine0
# GROUP NAME
engineA
Code: Select all
# GROUP NAME
engine1
engine2
...
engineN
This can be applied recursively (i.e. groups within groups), so whole system looks a bit like the engines are grouped in folders, and you browse through those. So far the grouping can only be done through editing the engine list (which can be done through the Engine -> Edit Engine List menu item). And the # end lines are the only way to indicate where the groups end, so you cannot make a group named 'end'. But any other line starting with # is considered a group header.
Another new feature is that the Engine menu now contains a list of recently used engines in previous sessions. This only keeps tracks of engines loaded through the Load Engine dialog, or the first engine at startup. So not for engines in tournaments. When you click on such an engine menu item it loads the engine as first engine, like you would have opened the Load Engine, dialog, selected it from the list, and pressed OK.
The new version is at http://hgm.nubati.net/WinBoard-4.5TM.exe .
Please tell me what you think about it.




