summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2004-10-08 14:01:51 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2004-10-08 14:01:51 +0000
commit1e1e15dd3ab111383b27f09f70eb590878254e00 (patch)
tree9f47098a3c1758d6d49b40e3b02442e2cae8fe85 /docs
parent75da526f11f74b9bffb9580c2daf63108c294ca8 (diff)
downloadmana-client-1e1e15dd3ab111383b27f09f70eb590878254e00.tar.gz
mana-client-1e1e15dd3ab111383b27f09f70eb590878254e00.tar.bz2
mana-client-1e1e15dd3ab111383b27f09f70eb590878254e00.tar.xz
mana-client-1e1e15dd3ab111383b27f09f70eb590878254e00.zip
*** empty log message ***
Diffstat (limited to 'docs')
-rw-r--r--docs/TODO.txt56
1 files changed, 29 insertions, 27 deletions
diff --git a/docs/TODO.txt b/docs/TODO.txt
index bc4473c3..c881cde3 100644
--- a/docs/TODO.txt
+++ b/docs/TODO.txt
@@ -1,27 +1,29 @@
-1) network api (complete)
- - needs optimization (flush called too often)
-2) gui (partial)
- - character dialog (partial)
- - ingame dialogs like inventory (missing)
- - rewrite drawing subsystem with dirty rectangles (missing)
- - make the gui redraw frame rate independant (missing)
-3) sound engine
- - ogg/mp3 playback (missing) (kth5)
-3) movement
- - mob movement (partial / buggy)
-4) npc
- - basic dialog (one page)
- - question system (missing)
-5) chat
- - shift when overlaying (missing) (kth5)
- - chatlog (partial) (kth5)
- - linewrapping in chatbox (missing) (kth5)
- - white text / black border (missing / nth ONLY) (kth5)
-6) graphics & animation
- - attack animations (partial)
- - emoticons (partial / nth) (elven)
- - animated and transparent tiles (missing) (elven)
-7) battle system (missing) (elven)
-8) misc
- - bubble sort -> quick sort (optimization)
- - keyboard shortcuts (missing) \ No newline at end of file
+1) Gui
+ - Fix drag & drop (ElvenProgrammer)
+ - Add iconify button (ElvenProgrammer)
+ - Skill point assignement (ElvenProgrammer)
+ - Trading system (SimEdw)
+2) Sound engine
+ - ogg/mp3 playback (kth5)
+3) Npc
+ - Multi-page dialogs (SimEdw)
+ - Quest system (SimEdw)
+4) Chat
+ - Shift when overlaying (kth5)
+ - Linewrapping in chatbox (kth5)
+ - White text/black border (kth5)
+5) Graphics & animation
+ - Animated and transparent tiles (ElvenProgrammer)
+ - Fix fringe layer (ElvenProgrammer)
+6) Battle system
+ - General fixes (ElvenProgrammer)
+ - Long range weapons
+ - Magic attacks
+7) Misc
+ - Keyboard shortcuts
+ - Clothing and hairstyling system
+ - Item drops (ElvenProgrammer)
+ - Minimap
+ - Trading system
+8) Optimization
+ - Bubble sort->quick sort \ No newline at end of file