summaryrefslogtreecommitdiff
path: root/PLAN
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2005-06-27 23:53:18 +0000
committerJohn Wiegley <johnw@newartisans.com>2005-06-27 23:53:18 +0000
commit8bc8dc6b37fba2139233f0c3574ded067b94ff0d (patch)
tree66d638ccfe07b5c3284537d4a7073d7266eabc6c /PLAN
parent0ff2c29a361b07c27b6a961193ae3731a765ad51 (diff)
*** no comment ***
Diffstat (limited to 'PLAN')
-rw-r--r--PLAN37
1 files changed, 16 insertions, 21 deletions
diff --git a/PLAN b/PLAN
index aaff7d2..dba0963 100644
--- a/PLAN
+++ b/PLAN
@@ -2,6 +2,20 @@ chess-autosave
- this module currently isn't working at all!
- doesn't support undoing of moves
+chess-clock
+- sometimes, the clock gets shut off (while playing on ICS) for no
+ reason that I can determine
+
+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-gnuchess
+- triggers a Lisp error when I resign
+
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
@@ -10,37 +24,21 @@ chess-ics
- 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
+- although chess-display-side-to-move is using faces, the Black/White
+ text doesn't show the face in the modeline
- 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-pos
-- typing a number in a chessboard display gets an assertion
-
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
@@ -57,9 +55,6 @@ chess-pgn
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