| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing copyright headers | Rémi Verschelde | 2018-08-29 | 12 | -0/+360 |
* | Merge pull request #21405 from SneakyMax/fix-animation-condition-advancing | Juan Linietsky | 2018-08-27 | 1 | -1/+1 |
|\ |
|
| * | Fix advancing based on condition in AnimationNodeStateMachinePlayback | Andy Brenneke | 2018-08-25 | 1 | -1/+1 |
* | | Fixed task creation with void chain in SkeletonIK | Andrea Catania | 2018-08-26 | 2 | -8/+14 |
|/ |
|
* | 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 | 2 | -0/+36 |
* | Make some debug prints verbose-only, remove others | Rémi Verschelde | 2018-08-24 | 1 | -2/+0 |
* | -Fix blend tree rename, closes #20210 | Juan Linietsky | 2018-08-23 | 4 | -15/+53 |
* | Remove unnecessary print with AnimationNodeStateMachinePlayback | volzhs | 2018-08-24 | 1 | -1/+0 |
* | Style: Fix issues that went past CI | Rémi Verschelde | 2018-08-21 | 5 | -105/+72 |
* | Merge pull request #21228 from Noshyaar/docs-bind | Rémi Verschelde | 2018-08-21 | 1 | -1/+1 |
|\ |
|
| * | Fix arg name in docs, some copy-paste errors | Poommetee Ketson | 2018-08-21 | 1 | -1/+1 |
* | | Crash fixes for material and animtree | Juan Linietsky | 2018-08-20 | 1 | -0/+5 |
|/ |
|
* | Massive rewrite to AnimationTree. Many APIs changed in order to: | Juan Linietsky | 2018-08-20 | 10 | -849/+1295 |
* | Fix compiling SkeletonIK with disable_3d | Rémi Verschelde | 2018-08-19 | 2 | -0/+8 |
* | Tween: Add a unique identifier to InterpolateData to be able to remove the ri... | James | 2018-08-16 | 2 | -26/+40 |
* | Merge pull request #20665 from SaracenOne/animation_tree_control | Rémi Verschelde | 2018-08-14 | 4 | -2/+15 |
|\ |
|
| * | Add method to manually advance AnimationTree and manual process mode. | Saracen | 2018-08-02 | 4 | -2/+15 |
* | | interpolation was not removed because of id mismatch | James | 2018-08-09 | 1 | -1/+1 |
* | | Fixed typo in SkeletonIK | Andrea Catania | 2018-08-04 | 1 | -1/+1 |
* | | Implemented IK | AndreaCatania | 2018-08-04 | 2 | -0/+763 |
|/ |
|
* | Merge pull request #19464 from bojidar-bg/19448-fix-subproperty-handling | Rémi Verschelde | 2018-07-26 | 1 | -5/+1 |
|\ |
|
| * | Fix bug in animationplayer editor not using subproperties properly | Bojidar Marinov | 2018-06-18 | 1 | -5/+1 |
* | | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam | 2018-07-26 | 6 | -27/+27 |
* | | Merge pull request #19781 from razcore-art/fix-tween | Rémi Verschelde | 2018-07-24 | 2 | -49/+22 |
|\ \ |
|
| * | | Check "done" state in original loop | Răzvan C. Rădulescu | 2018-06-27 | 1 | -18/+10 |
| * | | Fix and make Tween node less confusing | Răzvan C. Rădulescu | 2018-06-26 | 2 | -46/+27 |
* | | | Print an error when calling an invalid method on an Animation | Marcelo Fernandez | 2018-07-18 | 1 | -0/+6 |
* | | | Style: Format code with clang-format 6.0.1 | Rémi Verschelde | 2018-07-18 | 4 | -6/+2 |
* | | | Fix some enum export in new Animation editor. | Fabio Alessandrelli | 2018-07-08 | 3 | -11/+12 |
* | | | -Fixes to how hashing happened, now StringName and NodePath use default hashe... | Juan Linietsky | 2018-07-02 | 1 | -0/+1 |
* | | | -Fix in animationplayback, sound would be cut on loop | Juan Linietsky | 2018-07-01 | 2 | -2/+38 |
* | | | -Fixes to OBJ importer, option to disable optimization | Juan Linietsky | 2018-06-30 | 2 | -2/+21 |
* | | | Small fixes | Juan Linietsky | 2018-06-29 | 2 | -3/+19 |
* | | | Changes to how node paths are selected from property, allowing setting a hint. | Juan Linietsky | 2018-06-27 | 9 | -20/+126 |
* | | | The way multiple quaternions being slerped was not good, changed approach to ... | Juan Linietsky | 2018-06-27 | 2 | -1/+10 |
* | | | 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 | 2 | -8/+31 |
* | | | -Add root motion support in AnimationTree. | Juan Linietsky | 2018-06-26 | 4 | -17/+316 |
|/ / |
|
* | | ensure BlendSpace1D syncs animations | Thomas Herzog | 2018-06-26 | 1 | -8/+20 |
* | | renamed AnimationGraphPlayer to AnimationTree | Juan Linietsky | 2018-06-25 | 10 | -84/+84 |
* | | Merge pull request #19720 from karroffel/blendspace-1d | Juan Linietsky | 2018-06-25 | 4 | -76/+416 |
|\ \ |
|
| * | | added BlendSpace1D editor plugin | Thomas Herzog | 2018-06-25 | 4 | -11/+11 |
| * | | added AnimationBlendSpace1D | Thomas Herzog | 2018-06-25 | 3 | -3/+343 |
| * | | rename BlendSpace to BlendSpace2D | Thomas Herzog | 2018-06-25 | 2 | -74/+74 |
* | | | removed print | Juan Linietsky | 2018-06-25 | 1 | -4/+0 |
|/ / |
|
* | | State machine animation node | Juan Linietsky | 2018-06-25 | 4 | -9/+945 |
* | | Added auto triangle generation in blend space, using Delaunay. | Juan Linietsky | 2018-06-21 | 2 | -0/+71 |
* | | Fix crashes, ability to add blendpsace into blendtree, ability to delete with... | Juan Linietsky | 2018-06-21 | 1 | -0/+4 |
* | | Animation Blend Spaces | Juan Linietsky | 2018-06-21 | 6 | -32/+639 |