ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/html5client/TODO
(Generate patch)

Comparing deliantra/html5client/TODO (file contents):
Revision 1.1 by root, Sun Nov 4 21:23:27 2012 UTC vs.
Revision 1.2 by root, Sun Nov 4 21:32:32 2012 UTC

2 2
3- interpret both json and non-json messages for chatbox 3- interpret both json and non-json messages for chatbox
4- interpret pseudo-html and pod sequences in messages (maybe first fix the overall 4- interpret pseudo-html and pod sequences in messages (maybe first fix the overall
5 protocol to not mix antique and modern styles?) 5 protocol to not mix antique and modern styles?)
6- auto-switch tabs when server says so (flag value 32 or so). 6- auto-switch tabs when server says so (flag value 32 or so).
7- proper query/reply - autologin is fine, but the username or password
8 must be sent only *once* because the server might ask different
9 questions and this can actualyl destroy accounts. the glclient uses these regexes, so
10 matches text exactly:
11 What is your password\?
12 Please type your password again\.
13 What is your name\?
14 (alternatively, support a better api for creating characters and loging in in general,
15 without cleartext password).
7- command input needs major work: 16- command input needs major work:
8 - it probably should trigger on all letters 17 - it probably should trigger on all letters
9 - it would need a mechanism similar to the existing client for abbreviations 18 - it would need a mechanism similar to the existing client for abbreviations
10 (so c becomes chat, rsft ready_skill find traps etc). 19 (so c becomes chat, rsft ready_skill find traps etc).
11 20
12medium priority 21medium priority
13 22
23- character creation, for new players.
14- proxy to support both test and gameserver, and binary protocol 24- proxy to support both test and gameserver, and binary protocol
15 for browesers that can do it, preferably c++ :) 25 for browesers that can do it, preferably c++ :)
16- . keybinding (repeat last command) 26- . keybinding (repeat last command)
17 27
18low priority 28low priority

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines