comparison codeDoc/jobs.txt @ 75:25cb7420dc91

A massive overhaul/rewrite for the gui's data management and setup code. Currently much that was working is broken. imde's classes are created in a static this instead of mde's main. gl setup code moved from gl/basic.d to gl/draw.d mergetag.DefaultData: now HIGH_LOW priority instead of LOW_HIGH. Reduced type list to only used types; small fix for indent function. setup.paths: new NoFileException thrown instead of MTFileIOException
author Diggory Hardy <diggory.hardy@gmail.com>
date Mon, 28 Jul 2008 18:17:48 +0100
parents cee261eba249
children 61ea26abe4dd
comparison
equal deleted inserted replaced
74:cee261eba249 75:25cb7420dc91
7 7
8 8
9 9
10 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):
11 Also see todo.txt and FIXME/NOTE comment marks. 11 Also see todo.txt and FIXME/NOTE comment marks.
12 4 struct (via tuple) support for parseTo/From. Requires rewriting with static if (is T : type).
12 4 Try to correlate names of option sections more. (i.e. symbol name, class name, name of i18n translation file) 13 4 Try to correlate names of option sections more. (i.e. symbol name, class name, name of i18n translation file)
13 4 Not guaranteed to catch up-click ending callback! Appears not to be a problem... 14 4 Not guaranteed to catch up-click ending callback! Appears not to be a problem...
14 4 OutOfMemoryException is not currently checked for − it should be at least in critical places (use high-level catching of all errors?). 15 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? 16 3 Fonts from Options. Get yMax for font not all glyphs on line?
16 3 glBindTexture not working with non-0 index (??) 17 3 glBindTexture not working with non-0 index (??)