Mercurial > audlegacy-plugins
changeset 270:b1574873f2ed trunk
[svn] - by constant request, add a TODO.
author | nenolod |
---|---|
date | Sun, 19 Nov 2006 10:34:45 -0800 |
parents | 69f309c8bd71 |
children | b166ce84af57 |
files | ChangeLog src/paranormal/TODO |
diffstat | 2 files changed, 28 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sun Nov 19 08:23:35 2006 -0800 +++ b/ChangeLog Sun Nov 19 10:34:45 2006 -0800 @@ -1,3 +1,11 @@ +2006-11-19 16:23:35 +0000 William Pitcock <nenolod@nenolod.net> + revision [566] + - properly calculate points + + trunk/src/paranormal/wave.c | 10 ++++++---- + 1 file changed, 6 insertions(+), 4 deletions(-) + + 2006-11-19 16:12:42 +0000 William Pitcock <nenolod@nenolod.net> revision [564] - calculate FPS for frame limiter
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/paranormal/TODO Sun Nov 19 10:34:45 2006 -0800 @@ -0,0 +1,20 @@ +More immediate points: + +- swap surface +- blend surface + +- xform_half + halfs the surface horizontally or vertically and doublerenders. + +- container_stepped + executes <step> amount of instructions.. step increases or decreases + on beat + +- container_repeat + executes the child instructions <step> amount of times.. step + increases or decreases on beat + +Paranormal v2 (?): + +- some sort of mathematical expression parser, scopes & such to use it +