From 141442766b2a7fcd7a9a74ec7d14413869dc5290 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Teuli=C3=A8re?= Date: Sun, 22 Feb 2009 16:43:55 +0000 Subject: [PATCH] Update of the TODO list --- TODO | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 8c790e0..d64400a 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,6 @@ TODO ==== - - unit tests for the navigation handling, in each mode - Improve error handling (use exceptions more) - Correct game save/load functions: Advanced format file saving for freegames and duplicate need a serious @@ -11,6 +10,14 @@ TODO - detection of blocked positions? - distinguish misplaced and incorrect words? +Requested by users +================== + + - Save/load games (03/02/09) + - Drag & drop? (03/02/09) + - Continue a real game on Eliot (03/02/09) + - In duplicate mode, display the rack in the External board (19/02/09) + Implementation details ====================== @@ -18,6 +25,8 @@ Implementation details - board.h included in coord.cpp! - use Boost.Format? - compile with -ansi -pedantic by default? + - use Boost.Unorderedinstead of the custom hash map, when Boost 1.36 + is in Ubuntu Not so urgent =============