]> git.tdb.fi Git - libs/gl.git/history - source/animation.cpp
Visit the rest of an iteration statement in NodeRemover
[libs/gl.git] / source / animation.cpp
2019-06-03 Mikko RasaUpdate deprecated things
2018-07-02 Mikko RasaDon't link keyframes with zero interval
2018-07-02 Mikko RasaDon't allow iterators on empty animations
2018-07-02 Mikko RasaRequire the first keyframe of an animation to be at...
2018-07-01 Mikko RasaAdd getter for animation duration
2018-07-01 Mikko RasaSupport slopes in keyframe interpolation
2018-06-16 Mikko RasaFix matrix interpolation parameter calculation
2018-05-02 Mikko RasaCosmetic fixes
2018-05-02 Mikko RasaImplement an event system for animations
2018-05-02 Mikko RasaRefactor the Animation reference out of TimedKeyFrame
2018-05-02 Mikko RasaFix a stale pointer issue with Animation
2018-04-28 Mikko RasaUse vector when there's no reason to use some other...
2018-04-28 Mikko RasaMake Animation::Iterator assignable
2017-11-14 Mikko RasaCosmetic fixes
2015-07-31 Mikko RasaSupport animation of uniform variables
2013-11-27 Mikko RasaConvert Matrix to use floats
2013-05-18 Mikko RasaUse libmspmath to provide vector and matrix operations
2013-04-11 Mikko RasaForce some c'tors and d'tors to be emitted in the library
2013-04-11 Mikko RasaFix axis interpolation to work with scaling
2012-08-30 Mikko RasaException fixes
2012-08-13 Mikko RasaFix several bugs in the animation system
2012-08-12 Mikko RasaSupport for armature-based animation
2012-08-11 Mikko RasaAdd missing set_looping implementation
2012-08-11 Mikko RasaRestructure Animation to make matrix interpolation...
2012-08-05 Mikko RasaBasic animation support