deleted new gui protocol string
authorDaniel Mehrmann <mehrmann>
Mon, 20 Dec 2004 22:55:54 +0000 (22:55 +0000)
committerDaniel Mehrmann <mehrmann>
Mon, 20 Dec 2004 22:55:54 +0000 (22:55 +0000)
backend.c
engine-intf.html

index 99c9fd1..b8ab625 100644 (file)
--- a/backend.c
+++ b/backend.c
@@ -5007,7 +5007,7 @@ StartChessProgram(cps)
 
     cps->isr = AddInputSource(cps->pr, TRUE, ReceiveFromProgram, cps);
     if (cps->protocolVersion > 1) {
-      sprintf(buf, "xboard\ngui xboard %s\nprotover %d\n", VERSION, cps->protocolVersion);
+      sprintf(buf, "xboard\nprotover %d\n", VERSION, cps->protocolVersion);
       SendToProgram(buf, cps);
     } else {
       SendToProgram("xboard\n", cps);
index 7228a2b..02166ea 100644 (file)
@@ -418,38 +418,6 @@ user input, you must turn off the prompt and output a newline when the
 "xboard" command comes in.
 <p>
 
-<dt><font color=blue><strong>gui GUI_NAME VERSION.SUBVERSION</strong></font>
-<dd><font color=blue>
-This is a new feature. The GUI sending after the "xboard" command and before
-"protover N" string the command "gui <GUI_NAME> <VERSION>.<SUBVERSION>"
-to the engine. The GUI_NAME is a string. VERSION and SUBVERSION is <i><strong>one</strong></i>
-character.<br>
-This command will be send always. You don't need to answer because its only
-a information for the engine. I recommend that the engine not response.
-The idea behind this command is that the engine now know which special feature
-support the named GUI.<br>
-To make the GUI string clear the known GUIs will be predefined:<br>
-<br>
-gui arena                      = send by Arena<br>
-gui chessassistant     = send by Chess Assistant<br>
-gui chessbase          = send by ChessBase<br>
-gui chessmaster                = send by ChessMaster<br>
-gui chesspartner       = send by ChessPartner GUI<br>
-gui wb2uci                     = send by wb2uci adapter<br>
-gui xboard                     = send by Winboard/Xboard<br>
-<br>
-This list is not completely and will be extend in the future.<br>
-<br>
-Example:<br>
-Winboard / Xboard send:<br>
-xboard\n<br>
-gui xboard 4.2\n<br>
-protover 2\n<br>
-</font>
-<p>
-
-
-
 <dt><font color=red><strong>protover N</strong></font>
 <dd><font color=red>
 Beginning in protocol version 2 (in which N=2), this command will