Started re-creating the TODO list structure.

Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
This commit is contained in:
Gergely POLONKAI 2012-03-25 11:55:57 +02:00
parent 4b61fc505e
commit fae9f3c23e

20
TODO
View File

@ -4,18 +4,28 @@ wMUD TODO file
This file is continuously migrated into the Zim wiki (later it will become This file is continuously migrated into the Zim wiki (later it will become
media or dokuwiki). media or dokuwiki).
Legend
------
[ ] planned
[f ] feature request added to flyspray
[ i] implementation began
[XX] finished
Data storage and code flow Data storage and code flow
-------------------------- --------------------------
* Store EVERYTHING in an SQLite3 database [ i] Store EVERYTHING in an SQLite3 database
* At least two threads. One of them should continuously write everything back [ i] Separate threads for separate jobs. Game thread for accepting players,
to the database, while the other one should serve the connections. Maybe the maintenance thread to continuously maintain the database, chat threads for
out-of-game chat should be outsourced to a separate thread, either. different chat protocols, world builder thread for online world building.
* All descriptions should be written in a markup language to support bold, [ ] All descriptions should be written in a markup language to support bold,
underline, colours, and such underline, colours, and such
[f ] Loadable modules for commands, races, classes, etc.
Game world Game world
---------- ----------