]> git.sesse.net Git - stockfish/commit
Finally retire sp_search()
authorMarco Costalba <mcostalba@gmail.com>
Sat, 23 Oct 2010 06:38:48 +0000 (07:38 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 23 Oct 2010 06:51:35 +0000 (07:51 +0100)
commitf6e11ee2a34fb074ebe588bd44a156b001d9b0d9
tree6cab15e98ce6e772d5f92731ab0c68ea5f535136
parent65606bc49ed26f630bdd8ee1a460d80ee74e9330
Finally retire sp_search()

Fix the movcount updating bug and let search() to completely
subsititute sp_search().

No functional change even with fakes split.

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