summaryrefslogtreecommitdiff
path: root/docs/TODO.txt
blob: bc4473c364cb290e1fc8d56b5f45bf334b51a919 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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)