Age | Commit message (Expand) | Author |
2019-02-12 | Fix state machine priority for auto advance | Guilherme Felipe |
2019-02-12 | Merge pull request #25481 from hpvb/fix-ubsan-asan-reports | Rémi Verschelde |
2019-02-01 | When an animationplayer sets a property on itself recreate the caches | Hein-Pieter van Braam |
2019-01-30 | Fix many asan and ubsan reported issues | Hein-Pieter van Braam |
2019-01-27 | Fix problem blending from state to state in statemachine node, closes #21944 | Juan Linietsky |
2019-01-26 | Fix code style issues | Rémi Verschelde |
2019-01-25 | Implement missing autorestart in oneshot node, closes #22238 | Juan Linietsky |
2019-01-25 | Avoid crashing in #23302 | Juan Linietsky |
2019-01-21 | Cleanup after @reduz :) | Rémi Verschelde |
2019-01-16 | Fix some errors found by static analysis | Rémi Verschelde |
2019-01-10 | Fixes to auto triangle editing in BlendSpace2D | Juan Linietsky |
2019-01-09 | AnimationNodeTransition name begins from 0 | volzhs |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-16 | Fix sub-transitions not using end_node correctly | Guilherme Felipe |
2018-12-12 | Merge pull request #22739 from DualMatrix/autoplay_warn | Rémi Verschelde |
2018-12-09 | Warn about AnimationTreePlayer's deprecation | Michael Alexsander Silva Dias |
2018-11-28 | Made it possible to read AnimationPlayer queue from GDscript | DualMatrix |
2018-11-26 | Fixup to typo and indentation in 81c86e8 | Rémi Verschelde |
2018-11-25 | Improved bindings and added documentation for AnimationNode, closes #20720 | Juan Linietsky |
2018-11-21 | Add Discrete and Carry blend modes for BlendSpace2D, allows to fix #20135 | Juan Linietsky |
2018-11-20 | Added possibility to override or add target basis to tip bone | Andrea Catania |
2018-11-20 | Remove trailing whitespace | Rémi Verschelde |
2018-11-19 | Reseek if cachees were cleared in animation player, fixes #19424 | Juan Linietsky |
2018-11-08 | Proper time tracking in AnimationNodeAnimation, closes #22887 | Juan Linietsky |
2018-11-04 | Removed unnecessary assignments | Wilson E. Alvarez |
2018-10-05 | Added warning when setting autoplay of AnimationPlayer that's inside the tree. | DualMatrix |
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 |