# HG changeset patch # User nenolod # Date 1162282837 28800 # Node ID f6ca31f3308e58725171c423110b993c3e9ca3a8 # Parent 7b8588691a95c7f7419258b7d50d1ea7f51e04dc [svn] - add some example presets diff -r 7b8588691a95 -r f6ca31f3308e ChangeLog --- a/ChangeLog Mon Oct 30 23:35:14 2006 -0800 +++ b/ChangeLog Tue Oct 31 00:20:37 2006 -0800 @@ -1,3 +1,13 @@ +2006-10-31 07:35:14 +0000 William Pitcock + revision [304] + - don't replace our configuration + - configure box tweaks + + trunk/src/paranormal/cfg.c | 3 +-- + trunk/src/paranormal/plugin.c | 2 -- + 2 files changed, 1 insertion(+), 4 deletions(-) + + 2006-10-31 07:08:58 +0000 William Pitcock revision [302] - fix some window titles diff -r 7b8588691a95 -r f6ca31f3308e src/paranormal/Makefile --- a/src/paranormal/Makefile Mon Oct 30 23:35:14 2006 -0800 +++ b/src/paranormal/Makefile Tue Oct 31 00:20:37 2006 -0800 @@ -3,6 +3,8 @@ OBJECTIVE_LIBS = libparanormal$(SHARED_SUFFIX) +SUBDIRS = presets + LIBDIR = $(plugindir)/$(VISUALIZATION_PLUGIN_DIR) LIBADD = $(GTK_LIBS) $(XML_LIBS) $(SDL_LIBS) diff -r 7b8588691a95 -r f6ca31f3308e src/paranormal/presets/Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/paranormal/presets/Makefile Tue Oct 31 00:20:37 2006 -0800 @@ -0,0 +1,10 @@ +include ../../../mk/rules.mk +include ../../../mk/init.mk + +presetsdir = $(pkgdatadir)/paranormal/Presets + +OBJECTIVE_DATA = \ + nenolod_-_purple_flower.pnv:$(presetsdir) \ + nenolod_-_bumblebees.pnv:$(presetsdir) + +include ../../../mk/objective.mk diff -r 7b8588691a95 -r f6ca31f3308e src/paranormal/presets/nenolod_-_bumblebees.pnv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/paranormal/presets/nenolod_-_bumblebees.pnv Tue Oct 31 00:20:37 2006 -0800 @@ -0,0 +1,27 @@ + + + + + + + 0 + 255 + 238, 208, 83 + + + + -6 + 6.00000 + 0.12500 + 0 + + + 0.00000 + + + + + 1 + + + \ No newline at end of file diff -r 7b8588691a95 -r f6ca31f3308e src/paranormal/presets/nenolod_-_purple_flower.pnv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/paranormal/presets/nenolod_-_purple_flower.pnv Tue Oct 31 00:20:37 2006 -0800 @@ -0,0 +1,18 @@ + + + + + + + 0 + 255 + 118, 0, 191 + + + + 0.00000 + + + + + \ No newline at end of file