]> git.sesse.net Git - stockfish/commit
Retire "ucinewgame" UCI option
authorMarco Costalba <mcostalba@gmail.com>
Sat, 17 Mar 2012 10:24:19 +0000 (11:24 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 17 Mar 2012 10:24:19 +0000 (11:24 +0100)
commit7c8a8e038f0acd48a30ec7e3971c7d0efcfbf25d
tree2fd8b2c7fa238470aea0146c4f34e903e5ec2a22
parentee838f56f7492f3a00927657e8dc3402c752cbd3
Retire "ucinewgame" UCI option

UCI protocol it is not clear about what the engine
should be supposed to do when "ucinewgame" is
received. Stockfish simply sets the position to
start FEN, but it is redundant becuase the GUI always
resends the position after "ucinewgame" command, so
it seems we can safely ignore that command.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/uci.cpp