X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=TODO;h=d01fa6905b67f914a908fd5636494146a64963ba;hb=1087eb7b2d8447adf9a7deb549d4004a87b46b10;hp=0bb84e16b9bed3679987b73ff4f70a2ba5e23ffd;hpb=64f72f31685ea1dff12b19b22cfaf7a53ccc079f;p=polyglot.git diff --git a/TODO b/TODO index 0bb84e1..d01fa69 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,9 @@ -Better check for legality of arguments (i.e. stuff after [configfile]). -Implementation of new wb/xb options -GUI mode -Allow buttons in UCI mode -Set book [none] instead of nothing as it is now. -Implementation of Marc Lacrosse's utility \ No newline at end of file +Move static queue for engine writing to engine struct +Continue refactoring of option stuff (search for option_nb) +Make _ex versions the default (more object oriented). +Remove most uci option commands. Refer directly to Uci->option. It will make the code more +readable. +Replace "append_option" by "insert_option". +Inifile handling. +Refactor removinging of trailing EOL and white space from string (see util.c and ini file parsing). +ML's utility