|
From: Steven <ste...@ya...> - 2011-07-28 21:17:21
|
The latest commits fix engines failing to add variation to Null move if at variation end. This code in position.cpp
if (from == to) {
// null move
*c++ = '-';
*c++ = '-';
*c = 0;
return;
}
makes Position::MakeUCIString return "--" instead of "e8e8" (for eg).
Will anything break ???... Anyway, a couple of weeks till a new release. (Gilles and i really have the OS X version going great ;>)
S.
|