eliot-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Eliot-dev] eliot TODO


From: eliot-dev
Subject: [Eliot-dev] eliot TODO
Date: Sun, 01 Jan 2006 19:56:45 +0000

CVSROOT:        /cvsroot/eliot
Module name:    eliot
Branch:         
Changes by:     Antoine Fraboulet <address@hidden>      06/01/01 19:56:45

Modified files:
        .              : TODO 

Log message:
        - add todo list for current version before next release.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/eliot/eliot/TODO.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: eliot/TODO
diff -u eliot/TODO:1.3 eliot/TODO:1.4
--- eliot/TODO:1.3      Tue Dec 27 01:07:54 2005
+++ eliot/TODO  Sun Jan  1 19:56:45 2006
@@ -1,11 +1,31 @@
 
-* ======
-* URGENT
-* ======
-
- - correct game handling : back() does not work : done 27/12/05
- - correct game save/load functions
- - include old format game loading 
+* ====================
+* TODO Current version
+* ====================
+
+ - Correct game handling : back() does not work                done 27/12/2005
+ - Correct game save/load functions : Standard format          done 29/12/2005
+ - Correc bag handling on setRackRandom                        done 30/12/2005
+ - add a profile/performance test for Dic_search and Regexp    done 30/12/2005
+
+ - The dictionary must use codes for performance reasons, 
+   the board must also be made to use codes instead of tiles. 
+   Using class Tiles during search results in a HUGE 
+   performance penalty. Class cross is a performance killer. 
+   Will return back to using code bitmaps in board for cross 
+   search. Files cross.h and cross.cpp are to be removed or
+   replaced by a 64 bits code bitmap.
+
+ - Correct game save/load functions : Advanced format 
+   file saving for freegames and duplicate need a serious
+   rewrite. We need to specifie a file format that can handle
+   all the information contained in a multiplayer game.
+
+ - Add "joker" type games in wxwin version of Eliot, Freegame
+   and Duplicate will follow
+
+ - full French i18n interface and error messages for wxwin. 
+
 
 * ==================
 * Next Eliot version
@@ -16,7 +36,6 @@
    - points
    - printable equivalent
  - other languages support using the new dictionary
- - full i18n interface and error messages
  - new wxWidgets interface
    - support of the different modes
    - ability to choose the number and type of the players




reply via email to

[Prev in Thread] Current Thread [Next in Thread]