summaryrefslogtreecommitdiffstats
path: root/scene/animation/animation_node_state_machine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing copyright headersRémi Verschelde2018-08-291-0/+30
* Fix advancing based on condition in AnimationNodeStateMachinePlaybackAndy Brenneke2018-08-251-1/+1
* Remove unnecessary print with AnimationNodeStateMachinePlaybackvolzhs2018-08-241-1/+0
* Fix arg name in docs, some copy-paste errorsPoommetee Ketson2018-08-211-1/+1
* Massive rewrite to AnimationTree. Many APIs changed in order to:Juan Linietsky2018-08-201-341/+495
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-2/+2
* Fix some enum export in new Animation editor.Fabio Alessandrelli2018-07-081-3/+3
* renamed AnimationGraphPlayer to AnimationTreeJuan Linietsky2018-06-251-6/+6
* removed printJuan Linietsky2018-06-251-4/+0
* State machine animation nodeJuan Linietsky2018-06-251-0/+794