# HG changeset patch # User nenolod # Date 1162448934 28800 # Node ID 8e77ac977ca1d52a4c9dddacf6388075477c0a75 # Parent 37b53a5a9aa43f39a23179a2f0807885fa7ababc [svn] - so like, when will somebody else make some presets for this thing? diff -r 37b53a5a9aa4 -r 8e77ac977ca1 ChangeLog --- a/ChangeLog Wed Nov 01 21:52:23 2006 -0800 +++ b/ChangeLog Wed Nov 01 22:28:54 2006 -0800 @@ -1,3 +1,11 @@ +2006-11-02 05:52:23 +0000 William Pitcock + revision [366] + - allow waves to be drawn with a custom value instead of just 255 + + trunk/src/paranormal/wave.c | 20 +++++++++++++------- + 1 file changed, 13 insertions(+), 7 deletions(-) + + 2006-11-02 04:50:58 +0000 William Pitcock revision [364] - add value replace filter, replaces a range of values with a different value diff -r 37b53a5a9aa4 -r 8e77ac977ca1 src/paranormal/presets/Makefile --- a/src/paranormal/presets/Makefile Wed Nov 01 21:52:23 2006 -0800 +++ b/src/paranormal/presets/Makefile Wed Nov 01 22:28:54 2006 -0800 @@ -13,6 +13,7 @@ nenolod_-_beatscope.pnv:$(presetsdir) \ nenolod_-_branchscope.pnv:$(presetsdir) \ nenolod_-_retroscope.pnv:$(presetsdir) \ - nenolod_-_value_replace_fun.pnv:$(presetsdir) + nenolod_-_value_replace_fun.pnv:$(presetsdir) \ + nenolod_-_rush.pnv:$(presetsdir) include ../../../mk/objective.mk diff -r 37b53a5a9aa4 -r 8e77ac977ca1 src/paranormal/presets/nenolod_-_rush.pnv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/paranormal/presets/nenolod_-_rush.pnv Wed Nov 01 22:28:54 2006 -0800 @@ -0,0 +1,47 @@ + + + + + + + 0 + 255 + 0, 0, 127 + 0, 127, 255 + + + + -1 + + + -1 + + + 0 + TRUE + + -4.00000 + 0.00000 + 0.75000 + + + 4.00000 + 0.00000 + 0.75000 + + + -8.00000 + 0.00000 + 0.75000 + + + 8.00000 + 0.00000 + 0.75000 + + + + 3 + + + \ No newline at end of file