new forceIllegalMoves option
authorH.G. Muller <h.g.muller@hccnet.nl>
Tue, 6 Oct 2009 03:01:53 +0000 (20:01 -0700)
committerArun Persaud <arun@nubati.net>
Tue, 6 Oct 2009 03:01:53 +0000 (20:01 -0700)
commitbf368bef696bee3555a370ac8ff88418e1f5c498
tree9aa3e7947d2246e5c61fbb52d193824b87da2e63
parent32b0310998736ed98bd9d5a654b24953b19e77e8
new forceIllegalMoves option

The -forceIllegalMoves option uses setboard or edit to force a position when an engine refuses the move leading to it by an "Illegal Move" message.
Especially for engines using the edit command this was a bit tricky, because of the a2a3 kludge to avoid using the white and black commands.
backend.c
common.h
winboard/winboard.c