summaryrefslogtreecommitdiff
path: root/PLAN
blob: 8837eb8467275214f0c803318e71546178aec85c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
chess-autosave
- this module currently isn't working at all!
- doesn't support undoing of moves

chess-ics
- takebacks still aren't working 100%; when I submit a takeback
  request manually, and the other side accepts, my client doesn't know
  what to do with it
- accept of a match request doesn't seem to be working always
- resuming adjourned games does not work at all
- not detecting forfeit by disconnection at the moment

chess-clock
- sometimse, the clock gets shut off (while playing on ICS) for no
  reason that I can determine

chess-display
- sometimes the final event of a game doesn't change the modeline,
  like CHECKMATE, or FLAG FELL
- if I win a game, it still reports CHECKMATE incorrect; if I'm white,
  it does so on the last ply (per display)
- need a "save this game to a PGN file/database" command

chess-images
- if chess-display-popup is nil, and I resize the board, it merely
  deletes the frame and never shows it again

chess-engine
- if I say "y" to accepting something from my opponent (new game,
  takeback, etc), I get left with an hourglass cursor
- if no chess engine is available, there is no nice message being
  printed

chess-irc
- if I move before my opponent has connected, I get a symbol assertion
  about "value"

chess-network
- does not work at all!

chess-ply
- detect games drawn by three-fold repetition and the 50 move rule
  (Note, FIDE rules define that a draw must be claimed by one
   of the opponents, so we do not really need to do this on
   every move, just when a draw is requested.)

chess-pgn
- when saving a full game to the clipboard, it shouldn't need to save
  the FEN if it's starting from a standard position (this doesn't
  always happen)
- sometimes when clipping to the clipboard the final "*" is stuck to
  the text of the last move

chess-german
- complete translation

chess-gnuchess
- triggers a Lisp error when I resign

general
- add an 'install' target to the Makefile
- use more asserts throughout the code
- profile and mem profile
- elint all files
- add docstrings/texi content
- use checkdoc on all files