diff codeDoc/jobs.txt @ 55:f3d8c0441408

Implemented gl.texture (without testing) & fixed log options adjusted previously. Implemented gl.texture module to load textures from file (untested). Fixed log level/option setting in Init.
author Diggory Hardy <diggory.hardy@gmail.com>
date Tue, 10 Jun 2008 17:35:13 +0100
parents f000d6cd0f74
children f9f5e04f20b2
line wrap: on
line diff
--- a/codeDoc/jobs.txt	Thu Jun 05 18:05:22 2008 +0100
+++ b/codeDoc/jobs.txt	Tue Jun 10 17:35:13 2008 +0100
@@ -8,8 +8,7 @@
 
 To do (importance 0-5: 0 pointless, 1 no obvious impact now, 2 todo sometime, 3 useful, 4 important, 5 urgent):
 Also see todo.txt and FIXME/NOTE comment marks.
-5   mergetag crashes with no ending > on a tag and doesn't add header data when comments are included!
-4   LCD filtering / fonts from Options. Get yMax for font not all glyphs on line?
+4   Fonts from Options. Get yMax for font not all glyphs on line?
 4   Not guaranteed to catch up-click ending callback! Appears not to be a problem...
 4   OutOfMemoryException is not currently checked for − it should be at least in critical places (use high-level catching of all errors?).
 3   on-event draw support (mde.events and GUI need to tell mde.mde)
@@ -52,3 +51,5 @@
 
 
 Done (for git log message):
+Implemented gl.texture module to load textures from file (untested).
+Fixed log level/option setting in Init.
\ No newline at end of file