summaryrefslogtreecommitdiffstats
path: root/scene/animation/animation_tree.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-15/+15
* Fix code style issuesRémi Verschelde2019-01-261-1/+1
* Avoid crashing in #23302Juan Linietsky2019-01-251-0/+7
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fixup to typo and indentation in 81c86e8Rémi Verschelde2018-11-261-1/+1
* Improved bindings and added documentation for AnimationNode, closes #20720Juan Linietsky2018-11-251-0/+34
* Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde2018-09-131-4/+4
|\
| * Misc. typosluz.paz2018-09-121-4/+4
* | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+2
|/
* Add missing copyright headersRémi Verschelde2018-08-291-0/+30
* Style: Fix previous commits from @reduzRémi Verschelde2018-08-241-17/+13
* Property clear caches in animationtree if animatioplayer is modified. Fixes #...Juan Linietsky2018-08-241-0/+34
* -Fix blend tree rename, closes #20210Juan Linietsky2018-08-231-2/+43
* Style: Fix issues that went past CIRémi Verschelde2018-08-211-58/+47
* Massive rewrite to AnimationTree. Many APIs changed in order to:Juan Linietsky2018-08-201-114/+211
* Add method to manually advance AnimationTree and manual process mode.Saracen2018-08-021-1/+9
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-4/+4
* Fix some enum export in new Animation editor.Fabio Alessandrelli2018-07-081-6/+7
* -Fix in animationplayback, sound would be cut on loopJuan Linietsky2018-07-011-1/+22
* Small fixesJuan Linietsky2018-06-291-0/+4
* Changes to how node paths are selected from property, allowing setting a hint.Juan Linietsky2018-06-271-1/+1
* The way multiple quaternions being slerped was not good, changed approach to ...Juan Linietsky2018-06-271-1/+9
* Style: Apply clang-format to animation_tree.cppRémi Verschelde2018-06-271-23/+14
* change node graph property and improved some bindingsJuan Linietsky2018-06-271-6/+27
* -Add root motion support in AnimationTree.Juan Linietsky2018-06-261-17/+99
* renamed AnimationGraphPlayer to AnimationTreeJuan Linietsky2018-06-251-0/+1211