]> git.sesse.net Git - stockfish/commit
Retire square_from_string()
authorMarco Costalba <mcostalba@gmail.com>
Thu, 9 Dec 2010 11:10:02 +0000 (12:10 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Mon, 13 Dec 2010 19:29:38 +0000 (20:29 +0100)
commit56de5ae5616bf8766491d2585751b11da268559c
tree49bfb89116e06fa002c002cff43eb671b278305a
parent556b63b6b6acce9f40952e0f792f84da8101f033
Retire square_from_string()

And rename move_from/to_string() in a more specific
move_from/to_uci() that is a simple coordinate notation.

No functional change.

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