Files
Stockfish/src
Marco Costalba 3185c36a65 Use st->gamePly to store fullMoves
This allow to retire do_setup_move() and also to simplify
draw detection logic becuase now we always have:

Min(st->rule50, st->gamePly) = st->rule50

This was already true when starting from starting position,
but now is true even when starting from a FEN string because
now we take in account fullmove number in counting gamePly so
that it is always.

st->rule50 <= st->gamePly

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
2011-07-24 06:15:36 +01:00
..
2011-06-15 12:11:35 +01:00
2011-06-21 19:01:00 +01:00
2011-07-14 12:43:13 +01:00
2011-07-02 14:04:33 +01:00
2011-06-28 17:11:03 +01:00
2011-04-13 13:17:21 +01:00
2011-04-28 08:00:34 +01:00
2011-06-15 12:11:35 +01:00
2011-05-23 20:20:31 +01:00
2011-07-16 22:59:14 +01:00
2011-07-14 12:43:13 +01:00
2011-07-16 22:59:14 +01:00
2011-07-16 22:59:14 +01:00
2011-04-11 12:35:54 +01:00
2011-07-24 06:15:36 +01:00
2011-07-24 06:15:36 +01:00
2011-04-29 13:08:35 +01:00
2011-07-02 14:04:33 +01:00
2011-07-24 06:15:36 +01:00
2011-06-24 10:31:03 +01:00
2011-04-29 13:08:27 +01:00