libanim

log

age author description
2015-09-16 John Tsiombikas makefile modified to build on mingwdefault tip
2015-08-05 John Tsiombikas visual studio 2015 fix
2015-08-02 John Tsiombikas added -dbg suffix to the debug version target
2015-08-02 John Tsiombikas converted the visual studio 2013 project to vs2015 and promoted it as the main and only vs project file
2015-03-14 John Tsiombikas Merge
2014-11-08 John Tsiombikas invalidate_cache should also invalidate children's caches recursively
2014-10-03 John Tsiombikas now merged
2014-05-17 John Tsiombikas changed macosx dylib name to libanim.dylib
2014-10-03 John Tsiombikas merged
2014-10-03 John Tsiombikas converted vs2012 project to vs2013
2014-05-06 John Tsiombikas fixed the visual studio (2012) project
2014-04-18 John Tsiombikas - changed 64bit windows build to use vs2012 libraries and link with pthreadVC2_x64.lib
2014-04-17 John Tsiombikas merged
2014-01-23 John Tsiombikas fixed a crashing bug in anm_destroy_node introduced when I added the multiple animations per node
2014-04-17 John Tsiombikas copyright headers and license text files
2014-04-17 John Tsiombikas added README file
2013-12-30 John Tsiombikas avoid starting an animation blend transition with the same animation as source and target
2013-12-30 John Tsiombikas implemented high-level animation blending interface
2013-12-27 John Tsiombikas set/get currently active animation name and minor enhancements in the example
2013-12-27 John Tsiombikas added anm_set_animation_name
2013-12-27 John Tsiombikas implemented multiple animations per node, and blending between two animations
2013-12-09 John Tsiombikas added the option of lightweight pre-pass top-down recursive calculation of
2013-11-16 John Tsiombikas added install.bat
2013-11-16 John Tsiombikas added local install post-build event in the vs2008 vcproj
2013-11-14 John Tsiombikas fixed a missing const in anm_copy_track
2013-09-28 John Tsiombikas added -dbg suffix to the debug version of the win64 library name.
2013-08-20 John Tsiombikas added visual studio 2012 project file for building 64bit library
2013-04-30 John Tsiombikas disable link-time code generation in visual studio
2013-04-13 John Tsiombikas invalidate_cache was not invalidating the inverse matrix time
2013-04-13 John Tsiombikas added ping-pong extrapolator
2013-03-10 John Tsiombikas added visual studio project
2013-03-10 John Tsiombikas fixed an uninitialized mutex
2013-03-08 John Tsiombikas simplified the matrix calculation and removed two quaternion normalizations that were probably not needed
2013-03-01 John Tsiombikas added an example program
2013-03-01 John Tsiombikas made the kind of interpolation for quaternion tracks into a conditional block
2013-03-01 John Tsiombikas fixed a bug in the manual slerping in anm_get_node_rotation
2013-02-27 John Tsiombikas added anm_get_node_matrix and anm_get_node_inv_matrix functions to calculate
2013-02-27 John Tsiombikas really stupid mistake in hierarchical transformations... ignored the
2013-02-27 John Tsiombikas fixed a bug in time clamping
2013-02-25 John Tsiombikas backported the fixes from calacirya
2012-09-23 John Tsiombikas removed vmath.h from anim.h
2012-01-08 John Tsiombikas libanim mercurial repo
2014-11-08 John Tsiombikas invalidate_cache should also invalidate children's caches recursively
2014-10-03 John Tsiombikas now merged
2014-10-03 John Tsiombikas merged
2014-05-17 John Tsiombikas changed macosx dylib name to libanim.dylib
2014-10-03 John Tsiombikas converted vs2012 project to vs2013
2014-05-06 John Tsiombikas fixed the visual studio (2012) project
2014-04-18 John Tsiombikas - changed 64bit windows build to use vs2012 libraries and link with pthreadVC2_x64.lib
2014-04-17 John Tsiombikas merged
2014-04-17 John Tsiombikas copyright headers and license text files
2014-04-17 John Tsiombikas added README file
2014-01-23 John Tsiombikas fixed a crashing bug in anm_destroy_node introduced when I added the multiple animations per node
2013-12-30 John Tsiombikas avoid starting an animation blend transition with the same animation as source and target
2013-12-30 John Tsiombikas implemented high-level animation blending interface
2013-12-27 John Tsiombikas set/get currently active animation name and minor enhancements in the example
2013-12-27 John Tsiombikas added anm_set_animation_name
2013-12-27 John Tsiombikas implemented multiple animations per node, and blending between two animations
2013-12-09 John Tsiombikas added the option of lightweight pre-pass top-down recursive calculation of
2013-11-16 John Tsiombikas added install.bat
2013-11-16 John Tsiombikas added local install post-build event in the vs2008 vcproj
2013-11-14 John Tsiombikas fixed a missing const in anm_copy_track
2013-09-28 John Tsiombikas added -dbg suffix to the debug version of the win64 library name.
2013-08-20 John Tsiombikas added visual studio 2012 project file for building 64bit library
2013-04-30 John Tsiombikas disable link-time code generation in visual studio
2013-04-13 John Tsiombikas invalidate_cache was not invalidating the inverse matrix time
2013-04-13 John Tsiombikas added ping-pong extrapolator
2013-03-10 John Tsiombikas added visual studio project
2013-03-10 John Tsiombikas fixed an uninitialized mutex
2013-03-08 John Tsiombikas simplified the matrix calculation and removed two quaternion normalizations that were probably not needed
2013-03-01 John Tsiombikas added an example program
2013-03-01 John Tsiombikas made the kind of interpolation for quaternion tracks into a conditional block
2013-03-01 John Tsiombikas fixed a bug in the manual slerping in anm_get_node_rotation
2013-02-27 John Tsiombikas added anm_get_node_matrix and anm_get_node_inv_matrix functions to calculate
2013-02-27 John Tsiombikas really stupid mistake in hierarchical transformations... ignored the
2013-02-27 John Tsiombikas fixed a bug in time clamping
2013-02-25 John Tsiombikas backported the fixes from calacirya
2012-09-23 John Tsiombikas removed vmath.h from anim.h
2012-01-08 John Tsiombikas libanim mercurial repo