annotate src/paranormal/TODO @ 3085:ac0af6b39272

Introduce new GIO plugin to buildsystem. stdio is now deprecated. Thoughts: - getc()/ungetc() should be moved to VFS core now
author William Pitcock <nenolod@atheme.org>
date Wed, 29 Apr 2009 20:58:36 -0500
parents cf6bd092969d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
270
b1574873f2ed [svn] - by constant request, add a TODO.
nenolod
parents:
diff changeset
1 More immediate points:
b1574873f2ed [svn] - by constant request, add a TODO.
nenolod
parents:
diff changeset
2
b1574873f2ed [svn] - by constant request, add a TODO.
nenolod
parents:
diff changeset
3 - blend surface
b1574873f2ed [svn] - by constant request, add a TODO.
nenolod
parents:
diff changeset
4
b1574873f2ed [svn] - by constant request, add a TODO.
nenolod
parents:
diff changeset
5 - container_stepped
b1574873f2ed [svn] - by constant request, add a TODO.
nenolod
parents:
diff changeset
6 executes <step> amount of instructions.. step increases or decreases
b1574873f2ed [svn] - by constant request, add a TODO.
nenolod
parents:
diff changeset
7 on beat
b1574873f2ed [svn] - by constant request, add a TODO.
nenolod
parents:
diff changeset
8
b1574873f2ed [svn] - by constant request, add a TODO.
nenolod
parents:
diff changeset
9 - container_repeat
b1574873f2ed [svn] - by constant request, add a TODO.
nenolod
parents:
diff changeset
10 executes the child instructions <step> amount of times.. step
b1574873f2ed [svn] - by constant request, add a TODO.
nenolod
parents:
diff changeset
11 increases or decreases on beat
b1574873f2ed [svn] - by constant request, add a TODO.
nenolod
parents:
diff changeset
12
b1574873f2ed [svn] - by constant request, add a TODO.
nenolod
parents:
diff changeset
13