~vcs-imports-ii/gnuchess/trunk

« back to all changes in this revision

Viewing changes to TODO

  • Committer: aceballos
  • Date: 2011-04-17 22:40:00 UTC
  • Revision ID: svn-v4:6006247a-2d13-4e52-b961-62b44c6c37c8:trunk:11
Tags: v5.9.92
Added v5 options, commands and script, and info file

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
Items are in random order, mostly chronological.
10
10
 
 
11
* Commands white/black/switch don't work. They are supposed to be 
 
12
used for icsDrone. However, icsDrone reports to not work for 
 
13
GNU Chess 5.02. Neither for v6...
 
14
 
11
15
* General cleanups: still some unused code from v5.
12
16
 
13
 
* Transform all pieces of text doc into texinfo.
14
 
 
15
 
* GA/EC venture to make the chess engine stronger.
16
 
 
17
 
* Get benefit from multiple-core processors, by sharing search across them.
18
 
 
19
 
* End-game table
20
 
 
21
 
* Implement 'book *' commands. Only 'book add' is implemented at the moment.
22
 
 
23
 
* Provide v5 output of 'solve'.
 
17
* Implement the weak mode.
 
18
 
 
19
* Add support for MS Windows.
 
20
 
 
21
* icsdrone for Internet
24
22
 
25
23
* 'pgnsave filename.pgn' will not replace filename.pgn, but will append to it.
26
24
This is not supported by the PGN format. The file must be replaced, may be 
29
27
* When 'name NAME' is used, the log.nnn file is created, but it will miss
30
28
to include some information compared with v5.
31
29
 
32
 
* Implement missing v5 commands to the maximum extent possible.
 
30
* Consider using gnulib for better portability.
 
31
 
 
32
* Include PolyGlot's book making capability.
 
33
 
 
34
* Include PolyGlot's book merging capability.
 
35
 
 
36
* GA/EC venture to make the chess engine stronger.
 
37
 
 
38
* Get benefit from multiple-core processors, by sharing search across them.
 
39
 
 
40
* End-game table