Age | Commit message (Expand) | Author |
2018-10-04 | Fix GCC 8 warnings about potentially unitialized variables | Rémi Verschelde |
2018-09-28 | Fix warnings about wrong member initialization order [-Wreorder] | Rémi Verschelde |
2018-09-28 | Move Penner easing equations to thirdparty/misc | Rémi Verschelde |
2018-09-28 | SCons: Build thirdparty code in own env, disable warnings | Rémi Verschelde |
2018-09-27 | Fix warnings about unhandled enum value in switch [-Wswitch] | Rémi Verschelde |
2018-09-13 | Document provenance of Penner easing equations in Tween | Rémi Verschelde |
2018-09-13 | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde |
2018-09-12 | Misc. typos | luz.paz |
2018-09-12 | Merge pull request #21913 from DualMatrix/tween_remove_all | Rémi Verschelde |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-09-11 | Fixed calling start() emmediately after remove_all() on tween not wroking | DualMatrix |
2018-09-09 | Fixed animation_player errors displaying wrong property. | DualMatrix |
2018-08-29 | Add missing copyright headers | Rémi Verschelde |
2018-08-27 | Merge pull request #21405 from SneakyMax/fix-animation-condition-advancing | Juan Linietsky |
2018-08-26 | Fixed task creation with void chain in SkeletonIK | Andrea Catania |
2018-08-25 | Fix advancing based on condition in AnimationNodeStateMachinePlayback | Andy Brenneke |
2018-08-24 | Style: Fix previous commits from @reduz | Rémi Verschelde |
2018-08-24 | Property clear caches in animationtree if animatioplayer is modified. Fixes #... | Juan Linietsky |
2018-08-24 | Make some debug prints verbose-only, remove others | Rémi Verschelde |
2018-08-23 | -Fix blend tree rename, closes #20210 | Juan Linietsky |
2018-08-24 | Remove unnecessary print with AnimationNodeStateMachinePlayback | volzhs |
2018-08-21 | Style: Fix issues that went past CI | Rémi Verschelde |
2018-08-21 | Merge pull request #21228 from Noshyaar/docs-bind | Rémi Verschelde |
2018-08-20 | Crash fixes for material and animtree | Juan Linietsky |
2018-08-21 | Fix arg name in docs, some copy-paste errors | Poommetee Ketson |
2018-08-20 | Massive rewrite to AnimationTree. Many APIs changed in order to: | Juan Linietsky |
2018-08-19 | Fix compiling SkeletonIK with disable_3d | Rémi Verschelde |
2018-08-16 | Tween: Add a unique identifier to InterpolateData to be able to remove the ri... | James |
2018-08-14 | Merge pull request #20665 from SaracenOne/animation_tree_control | Rémi Verschelde |
2018-08-09 | interpolation was not removed because of id mismatch | James |
2018-08-04 | Fixed typo in SkeletonIK | Andrea Catania |
2018-08-04 | Implemented IK | AndreaCatania |
2018-08-02 | Add method to manually advance AnimationTree and manual process mode. | Saracen |
2018-07-26 | Merge pull request #19464 from bojidar-bg/19448-fix-subproperty-handling | Rémi Verschelde |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |
2018-07-24 | Merge pull request #19781 from razcore-art/fix-tween | Rémi Verschelde |
2018-07-18 | Print an error when calling an invalid method on an Animation | Marcelo Fernandez |
2018-07-18 | Style: Format code with clang-format 6.0.1 | Rémi Verschelde |
2018-07-08 | Fix some enum export in new Animation editor. | Fabio Alessandrelli |
2018-07-02 | -Fixes to how hashing happened, now StringName and NodePath use default hashe... | Juan Linietsky |
2018-07-01 | -Fix in animationplayback, sound would be cut on loop | Juan Linietsky |
2018-06-30 | -Fixes to OBJ importer, option to disable optimization | Juan Linietsky |
2018-06-29 | Small fixes | Juan Linietsky |
2018-06-27 | Changes to how node paths are selected from property, allowing setting a hint. | Juan Linietsky |
2018-06-27 | The way multiple quaternions being slerped was not good, changed approach to ... | Juan Linietsky |
2018-06-27 | Check "done" state in original loop | Răzvan C. Rădulescu |
2018-06-27 | Style: Apply clang-format to animation_tree.cpp | Rémi Verschelde |
2018-06-27 | change node graph property and improved some bindings | Juan Linietsky |
2018-06-26 | -Add root motion support in AnimationTree. | Juan Linietsky |
2018-06-26 | Fix and make Tween node less confusing | Răzvan C. Rădulescu |