Fixed a segfault when an empty filename expression is specified.
[cboard.git] / TODO
blob5e73b6dae6ea5244a700c5e8680346903b9d4925
1 These are a list of things that I'd like included before 1.0.0 (in no real
2 order):
4 - = not started
5 + = started
6 ? = not sure to included it
8 + The 'draw' game result needs better handling. Parsing works and the 50 move
9   draw rule works, but offering and accepting draws isn't implemented.
11 - ICS network game support.
13 + RAV move text support. Will parse into the move history and also save
14   (buggy) but still need a (working) interface to it. Also add the RAV depth
15   next to the piece on the board and a window showing the move tree (?).
17 - When saving multiple games, sort them by tag values specified by the
18   standard.
20 - A menu to select a game from a file.
22 - Internationalization (gettext).