# HG changeset patch # User nenolod # Date 1162520748 28800 # Node ID 772ad5bc705033de629f7b5d28598a82685d7386 # Parent 0d826917c56f46791f45b68c217f050524f4b9d3 [svn] - now working on amd64/little-endian. no idea how it was working in bigendian mode, though. diff -r 0d826917c56f -r 772ad5bc7050 ChangeLog --- 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 + 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 revision [374] - add worms preset. demonstrates the floating particles renderer, 298 times/frame. diff -r 0d826917c56f -r 772ad5bc7050 src/paranormal/xform.c --- 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 */