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

Comparing deliantra/Deliantra-Client/TODO (file contents):
Revision 1.192 by root, Tue Jul 4 23:23:31 2006 UTC vs.
Revision 1.193 by root, Tue Jul 4 23:44:23 2006 UTC

15 maybe drag&drop, otherwise two containers side-by-side makes little sense. 15 maybe drag&drop, otherwise two containers side-by-side makes little sense.
16 show player weight/max weight in inventory 16 show player weight/max weight in inventory
17 offer common options such as use_skill sense xxx etc. in inventory via menu? 17 offer common options such as use_skill sense xxx etc. in inventory via menu?
18 maybe always use categories (locked etc.) and let drag&drop decide wether an item is locked or not 18 maybe always use categories (locked etc.) and let drag&drop decide wether an item is locked or not
19- notebook should provide a visual feedback (support form button class?) 19- notebook should provide a visual feedback (support form button class?)
20- store decoded graphics in database, not the png (also: do not store them in memory, re-fetch them on use) 20- IMPORTANT: store decoded graphics in database, not the png (also: do not store them in memory, re-fetch them on use)
21- skill page in playerbook 21- skill page in playerbook
22- enable autopickup/disable in right-click menĂ¼ for map 22- enable autopickup/disable in right-click menĂ¼ for map
23- help window close button 23- help window close button
24- floorbox should show currently open container 24- floorbox should show currently open container
25- make simple inventory filters: most recently added/changed, normal, only unlocked 25- make simple inventory filters: most recently added/changed, normal, only unlocked
78 be an attack (mentioned before). You also get no exp for this 78 be an attack (mentioned before). You also get no exp for this
79- 10) (feature request): bug/typo/idea commands to automatically log 79- 10) (feature request): bug/typo/idea commands to automatically log
80 your comments, with the mentioning of the current map (and perhaps an 80 your comments, with the mentioning of the current map (and perhaps an
81 item, if you do 'bug <item>'). 81 item, if you do 'bug <item>').
82 82
83
84 #TODO#d# display texture cache
85 {
86 glEnable GL_TEXTURE_2D;
87 glBindTexture GL_TEXTURE_2D, 41;
88 glColor 1, 1, 1, 1;
89 glTexEnv GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_MODULATE;
90 glEnable GL_BLEND;
91 glBlendFunc GL_SRC_ALPHA, GL_ZERO;
92 glBegin GL_QUADS;
93 glTexCoord 0,1; glVertex 0,0;
94 glTexCoord 1,1; glVertex 255,0;
95 glTexCoord 1,0; glVertex 255,255;
96 glTexCoord 0,0; glVertex 0,255;
97 glEnd;
98 glDisable GL_BLEND;
99 glDisable GL_TEXTURE_2D;
100 }
101
83set_face 4783 => 70 102set_face 4783 => 70
84libpng warning: Ignoring gAMA chunk with gamma=0 103libpng warning: Ignoring gAMA chunk with gamma=0
85allocating id 71 104allocating id 71
86OK 105OK
87set_face 4782 => 71 106set_face 4782 => 71

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines