some small bugfixes
authorH.G. Muller <h.g.muller@hccnet.nl>
Sat, 13 Jun 2009 22:27:26 +0000 (15:27 -0700)
committerArun Persaud <arun@nubati.net>
Sat, 13 Jun 2009 22:27:26 +0000 (15:27 -0700)
commit09efa4c46ec85dac85fc7275d93303de213c45c4
tree2c0f302df614f688a713aa0b3c4465b9a7112a2a
parent797e76a7d465fb38fafa878fe62abb768213ba1d
some small bugfixes

I had overlooked one place from which the FEN writer (of whicf I changed the argument types), which made WB crash if you copied a FEN (or PGN that cotained FEN) to the clipboard. I must have overlooked a warning during compile, or some depedency is not correct in the makefile. Anyway, wclipboard.c had to be changed.

I also moved adjudication of some losing conditions to before tetsing for stalemate, (e.g. in atomic, if your king get destroyd you lose, even if you have no moves after that because it was your only piece.). this affects backend.c.

I had used the same bits in the frule-modifier flags for indicating mandatory capture as was already used for indicating FRC-style castling. This led to frequent illegal move calls in FRC... (moves.h)
backend.c
moves.h
winboard/wclipbrd.c