Ignore checks in 50-move count for Xiangqi
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 30 Jun 2010 08:41:25 +0000 (10:41 +0200)
committerArun Persaud <arun@nubati.net>
Thu, 1 Jul 2010 05:34:44 +0000 (22:34 -0700)
commitee20915c04987acfee544c7fa37b856a791d3960
tree3c6a8f2e3d3ea00f27a9b12d01a5720f716617df
parentbe541ab4c266fefbe1e4a573d64e34068e41ff42
Ignore checks in 50-move count for Xiangqi

Both checks and evasions are discounted; this is only done after the
naive counting exceeds the maximum, so during most of the game it causes
no CPU load.
backend.c