@@ -91,7 +91,6 @@ These are all the command the engine gets from the interface.
9191 engine that registration will be done later. This command should always be
9292 sent if the engine has sent "registration error" at program startup. The
9393 following tokens are allowed:
94-
9594 - later the user doesn't want to register the engine now.
9695 - name <x > the engine should be registered with the name <x >
9796 - code <y > the engine should be registered with the code <y > Example:
@@ -119,7 +118,6 @@ These are all the command the engine gets from the interface.
119118 command. There are a number of commands that can follow this command, all will
120119 be sent in the same string. If one command is not sent its value should be
121120 interpreted as it would not influence the search.
122-
123121 - searchmoves <move1 > .... <movei > restrict search to this moves only Example:
124122 After "position startpos" and "go infinite searchmoves e2e4 d2d4" the engine
125123 should only search the two moves e2e4 and d2d4 in the initial position.
@@ -158,7 +156,6 @@ These are all the command the engine gets from the interface.
158156## Engine to GUI:
159157
160158- id
161-
162159 - name <x > this must be sent after receiving the "uci" command to identify the
163160 engine, e.g. "id name Shredder X.Y\n"
164161 - author <x > this must be sent after receiving the "uci" command to identify
@@ -218,7 +215,6 @@ These are all the command the engine gets from the interface.
218215 time 1242 nodes 2124 nps 34928 pv e2e4 e7e5 g1f3" I suggest to start sending
219216 "currmove", "currmovenumber", "currline" and "refutation" only after one
220217 second to avoid too much traffic. Additional info:
221-
222218 - depth <x > search depth in plies
223219 - seldepth <x > selective search depth in plies, if the engine sends seldepth
224220 there must also be a "depth" present in the same string.
@@ -272,7 +268,6 @@ These are all the command the engine gets from the interface.
272268 default value. For all allowed combinations see the examples below, as some
273269 combinations of this tokens don't make sense. One string will be sent for each
274270 parameter.
275-
276271 - name <id > The option has the name id. Certain options have a fixed value for
277272 <id >, which means that the semantics of this option is fixed. Usually those
278273 options should not be displayed in the normal engine options window of the
@@ -282,7 +277,6 @@ These are all the command the engine gets from the interface.
282277 GUI. All those certain options have the prefix "UCI* " except for the first 6
283278 options below. If the GUI gets an unknown Option with the prefix "UCI\_ ", it
284279 should just ignore it and not display it in the engine's options dialog.
285-
286280 - <id > = Hash, type is spin the value in MB for memory for hash tables can
287281 be changed, this should be answered with the first "setoptions" command at
288282 program boot if the engine has sent the appropriate "option name Hash"
0 commit comments