summaryrefslogtreecommitdiff
path: root/scene/animation
AgeCommit message (Expand)Author
2019-08-07Merge pull request #31077 from qarmin/coverity_bugsRémi Verschelde
2019-08-07Add some code changes/fixes proposed by Coverity and Clang Tidyqarmin
2019-08-06Fixed AnimationTreeStateMachine transition priority (last transition was alwa...PouleyKetchoupp
2019-07-09Improve the node configuration warning displayHugo Locurcio
2019-07-02Fix various memory leaks and errorsBojidar Marinov
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-20Merge pull request #24249 from zorbathut/zorbathut/animimmediateRémi Verschelde
2019-06-19Made use of semicolons more consitent, fixed formattingJohnJLight
2019-06-19Merge pull request #29878 from Dentrax/fixesRémi Verschelde
2019-06-19added forgotten err_fail_index checkFurkan Türkal
2019-06-14Merge pull request #29621 from DevinPentecost/feature/0_duration_tweenRémi Verschelde
2019-06-14Implementing 0-duration tweensDevin Pentecost
2019-06-12Merge pull request #29306 from qarmin/small_code_fixesRémi Verschelde
2019-06-11Fix error macro calls not ending with semicolonRémi Verschelde
2019-06-03Small fixes to unrechable code, possibly overflows, using NULL pointersqarmin
2019-05-28Fix some unincialised variablesqarmin
2019-05-23Merge pull request #29109 from RandomShaper/fix_onion_skinningRémi Verschelde
2019-05-22Fix 2D bones ignored by onion skinningPedro J. Estébanez
2019-05-19[StateMachine] Fix error message for travel methodGuilherme Felipe
2019-05-19Fix typos with codespellRémi Verschelde
2019-04-30Merge pull request #24437 from mateusfccp/single_quotes_optionRémi Verschelde
2019-04-21Merge pull request #27577 from guilhermefelipecgs/continuation_of_27562Rémi Verschelde
2019-04-16Merge pull request #27762 from rcorre/anim_docsMax Hilbrunner
2019-04-11Merge pull request #27887 from godotengine/AndreaCatania-patch-1Rémi Verschelde
2019-04-11Merge pull request #27917 from volzhs/init_autorestart_random_delayRémi Verschelde
2019-04-11Set initial value for autorestart_random_delay of AnimationNodeOneShotvolzhs
2019-04-10Fixes caches_cleared signal discrepancies in AnimationTree (fixes #25460)PouleyKetchoupp
2019-04-10Added No bone set state in the IKAndrea Catania
2019-04-09Style: Apply new changes from clang-format 8.0Rémi Verschelde
2019-04-09Fill out some of the AnimationNode docs.Ryan Roden-Corrent
2019-04-08Fixed uninitialized xfade in AnimationNodeTransitionPouleyKetchoupp
2019-04-05Continuation of #27562Guilherme Felipe
2019-04-05Merge pull request #27233 from Chaosus/tween_signalRémi Verschelde
2019-04-03Added signal for Tween emitted at completionChaosus
2019-03-31Fix wrong blend of animation treeGuilherme Felipe
2019-03-17StateMachine: Fix sync modeGuilherme Felipe
2019-03-02Removed some printsJuan Linietsky
2019-02-20Merge pull request #26068 from luizcarlos1405/masterRémi Verschelde
2019-02-20Fix AnimationPlayer jumping to the beggining after ending on editor.Luiz
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-02-14Fix AnimationPlayer bug where it wouldn't reset its position when finishedLuiz
2019-02-14-Fixes to undo redo to avoid crash, closes #24251Juan Linietsky
2019-02-13Fix some AnimationPlayer bugs and update documentationLuiz
2019-02-12Fix state machine priority for auto advanceGuilherme Felipe
2019-02-12Merge pull request #25481 from hpvb/fix-ubsan-asan-reportsRémi Verschelde
2019-02-01When an animationplayer sets a property on itself recreate the cachesHein-Pieter van Braam
2019-01-30Fix many asan and ubsan reported issuesHein-Pieter van Braam
2019-01-27Fix problem blending from state to state in statemachine node, closes #21944Juan Linietsky
2019-01-26Fix code style issuesRémi Verschelde
2019-01-25Implement missing autorestart in oneshot node, closes #22238Juan Linietsky