comparison codeDoc/jobs.txt @ 88:01f4f5f1acc9

Changes to init and to allow compiling with gdc. Tweaked init code to allow using circular iterators (disabled until my patch makes it into tango). Changes to allow compiling with gdc. Building is successful and unittests complete, but in my experience a SIGSEGV occurs within SDL.
author Diggory Hardy <diggory.hardy@gmail.com>
date Mon, 29 Sep 2008 12:09:44 +0100
parents 2212285f714c
children 97e6dce08037
comparison
equal deleted inserted replaced
87:2212285f714c 88:01f4f5f1acc9
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
7
8
9 Bugs:
6 Sometimes nothing is drawn until a resize, and fonts are blocks? External bug? 10 Sometimes nothing is drawn until a resize, and fonts are blocks? External bug?
7 CircularIterator
8 unittest again!
9 11
10 12
11 13
12 To do (importance 0-5: 0 pointless, 1 no obvious impact now, 2 todo sometime, 3 useful, 4 important, 5 urgent): 14 To do (importance 0-5: 0 pointless, 1 no obvious impact now, 2 todo sometime, 3 useful, 4 important, 5 urgent):
13 Also see todo.txt and FIXME/NOTE comment marks. 15 Also see todo.txt and FIXME/NOTE comment marks.