comparison codeDoc/jobs.txt @ 84:e0f1ec7fe73a

Merge plus a few tweaks.
author Diggory Hardy <diggory.hardy@gmail.com>
date Sun, 31 Aug 2008 15:59:17 +0100
parents ea58f277f487
children 56c0ddd90193
comparison
equal deleted inserted replaced
82:ac1e3fd07275 84:e0f1ec7fe73a
16 3 glBindTexture not working with non-0 index (??) 16 3 glBindTexture not working with non-0 index (??)
17 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)
18 3 Scheduler for drawing only windows which need redrawing. 18 3 Scheduler for drawing only windows which need redrawing.
19 3 Update scheduler as outlined in FIXME. 19 3 Update scheduler as outlined in FIXME.
20 3 Windows building/compatibility (currently partial) - tango/sys/win32/SpecialPath.d 20 3 Windows building/compatibility (currently partial) - tango/sys/win32/SpecialPath.d
21 2 Why does mde.events need to be imported before mde.setup.Init to make fonts display properly? Analysis of static CTORs doesn't seem to have helped.
21 2 Remove ability to scan, then load, mergetag sections. Not so necessary with section creator callback and allows "sliding window" type partial buffering. 22 2 Remove ability to scan, then load, mergetag sections. Not so necessary with section creator callback and allows "sliding window" type partial buffering.
22 2 Options need a "level": simple options, for advanced users, for debugging only, etc. 23 2 Options need a "level": simple options, for advanced users, for debugging only, etc.
23 2 Command-line options for paths to by-pass normal path finding functionality. 24 2 Command-line options for paths to by-pass normal path finding functionality.
24 2 Consider replacing byte/short types with int type 25 2 Consider replacing byte/short types with int type
25 2 File loading from compressed archives 26 2 File loading from compressed archives