libanim

log

age author description
Sat, 17 May 2014 22:51:25 +0300 John Tsiombikas changed macosx dylib name to libanim.dylib
Fri, 03 Oct 2014 17:16:19 +0300 John Tsiombikas merged
Fri, 03 Oct 2014 17:14:24 +0300 John Tsiombikas converted vs2012 project to vs2013
Tue, 06 May 2014 13:01:56 +0300 John Tsiombikas fixed the visual studio (2012) project
Fri, 18 Apr 2014 13:30:39 +0300 John Tsiombikas - changed 64bit windows build to use vs2012 libraries and link with pthreadVC2_x64.lib
Thu, 17 Apr 2014 07:58:35 +0300 John Tsiombikas merged
Thu, 23 Jan 2014 02:53:09 +0200 John Tsiombikas fixed a crashing bug in anm_destroy_node introduced when I added the multiple animations per node
Thu, 17 Apr 2014 07:57:52 +0300 John Tsiombikas copyright headers and license text files
Thu, 17 Apr 2014 07:51:18 +0300 John Tsiombikas added README file
Mon, 30 Dec 2013 15:22:44 +0200 John Tsiombikas avoid starting an animation blend transition with the same animation as source and target
Mon, 30 Dec 2013 15:20:31 +0200 John Tsiombikas implemented high-level animation blending interface
Fri, 27 Dec 2013 11:29:42 +0200 John Tsiombikas set/get currently active animation name and minor enhancements in the example
Fri, 27 Dec 2013 10:58:23 +0200 John Tsiombikas added anm_set_animation_name
Fri, 27 Dec 2013 06:28:43 +0200 John Tsiombikas implemented multiple animations per node, and blending between two animations
Mon, 09 Dec 2013 04:06:30 +0200 John Tsiombikas added the option of lightweight pre-pass top-down recursive calculation of
Sat, 16 Nov 2013 12:31:03 +0200 John Tsiombikas added install.bat
Sat, 16 Nov 2013 09:08:42 +0200 John Tsiombikas added local install post-build event in the vs2008 vcproj
Thu, 14 Nov 2013 05:15:08 +0200 John Tsiombikas fixed a missing const in anm_copy_track
Sun, 29 Sep 2013 02:14:51 +0300 John Tsiombikas added -dbg suffix to the debug version of the win64 library name.
Tue, 20 Aug 2013 05:15:31 +0300 John Tsiombikas added visual studio 2012 project file for building 64bit library
Tue, 30 Apr 2013 05:02:36 +0300 John Tsiombikas disable link-time code generation in visual studio
Sat, 13 Apr 2013 08:13:27 +0300 John Tsiombikas invalidate_cache was not invalidating the inverse matrix time
Sat, 13 Apr 2013 07:27:32 +0300 John Tsiombikas added ping-pong extrapolator
Sun, 10 Mar 2013 18:52:57 +0200 John Tsiombikas added visual studio project
Sun, 10 Mar 2013 18:52:27 +0200 John Tsiombikas fixed an uninitialized mutex
Fri, 08 Mar 2013 04:54:05 +0200 John Tsiombikas simplified the matrix calculation and removed two quaternion normalizations that were probably not needed
Fri, 01 Mar 2013 09:46:53 +0200 John Tsiombikas added an example program
Fri, 01 Mar 2013 09:44:20 +0200 John Tsiombikas made the kind of interpolation for quaternion tracks into a conditional block
Fri, 01 Mar 2013 08:21:19 +0200 John Tsiombikas fixed a bug in the manual slerping in anm_get_node_rotation
Wed, 27 Feb 2013 21:38:33 +0200 John Tsiombikas added anm_get_node_matrix and anm_get_node_inv_matrix functions to calculate
Wed, 27 Feb 2013 20:54:19 +0200 John Tsiombikas really stupid mistake in hierarchical transformations... ignored the
Wed, 27 Feb 2013 06:20:26 +0200 John Tsiombikas fixed a bug in time clamping
Mon, 25 Feb 2013 05:58:09 +0200 John Tsiombikas backported the fixes from calacirya
Sun, 23 Sep 2012 08:23:15 +0300 John Tsiombikas removed vmath.h from anim.h
Sun, 08 Jan 2012 05:13:13 +0200 John Tsiombikas libanim mercurial repo
Sat, 08 Nov 2014 13:41:23 +0200 John Tsiombikas invalidate_cache should also invalidate children's caches recursively
Fri, 03 Oct 2014 17:16:51 +0300 John Tsiombikas now merged
Fri, 03 Oct 2014 17:16:19 +0300 John Tsiombikas merged
Sat, 17 May 2014 22:51:25 +0300 John Tsiombikas changed macosx dylib name to libanim.dylib
Fri, 03 Oct 2014 17:14:24 +0300 John Tsiombikas converted vs2012 project to vs2013
Tue, 06 May 2014 13:01:56 +0300 John Tsiombikas fixed the visual studio (2012) project
Fri, 18 Apr 2014 13:30:39 +0300 John Tsiombikas - changed 64bit windows build to use vs2012 libraries and link with pthreadVC2_x64.lib
Thu, 17 Apr 2014 07:58:35 +0300 John Tsiombikas merged
Thu, 17 Apr 2014 07:57:52 +0300 John Tsiombikas copyright headers and license text files
Thu, 17 Apr 2014 07:51:18 +0300 John Tsiombikas added README file
Thu, 23 Jan 2014 02:53:09 +0200 John Tsiombikas fixed a crashing bug in anm_destroy_node introduced when I added the multiple animations per node
Mon, 30 Dec 2013 15:22:44 +0200 John Tsiombikas avoid starting an animation blend transition with the same animation as source and target
Mon, 30 Dec 2013 15:20:31 +0200 John Tsiombikas implemented high-level animation blending interface
Fri, 27 Dec 2013 11:29:42 +0200 John Tsiombikas set/get currently active animation name and minor enhancements in the example
Fri, 27 Dec 2013 10:58:23 +0200 John Tsiombikas added anm_set_animation_name
Fri, 27 Dec 2013 06:28:43 +0200 John Tsiombikas implemented multiple animations per node, and blending between two animations
Mon, 09 Dec 2013 04:06:30 +0200 John Tsiombikas added the option of lightweight pre-pass top-down recursive calculation of
Sat, 16 Nov 2013 12:31:03 +0200 John Tsiombikas added install.bat
Sat, 16 Nov 2013 09:08:42 +0200 John Tsiombikas added local install post-build event in the vs2008 vcproj
Thu, 14 Nov 2013 05:15:08 +0200 John Tsiombikas fixed a missing const in anm_copy_track
Sun, 29 Sep 2013 02:14:51 +0300 John Tsiombikas added -dbg suffix to the debug version of the win64 library name.
Tue, 20 Aug 2013 05:15:31 +0300 John Tsiombikas added visual studio 2012 project file for building 64bit library
Tue, 30 Apr 2013 05:02:36 +0300 John Tsiombikas disable link-time code generation in visual studio
Sat, 13 Apr 2013 08:13:27 +0300 John Tsiombikas invalidate_cache was not invalidating the inverse matrix time
Sat, 13 Apr 2013 07:27:32 +0300 John Tsiombikas added ping-pong extrapolator