X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=ToDo;h=62be85adaa63517e6b1cb23ec0ce42a9d407c92d;hb=38b85187a5d9972b1534f5cc4755eb875926cadb;hp=6da49e11c591b00e49aab8286921cf84d67d7599;hpb=1787d72dbd0f3ff703050df00dc6ebb5eebe14d7;p=xboard.git diff --git a/ToDo b/ToDo index 6da49e1..62be85a 100644 --- a/ToDo +++ b/ToDo @@ -457,9 +457,6 @@ windows explorer then crashed when he tried to close winboard. not words. [Or maybe both?] Also might be easier to select accurately from it if horizontally arranged, or in a 3x2 grid. -280. Need a way to log raw ICS i/o in WinBoard.debug file, as xboard's -debug mode does. Would help in finding bugs at times. - 284. dxterm hangs when it receives the escape sequence that sets the title bar on xterm. I think some other xterm substitutes do too. @@ -1113,12 +1110,6 @@ to initialize and wants us to wait to send commands until it says done=1, we fail to wait. However, we do send commands in the right order and use ping, so most engines should work fine. -505. On Windows we use rand() for random numbers, which ranges only up -to 0x7fff. That means that on Windows, only zippy.lines sayings that -start in the first 32767 bytes of the file can ever be used. It looks -like the only fix is to have our own 32-bit implementation of -random(). Sigh. - 506. One user wants a board size even smaller than Tiny. 507. Suggested: have the cursor change to a gripping hand while moving @@ -1262,10 +1253,6 @@ queen piece. I couldnt drop it to any square." 535. For protover 3, the "st" command in the protocol could be extended to allow for smaller units, not just seconds. -536. Funny bug where tags show up as "?" on XP when they shouldn't. -See a couple of emails. [This may have been the gamelist offset bug -that was fixed in 4.2.7.] - 537. Clarify in the protocol that "force" while searching means you should stop the search as soon as you can. (Isn't this clear already?)