aboutsummaryrefslogtreecommitdiff
path: root/scene/animation/tween.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* Spine: add feature to insert/remove interpolates while updatingsanikoyes2015-05-051-11/+205
* -Fixes from source code analyzizer, closes #1768Juan Linietsky2015-05-011-1/+1
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
* Add call deferred support for Tweensanikoyes2015-01-071-8/+103
* 1.Change interpolate_callback:p_times_in_sec argument before p_callback argum...sanikoyes2014-12-191-75/+120
* SceneMainLoop -> SceneTreeJuan Linietsky2014-11-051-2/+2
* Small FixesJuan Linietsky2014-09-171-0/+1
* tween:sanikoyes2014-08-251-30/+336
* Fix tween seek, add tell functionsanikoyes2014-08-221-6/+26
* Replace object to NodePathsanikoyes2014-08-221-54/+140
* Fix resetsanikoyes2014-08-211-2/+4
* Add tween delay supportsanikoyes2014-08-211-14/+61
* Add missing bind, fix bind argument descriptionsanikoyes2014-08-201-4/+5
* Add tween seek/repeat supportsanikoyes2014-08-201-4/+50
* Add remove/remove_all for tweensanikoyes2014-08-201-0/+27
* Add tween support for godotsanikoyes2014-08-201-0/+684