Allow use of ~ in pieceToChar for shadow pieces in any variant
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 30 Dec 2012 14:19:57 +0000 (15:19 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Sat, 19 Jan 2013 22:28:20 +0000 (23:28 +0100)
commit8abb29a1624309afe03630a85c507854b862f131
tree8e4dde3411ea10e206898d87145c11062c23f493
parent9798d0e093e1ea35cbea11b5f0846d09d1e1ba34
Allow use of ~ in pieceToChar for shadow pieces in any variant

The use of shadow-pieces for promoted Pawns was limited to Crazyhouse and
Bughouse. But this is not necessary, and in fact undesirable, as it made
it impossible to implement Crazyhouse960, which combines shadow promotions
with Fischer castling (only available in variant fischerandom)s, and thus
has to be played as 8x8+5_fischerandom, using the Crazyhouse -pieceToChaTable.
backend.c