Allow setting of piece nicknames from pieceToChar string
authorH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 9 Feb 2016 08:53:44 +0000 (09:53 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 9 Feb 2016 08:53:44 +0000 (09:53 +0100)
commitac0b7cea34e9ebbf980ba6e30844889a70e354fd
treefe7b466cd6a5136987eb3fefb0df2dc68f3f287f
parent69992f105f8efcdc71dc04a96d14f2b6e6f25fac
Allow setting of piece nicknames from pieceToChar string

A piece IDs in the pieceToChar string can now be suffixed by "=L",
with L an arbitrary single letter, to define a nickname for the piece.
Such a nickname would make it possible to specify a complex ID like +I'
as promotion choice, and by indicating this in the pieceToChar string
the engine can configure that through the 'setup' command. This facility
is needed to force promotion after capture of a contageous piece in
variants with Shogi promotion, such as Maka Dai Dai Shogi.
backend.c