]> git.tdb.fi Git - libs/gl.git/history - source/animationplayer.cpp
Allow tagging objects in a scene file for retrieval after loading
[libs/gl.git] / source / animationplayer.cpp
2018-07-01 Mikko RasaAdd a speed parameter for animation playback
2018-07-01 Mikko RasaSupport animations on Placeables
2018-05-17 Mikko RasaFix an incorrect negation
2018-05-02 Mikko RasaCosmetic fixes
2018-05-02 Mikko RasaImplement an event system for animations
2018-05-02 Mikko RasaRefactor AnimationPlayer ticking
2018-05-02 Mikko RasaChange some class names
2018-04-28 Mikko RasaUse vector when there's no reason to use some other...
2018-04-25 Mikko RasaCosmetic changes and TODOs
2018-04-22 Mikko RasaAllow direct access to AnimatedObject's ProgramData
2015-08-02 Mikko RasaAdd a function to stop a single animation
2015-08-01 Mikko RasaAlso set uniforms in tick_stacked
2015-07-31 Mikko RasaSupport animation of uniform variables
2015-07-15 Mikko RasaProvide a getter for the number of active animations
2013-04-11 Mikko RasaAdd support for playing multiple stacked animations...
2012-08-13 Mikko RasaFix several bugs in the animation system
2012-08-12 Mikko RasaSupport for armature-based animation
2012-08-05 Mikko RasaBasic animation support