Add support for robbobases
authorH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 29 Jan 2018 10:43:02 +0000 (11:43 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 31 Jan 2018 13:28:56 +0000 (14:28 +0100)
commit4c43c5722cf24b0cd44a9fe1f1eb6ad6c501d345
tree55ae3be847efab61d45e987a03239226f16a9695
parenta7299318dbfbb4ead5ed39d2ea8c586bc79ad182
Add support for robbobases

The UCI options RobboTripleBaseDirectory and RobboTotalBaseDirectory are
now recogized as defining the egtpath for flavors 'robbtripple' and
'robbototal', respectively. For this the general EGT-handling code had to
be adapted to be able to append 'BaseDirectory' instead of '(Tb)Path' to
the flavor for setting the option, and clipping this off for extracting
the flavor name. This is achieved by using the part of the standard option
in the list of EGT formats up to the first capital as CECP flavor name,
and match the flavor name in the egtpath command with the list, to retrieve
the full name from there.
UCI2WB.c