projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
ca59dd1
)
Ensure that GUI sends time command in CECP
author
Fabian Fichter
<ianfab@users.noreply.github.com>
Mon, 4 Nov 2019 18:02:27 +0000 (19:02 +0100)
committer
Fabian Fichter
<ianfab@users.noreply.github.com>
Mon, 4 Nov 2019 18:02:27 +0000 (19:02 +0100)
src/uci.cpp
patch
|
blob
|
history
diff --git
a/src/uci.cpp
b/src/uci.cpp
index
ed61569
..
bad9884
100644
(file)
--- a/
src/uci.cpp
+++ b/
src/uci.cpp
@@
-292,7
+292,7
@@
void UCI::loop(int argc, char* argv[]) {
for (string v : variants.get_keys())
if (v != "chess")
vars += "," + v;
- sync_cout << "feature setboard=1 usermove=1 memory=1 smp=1 colors=0 draw=0 name=0 sigint=0 myname=Fairy-Stockfish variants=\"" << vars << "\""
+ sync_cout << "feature setboard=1 usermove=1 time=1 memory=1 smp=1 colors=0 draw=0 name=0 sigint=0 myname=Fairy-Stockfish variants=\"" << vars << "\""
<< Options << sync_endl
<< "feature done=1" << sync_endl;
}