Readded g.data->n.
[cboard.git] / TODO
blobae42ec96d3b4f290ee32ced9dff87ded26a469b2
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 + Fix all the KnownBugs (priority)
10 + The 'draw' game result needs better handling. Parsing works and the 50 move
11   draw rule works, but offering and accepting draws isn't implemented.
13 - A WINDOW stack that doesn't block.
15 - A clock.
17 - ICS network game support.
19 + RAV move text support. Will parse into the move history and also save
20   (buggy) but still need a (working) interface to it. Also add the RAV depth
21   next to the piece on the board and a window showing the move tree (?).
23 - When saving multiple games, sort them by tag values specified by the
24   standard.
26 - A command to show pinned pieces.
28 - A menu to select a game from a file.
30 ? Macros? A sequence of (bound) keys for a given game mode.
32 - Internationalization (gettext).