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

Comparing deliantra/gde/TODO (file contents):
Revision 1.53 by elmex, Sun Aug 19 22:29:34 2007 UTC vs.
Revision 1.56 by elmex, Tue Jul 29 09:18:20 2008 UTC

1 1
2Raphaels detailed suggestions: 2Raphaels detailed suggestions:
3 3
4- Translate the TODO from German to English :-) 4- Translate the TODO from German to English :-)
5 5
6- Do not require setting CROSSFIRE_LIBDIR on the first run. If the LIBDIR 6- Do not require setting DELIANTRA_LIBDIR on the first run. If the LIBDIR
7 cannot be found on the first run, the program does not start so it is 7 cannot be found on the first run, the program does not start so it is
8 not possible to use the Preferences dialog to set the LIBDIR. I have seen 8 not possible to use the Preferences dialog to set the LIBDIR. I have seen
9 that this minor initial problem prevents some people from using the editor, 9 that this minor initial problem prevents some people from using the editor,
10 so it would be very nice to avoid this initial bad feeling. Proposal for 10 so it would be very nice to avoid this initial bad feeling. Proposal for
11 fixing it: when gce starts (either in the main code or in the BEGIN 11 fixing it: when gce starts (either in the main code or in the BEGIN
12 block), try the following directories in order: 12 block), try the following directories in order:
13 $CFG->{LIBDIR} 13 $CFG->{LIBDIR}
14 $ENV{CROSSFIRE_LIBDIR} 14 $ENV{DELIANTRA_LIBDIR}
15 "$PREFIX/share/crossfire" ($PREFIX passed by Makefile) 15 "$PREFIX/share/crossfire" ($PREFIX passed by Makefile)
16 "/usr/share/crossfire" 16 "/usr/share/crossfire"
17 "/usr/share/games/crossfire" 17 "/usr/share/games/crossfire"
18 "/usr/local/share/crossfire" 18 "/usr/local/share/crossfire"
19 If all of these fail, then open a dialog that asks for LIBDIR (this 19 If all of these fail, then open a dialog that asks for LIBDIR (this
44 > Yes. If I have the attribute editor on the right side of my screen, I 44 > Yes. If I have the attribute editor on the right side of my screen, I
45 > would prefer to have the merged stack/inventory view to its left. 45 > would prefer to have the merged stack/inventory view to its left.
46 46
47- Besides the "del" buttons, there should also be "up" and "down" to 47- Besides the "del" buttons, there should also be "up" and "down" to
48 change the stacking order. These could be just small ^/v arrows. 48 change the stacking order. These could be just small ^/v arrows.
49
50- Add a shortcut Ctrl-W to close the current map window.
51
52- When a new map is created, it should insert the date and author name
53 like the other editors are doing (crossedit and javacrossedit).
54 49
55- There should be a way to customize the author name in the preferences. 50- There should be a way to customize the author name in the preferences.
56 51
57- The map properties (File->Map Properties) should show the map msg. 52- The map properties (File->Map Properties) should show the map msg.
58 53
89 map should be highlighted. This special highlight should remain visible 84 map should be highlighted. This special highlight should remain visible
90 until the user clicks on the map to perform some other action. 85 until the user clicks on the map to perform some other action.
91 86
92- When following an exit from another map, the new view should be centered 87- When following an exit from another map, the new view should be centered
93 around the entry point (if the map is larger than the window). 88 around the entry point (if the map is larger than the window).
94
95- Do not include "map editor" in the title of the map editor window. Just
96 call it "gce - new map" or "gce - /path/to/the/map". This gives more
97 room to see the full path name in the limited amount of space provided
98 by the title bar.
99
100 > Hmmm... It looks like it would be nothing or "<mapname> - gcrossedit".
101 > The map name comes first, then the application name. Note that the
102 > HIG recommends using the document name only, not the full path. Link:
103 > http://developer.gnome.org/projects/gup/hig/2.0/windows-primary.html
104 89
105- When a map window is closed, the inventory/stack view should be cleared 90- When a map window is closed, the inventory/stack view should be cleared
106 immediately if they were using objects from that map. 91 immediately if they were using objects from that map.
107 92
108- In the attribute editor, allow text wrap in the "lore" and "msg" tabs. 93- In the attribute editor, allow text wrap in the "lore" and "msg" tabs.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines