graph
- makefile modified to build on mingwdefault tip 2015-09-16, by John Tsiombikas
- visual studio 2015 fix2015-08-05, by John Tsiombikas
- added -dbg suffix to the debug version target2015-08-02, by John Tsiombikas
- converted the visual studio 2013 project to vs2015 and promoted it as the main and only vs project file2015-08-02, by John Tsiombikas
- Merge2015-03-14, by John Tsiombikas
- invalidate_cache should also invalidate children's caches recursively2014-11-08, by John Tsiombikas
- now merged2014-10-03, by John Tsiombikas
- changed macosx dylib name to libanim.dylib2014-05-17, by John Tsiombikas
- merged2014-10-03, by John Tsiombikas
- converted vs2012 project to vs20132014-10-03, by John Tsiombikas
- fixed the visual studio (2012) project2014-05-06, by John Tsiombikas
- - changed 64bit windows build to use vs2012 libraries and link with pthreadVC2_x64.lib2014-04-18, by John Tsiombikas
- merged2014-04-17, by John Tsiombikas
- fixed a crashing bug in anm_destroy_node introduced when I added the multiple animations per node2014-01-23, by John Tsiombikas
- copyright headers and license text files2014-04-17, by John Tsiombikas
- added README file2014-04-17, by John Tsiombikas
- avoid starting an animation blend transition with the same animation as source and target2013-12-30, by John Tsiombikas
- implemented high-level animation blending interface2013-12-30, by John Tsiombikas
- set/get currently active animation name and minor enhancements in the example2013-12-27, by John Tsiombikas
- added anm_set_animation_name2013-12-27, by John Tsiombikas
- implemented multiple animations per node, and blending between two animations2013-12-27, by John Tsiombikas
- added the option of lightweight pre-pass top-down recursive calculation of2013-12-09, by John Tsiombikas
- added install.bat2013-11-16, by John Tsiombikas
- added local install post-build event in the vs2008 vcproj2013-11-16, by John Tsiombikas
- fixed a missing const in anm_copy_track2013-11-14, by John Tsiombikas
- added -dbg suffix to the debug version of the win64 library name.2013-09-29, by John Tsiombikas
- added visual studio 2012 project file for building 64bit library2013-08-20, by John Tsiombikas
- disable link-time code generation in visual studio2013-04-30, by John Tsiombikas
- invalidate_cache was not invalidating the inverse matrix time2013-04-13, by John Tsiombikas
- added ping-pong extrapolator2013-04-13, by John Tsiombikas
- added visual studio project2013-03-10, by John Tsiombikas
- fixed an uninitialized mutex2013-03-10, by John Tsiombikas
- simplified the matrix calculation and removed two quaternion normalizations that were probably not needed2013-03-08, by John Tsiombikas
- added an example program2013-03-01, by John Tsiombikas
- made the kind of interpolation for quaternion tracks into a conditional block2013-03-01, by John Tsiombikas
- fixed a bug in the manual slerping in anm_get_node_rotation2013-03-01, by John Tsiombikas
- added anm_get_node_matrix and anm_get_node_inv_matrix functions to calculate2013-02-27, by John Tsiombikas
- really stupid mistake in hierarchical transformations... ignored the2013-02-27, by John Tsiombikas
- fixed a bug in time clamping2013-02-27, by John Tsiombikas
- backported the fixes from calacirya2013-02-25, by John Tsiombikas
- removed vmath.h from anim.h2012-09-23, by John Tsiombikas
- libanim mercurial repo2012-01-08, by John Tsiombikas
- invalidate_cache should also invalidate children's caches recursively2014-11-08, by John Tsiombikas
- now merged2014-10-03, by John Tsiombikas
- merged2014-10-03, by John Tsiombikas
- changed macosx dylib name to libanim.dylib2014-05-17, by John Tsiombikas
- converted vs2012 project to vs20132014-10-03, by John Tsiombikas
- fixed the visual studio (2012) project2014-05-06, by John Tsiombikas
- - changed 64bit windows build to use vs2012 libraries and link with pthreadVC2_x64.lib2014-04-18, by John Tsiombikas
- merged2014-04-17, by John Tsiombikas
- copyright headers and license text files2014-04-17, by John Tsiombikas
- added README file2014-04-17, by John Tsiombikas
- fixed a crashing bug in anm_destroy_node introduced when I added the multiple animations per node2014-01-23, by John Tsiombikas
- avoid starting an animation blend transition with the same animation as source and target2013-12-30, by John Tsiombikas
- implemented high-level animation blending interface2013-12-30, by John Tsiombikas
- set/get currently active animation name and minor enhancements in the example2013-12-27, by John Tsiombikas
- added anm_set_animation_name2013-12-27, by John Tsiombikas
- implemented multiple animations per node, and blending between two animations2013-12-27, by John Tsiombikas
- added the option of lightweight pre-pass top-down recursive calculation of2013-12-09, by John Tsiombikas
- added install.bat2013-11-16, by John Tsiombikas
- added local install post-build event in the vs2008 vcproj2013-11-16, by John Tsiombikas
- fixed a missing const in anm_copy_track2013-11-14, by John Tsiombikas
- added -dbg suffix to the debug version of the win64 library name.2013-09-29, by John Tsiombikas
- added visual studio 2012 project file for building 64bit library2013-08-20, by John Tsiombikas
- disable link-time code generation in visual studio2013-04-30, by John Tsiombikas
- invalidate_cache was not invalidating the inverse matrix time2013-04-13, by John Tsiombikas
- added ping-pong extrapolator2013-04-13, by John Tsiombikas
- added visual studio project2013-03-10, by John Tsiombikas
- fixed an uninitialized mutex2013-03-10, by John Tsiombikas
- simplified the matrix calculation and removed two quaternion normalizations that were probably not needed2013-03-08, by John Tsiombikas
- added an example program2013-03-01, by John Tsiombikas
- made the kind of interpolation for quaternion tracks into a conditional block2013-03-01, by John Tsiombikas
- fixed a bug in the manual slerping in anm_get_node_rotation2013-03-01, by John Tsiombikas
- added anm_get_node_matrix and anm_get_node_inv_matrix functions to calculate2013-02-27, by John Tsiombikas
- really stupid mistake in hierarchical transformations... ignored the2013-02-27, by John Tsiombikas
- fixed a bug in time clamping2013-02-27, by John Tsiombikas
- backported the fixes from calacirya2013-02-25, by John Tsiombikas
- removed vmath.h from anim.h2012-09-23, by John Tsiombikas
- libanim mercurial repo2012-01-08, by John Tsiombikas