Mercurial > audlegacy-plugins
changeset 189:772ad5bc7050 trunk
[svn] - now working on amd64/little-endian. no idea how it was working in bigendian mode, though.
author | nenolod |
---|---|
date | Thu, 02 Nov 2006 18:25:48 -0800 |
parents | 0d826917c56f |
children | 31f238746877 |
files | ChangeLog src/paranormal/xform.c |
diffstat | 2 files changed, 14 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Thu Nov 02 18:22:02 2006 -0800 +++ b/ChangeLog Thu Nov 02 18:25:48 2006 -0800 @@ -1,3 +1,16 @@ +2006-11-03 02:22:02 +0000 William Pitcock <nenolod@nenolod.net> + revision [376] + - 64-bit safety (pass 1 of 2) + + trunk/src/paranormal/actuators.c | 6 +++--- + trunk/src/paranormal/cmaps.c | 4 ++-- + trunk/src/paranormal/containers.c | 2 +- + trunk/src/paranormal/misc.c | 2 +- + trunk/src/paranormal/wave.c | 8 ++++---- + trunk/src/paranormal/xform.c | 8 ++++---- + 6 files changed, 15 insertions(+), 15 deletions(-) + + 2006-11-02 10:35:04 +0000 William Pitcock <nenolod@nenolod.net> revision [374] - add worms preset. demonstrates the floating particles renderer, 298 times/frame.
--- a/src/paranormal/xform.c Thu Nov 02 18:22:02 2006 -0800 +++ b/src/paranormal/xform.c Thu Nov 02 18:25:48 2006 -0800 @@ -17,7 +17,7 @@ struct xform_vector { - guint offset; /* the offset of the top left pixel */ + gint32 offset; /* the offset of the top left pixel */ guint16 w; /* 4:4:4:4 NE, NW, SE, SW pixel weights The total should be 16 */