index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
animation
/
animation_tree.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
1
-15
/
+15
*
Fix code style issues
Rémi Verschelde
2019-01-26
1
-1
/
+1
*
Avoid crashing in #23302
Juan Linietsky
2019-01-25
1
-0
/
+7
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Fixup to typo and indentation in 81c86e8
Rémi Verschelde
2018-11-26
1
-1
/
+1
*
Improved bindings and added documentation for AnimationNode, closes #20720
Juan Linietsky
2018-11-25
1
-0
/
+34
*
Merge pull request #21982 from luzpaz/misc-typos
Rémi Verschelde
2018-09-13
1
-4
/
+4
|
\
|
*
Misc. typos
luz.paz
2018-09-12
1
-4
/
+4
*
|
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-1
/
+2
|
/
*
Add missing copyright headers
Rémi Verschelde
2018-08-29
1
-0
/
+30
*
Style: Fix previous commits from @reduz
Rémi Verschelde
2018-08-24
1
-17
/
+13
*
Property clear caches in animationtree if animatioplayer is modified. Fixes #...
Juan Linietsky
2018-08-24
1
-0
/
+34
*
-Fix blend tree rename, closes #20210
Juan Linietsky
2018-08-23
1
-2
/
+43
*
Style: Fix issues that went past CI
Rémi Verschelde
2018-08-21
1
-58
/
+47
*
Massive rewrite to AnimationTree. Many APIs changed in order to:
Juan Linietsky
2018-08-20
1
-114
/
+211
*
Add method to manually advance AnimationTree and manual process mode.
Saracen
2018-08-02
1
-1
/
+9
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-4
/
+4
*
Fix some enum export in new Animation editor.
Fabio Alessandrelli
2018-07-08
1
-6
/
+7
*
-Fix in animationplayback, sound would be cut on loop
Juan Linietsky
2018-07-01
1
-1
/
+22
*
Small fixes
Juan Linietsky
2018-06-29
1
-0
/
+4
*
Changes to how node paths are selected from property, allowing setting a hint.
Juan Linietsky
2018-06-27
1
-1
/
+1
*
The way multiple quaternions being slerped was not good, changed approach to ...
Juan Linietsky
2018-06-27
1
-1
/
+9
*
Style: Apply clang-format to animation_tree.cpp
Rémi Verschelde
2018-06-27
1
-23
/
+14
*
change node graph property and improved some bindings
Juan Linietsky
2018-06-27
1
-6
/
+27
*
-Add root motion support in AnimationTree.
Juan Linietsky
2018-06-26
1
-17
/
+99
*
renamed AnimationGraphPlayer to AnimationTree
Juan Linietsky
2018-06-25
1
-0
/
+1211