comparison ChangeLog @ 117:614e390341f4 trunk

[svn] - link against libGL
author nenolod
date Tue, 24 Oct 2006 23:45:14 -0700
parents a578bf9b2851
children 71574bb264d0
comparison
equal deleted inserted replaced
116:a578bf9b2851 117:614e390341f4
1 2006-10-25 04:25:31 +0000 William Pitcock <nenolod@nenolod.net>
2 revision [232]
3 - iris vis plugin port
4
5 trunk/configure.ac | 13
6 trunk/src/iris/3Dstuff.c | 51 +
7 trunk/src/iris/Makefile | 34
8 trunk/src/iris/color.c | 55 +
9 trunk/src/iris/config.c | 1289 +++++++++++++++++++++++++++++++++++++
10 trunk/src/iris/config.h | 64 +
11 trunk/src/iris/iris.c | 1025 +++++++++++++++++++++++++++++
12 trunk/src/iris/iris.h | 198 +++++
13 trunk/src/iris/particle.h | 169 ++++
14 trunk/src/iris/theme.c | 308 ++++++++
15 trunk/src/iris/theme_flash.c | 486 +++++++++++++
16 trunk/src/iris/theme_float.c | 367 ++++++++++
17 trunk/src/iris/theme_fountain.c | 789 ++++++++++++++++++++++
18 trunk/src/iris/theme_knot.c | 415 +++++++++++
19 trunk/src/iris/theme_original.c | 366 ++++++++++
20 trunk/src/iris/theme_pinwheel.c | 407 +++++++++++
21 trunk/src/iris/theme_pipes.c | 368 ++++++++++
22 trunk/src/iris/theme_pyramid.c | 140 ++++
23 trunk/src/iris/theme_spectrotoy.c | 165 ++++
24 trunk/src/iris/theme_spectrum.c | 278 +++++++
25 trunk/src/iris/theme_squarefield.c | 192 +++++
26 trunk/src/iris/theme_waves.c | 160 ++++
27 trunk/src/iris/transition.c | 184 +++++
28 23 files changed, 7523 insertions(+)
29
30
1 2006-10-25 02:50:04 +0000 William Pitcock <nenolod@nenolod.net> 31 2006-10-25 02:50:04 +0000 William Pitcock <nenolod@nenolod.net>
2 revision [230] 32 revision [230]
3 - make sure the tuple data is copied, not referenced (oops) 33 - make sure the tuple data is copied, not referenced (oops)
4 34
5 trunk/src/wavpack/libwavpack.cxx | 18 ++++++++---------- 35 trunk/src/wavpack/libwavpack.cxx | 18 ++++++++----------