blob: 6dfda4a38cec23aa9234a123b5dc0b8542f29caf (
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
|
chess-ics
- finish all elements of regular use as a client
- takebacks still aren't working 100%
chess-display
- when I checkmate my opponent, the display says "Black ...#"
- on the first position, "White" has no white background
chess-engine
- if I say "y" to accepting something from my opponent (new game,
takeback, etc), I get left with an hourglass cursor
chess-irc
- if I move before my opponent has connected, I get a symbol assertion
about "value"
chess-ply
- detect games drawn by three-fold repetition
chess-german
- complete translation
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
|