comparison codeDoc/jobs.txt @ 74:cee261eba249

Minor tweaks.
author Diggory Hardy <diggory.hardy@gmail.com>
date Mon, 07 Jul 2008 15:54:47 +0100
parents 159775502bb4
children 25cb7420dc91
comparison
equal deleted inserted replaced
73:08d3b6bcf891 74:cee261eba249
1 Copyright © 2007-2008 Diggory Hardy 1 Copyright © 2007-2008 Diggory Hardy
2 License: GNU General Public License version 2 or later (see COPYING) 2 License: GNU General Public License version 2 or later (see COPYING)
3 3
4 4
5 In progress: 5 In progress:
6 Redesigning how widgets are created and receive their data.
6 7
7 8
8 9
9 To do (importance 0-5: 0 pointless, 1 no obvious impact now, 2 todo sometime, 3 useful, 4 important, 5 urgent): 10 To do (importance 0-5: 0 pointless, 1 no obvious impact now, 2 todo sometime, 3 useful, 4 important, 5 urgent):
10 Also see todo.txt and FIXME/NOTE comment marks. 11 Also see todo.txt and FIXME/NOTE comment marks.
11 4 Fonts from Options. Get yMax for font not all glyphs on line? 12 4 Try to correlate names of option sections more. (i.e. symbol name, class name, name of i18n translation file)
12 4 Not guaranteed to catch up-click ending callback! Appears not to be a problem... 13 4 Not guaranteed to catch up-click ending callback! Appears not to be a problem...
13 4 OutOfMemoryException is not currently checked for − it should be at least in critical places (use high-level catching of all errors?). 14 4 OutOfMemoryException is not currently checked for − it should be at least in critical places (use high-level catching of all errors?).
15 3 Fonts from Options. Get yMax for font not all glyphs on line?
14 3 glBindTexture not working with non-0 index (??) 16 3 glBindTexture not working with non-0 index (??)
15 3 on-event draw support (mde.events and GUI need to tell mde.mde) 17 3 on-event draw support (mde.events and GUI need to tell mde.mde)
16 3 Scheduler for drawing only windows which need redrawing. 18 3 Scheduler for drawing only windows which need redrawing.
17 3 Update scheduler as outlined in FIXME. 19 3 Update scheduler as outlined in FIXME.
18 3 Windows building/compatibility (currently partial) 20 3 Windows building/compatibility (currently partial)
21 2 Remove ability to scan, then load, mergetag sections. Not so necessary with section creator callback and allows "sliding window" type partial buffering.
19 2 Options need a "level": simple options, for advanced users, for debugging only, etc. 22 2 Options need a "level": simple options, for advanced users, for debugging only, etc.
20 2 Command-line options for paths to by-pass normal path finding functionality. 23 2 Command-line options for paths to by-pass normal path finding functionality.
21 2 Consider replacing byte/short types with int type 24 2 Consider replacing byte/short types with int type
22 2 File loading from compressed archives 25 2 File loading from compressed archives
23 2 gdc building/compatibility (wait for tango 0.99.5 release?) 26 2 gdc building/compatibility (wait for tango 0.99.5 release?)