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.245 by root, Sun Nov 19 20:31:28 2006 UTC vs.
Revision 1.246 by root, Sun Nov 19 20:34:50 2006 UTC

28- offer common options such as use_skill sense xxx etc. in inventory via menu? 28- offer common options such as use_skill sense xxx etc. in inventory via menu?
29- buttons should support hovering visually 29- buttons should support hovering visually
30- notebooks should provide visual feedback (support from button class?) 30- notebooks should provide visual feedback (support from button class?)
31- floorbox out-of-screen after resizing (schmorp) 31- floorbox out-of-screen after resizing (schmorp)
32- identify inventory hover slowness and fix it (schmorp) 32- identify inventory hover slowness and fix it (schmorp)
33- use more graphical frames/separators to make dialogs more eye-pleasing/clean
34- inventory: maybe drag&drop, otherwise two containers side-by-side makes little sense. 33- inventory: maybe drag&drop, otherwise two containers side-by-side makes little sense.
35- inventory: maybe always use categories (locked etc.) and let drag&drop decide wether an item is locked or not
36- playerbook/skills should have sensible tooltips with skill descriptions 34- playerbook/skills should have sensible tooltips with skill descriptions
37- error dialog boxes for important errors (try login to 1.2.3.4 and search for the connection timeout message) 35- error dialog boxes for important errors (try login to 1.2.3.4 and search for the connection timeout message)
38- mapmap (overview) - scroll visible area by clicking/dragging 36- mapmap (overview) - scroll visible area by clicking/dragging
39- binding window and editor layout broken for long recordings => use scroller 37- binding window and editor layout broken for long recordings => use scroller
40- maybe open the help viewer on the first start, or a simple dialog that 38- maybe open the help viewer on the first start, or a simple dialog that
58- sliders do not change size after reconfigure. 56- sliders do not change size after reconfigure.
59- enter runmode when cursor-key repeats (maybe not?) 57- enter runmode when cursor-key repeats (maybe not?)
60- maybe use outline fonts/effect for statusbox and floorbox (and health gauge stats etc.). 58- maybe use outline fonts/effect for statusbox and floorbox (and health gauge stats etc.).
61- performance: use texture collections for upstream server data instead if gobs 59- performance: use texture collections for upstream server data instead if gobs
62 of small textures. 60 of small textures.
61- inventory: maybe always use categories (locked etc.) and let drag&drop decide wether an item is locked or not
63 62
64TEMPORARY SERVER TODO: 63TEMPORARY SERVER TODO:
65- implement skill_running, level 10 gives you ~speed+1, 100 ~speed+3 or so :) 64- implement skill_running, level 10 gives you ~speed+1, 100 ~speed+3 or so :)
66- palyer peaceful setting should be independen of game peaceful setting 65- palyer peaceful setting should be independen of game peaceful setting
67 (i.e. one should be able to become hostile against guards but still 66 (i.e. one should be able to become hostile against guards but still
68 be peaceful - the palyer peaceful would be toggled by priests and shown 67 be peaceful - the palyer peaceful would be toggled by priests and shown
69 in who, the game peaceful steting would be toggled by the peaceful command 68 in who, the game peaceful steting would be toggled by the peaceful command
70 but not otherwise shown). 69 but not otherwise shown).
71- pippij wants playerstealing to work between hostile players
72- attempt_jump tries to kick jumped-into monster,s but doesn't work 70- attempt_jump tries to kick jumped-into monster,s but doesn't work
73- 1) If you hide, and someone can see you trying to hide, you'll get a 71- 1) If you hide, and someone can see you trying to hide, you'll get a
74 message, even when you can't see that other person. 72 message, even when you can't see that other person.
75- 2) hiding exp is always 1, independant of how difficult it is to hide 73- 2) hiding exp is always 1, independant of how difficult it is to hide
76- 3) jumping into monsters does no damage, even though it's supposed to 74- 3) jumping into monsters does no damage, even though it's supposed to
96 glEnd; 94 glEnd;
97 glDisable GL_BLEND; 95 glDisable GL_BLEND;
98 glDisable GL_TEXTURE_2D; 96 glDisable GL_TEXTURE_2D;
99 } 97 }
100 98
101set_face 4783 => 70
102libpng warning: Ignoring gAMA chunk with gamma=0
103allocating id 71
104OK
105set_face 4782 => 71
106libpng warning: Ignoring gAMA chunk with gamma=0
107allocating id 72
108OK
109set_face 4781 => 72
110libpng warning: Ignoring gAMA chunk with gamma=0
111allocating id 73
112OK
113set_face 4784 => 73
114libpng warning: Ignoring gAMA chunk with gamma=0
115
116 To achieve a more complete blending, you can have your drawing engine rasterize each transparent object more than once, altering in each pass the blending mode, object alpha channel, and buffer write masks. The first pass should perform RGB blending. Accordingly, you should disable writing any alpha channel or z buffer data during this pass. 99 To achieve a more complete blending, you can have your drawing engine rasterize each transparent object more than once, altering in each pass the blending mode, object alpha channel, and buffer write masks. The first pass should perform RGB blending. Accordingly, you should disable writing any alpha channel or z buffer data during this pass.
117 /*first pass*/ 100 /*first pass*/
118 glColorMask(TRUE, TRUE, TRUE, FALSE); /*disable alpha channel*/ 101 glColorMask(TRUE, TRUE, TRUE, FALSE); /*disable alpha channel*/
119 glDepthMask(FALSE); /*disable Z buffer*/ 102 glDepthMask(FALSE); /*disable Z buffer*/
120 if (premultpliedTransparency) 103 if (premultpliedTransparency)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines