summaryrefslogtreecommitdiff
path: root/scene/animation
AgeCommit message (Expand)Author
2018-10-04Fix GCC 8 warnings about potentially unitialized variablesRémi Verschelde
2018-09-28Fix warnings about wrong member initialization order [-Wreorder]Rémi Verschelde
2018-09-28Move Penner easing equations to thirdparty/miscRémi Verschelde
2018-09-28SCons: Build thirdparty code in own env, disable warningsRémi Verschelde
2018-09-27Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde
2018-09-13Document provenance of Penner easing equations in TweenRémi Verschelde
2018-09-13Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde
2018-09-12Misc. typosluz.paz
2018-09-12Merge pull request #21913 from DualMatrix/tween_remove_allRémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-11Fixed calling start() emmediately after remove_all() on tween not wrokingDualMatrix
2018-09-09Fixed animation_player errors displaying wrong property.DualMatrix
2018-08-29Add missing copyright headersRémi Verschelde
2018-08-27Merge pull request #21405 from SneakyMax/fix-animation-condition-advancingJuan Linietsky
2018-08-26Fixed task creation with void chain in SkeletonIKAndrea Catania
2018-08-25Fix advancing based on condition in AnimationNodeStateMachinePlaybackAndy Brenneke
2018-08-24Style: Fix previous commits from @reduzRémi Verschelde
2018-08-24Property clear caches in animationtree if animatioplayer is modified. Fixes #...Juan Linietsky
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-08-23-Fix blend tree rename, closes #20210Juan Linietsky
2018-08-24Remove unnecessary print with AnimationNodeStateMachinePlaybackvolzhs
2018-08-21Style: Fix issues that went past CIRémi Verschelde
2018-08-21Merge pull request #21228 from Noshyaar/docs-bindRémi Verschelde
2018-08-20Crash fixes for material and animtreeJuan Linietsky
2018-08-21Fix arg name in docs, some copy-paste errorsPoommetee Ketson
2018-08-20Massive rewrite to AnimationTree. Many APIs changed in order to:Juan Linietsky
2018-08-19Fix compiling SkeletonIK with disable_3dRémi Verschelde
2018-08-16Tween: Add a unique identifier to InterpolateData to be able to remove the ri...James
2018-08-14Merge pull request #20665 from SaracenOne/animation_tree_controlRémi Verschelde
2018-08-09interpolation was not removed because of id mismatchJames
2018-08-04Fixed typo in SkeletonIKAndrea Catania
2018-08-04Implemented IKAndreaCatania
2018-08-02Add method to manually advance AnimationTree and manual process mode.Saracen
2018-07-26Merge pull request #19464 from bojidar-bg/19448-fix-subproperty-handlingRémi Verschelde
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-24Merge pull request #19781 from razcore-art/fix-tweenRémi Verschelde
2018-07-18Print an error when calling an invalid method on an AnimationMarcelo Fernandez
2018-07-18Style: Format code with clang-format 6.0.1Rémi Verschelde
2018-07-08Fix 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 loopJuan Linietsky
2018-06-30-Fixes to OBJ importer, option to disable optimizationJuan Linietsky
2018-06-29Small fixesJuan Linietsky
2018-06-27Changes to how node paths are selected from property, allowing setting a hint.Juan Linietsky
2018-06-27The way multiple quaternions being slerped was not good, changed approach to ...Juan Linietsky
2018-06-27Check "done" state in original loopRăzvan C. Rădulescu
2018-06-27Style: Apply clang-format to animation_tree.cppRémi Verschelde
2018-06-27change node graph property and improved some bindingsJuan Linietsky
2018-06-26-Add root motion support in AnimationTree.Juan Linietsky
2018-06-26Fix and make Tween node less confusingRăzvan C. Rădulescu