summaryrefslogtreecommitdiff
path: root/scene/animation
AgeCommit message (Expand)Author
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
2019-01-25Avoid crashing in #23302Juan Linietsky
2019-01-21Cleanup after @reduz :)Rémi Verschelde
2019-01-16Fix some errors found by static analysisRémi Verschelde
2019-01-10Fixes to auto triangle editing in BlendSpace2DJuan Linietsky
2019-01-09AnimationNodeTransition name begins from 0volzhs
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-16Fix sub-transitions not using end_node correctlyGuilherme Felipe
2018-12-12Merge pull request #22739 from DualMatrix/autoplay_warnRémi Verschelde
2018-12-09Warn about AnimationTreePlayer's deprecationMichael Alexsander Silva Dias
2018-11-28Made it possible to read AnimationPlayer queue from GDscriptDualMatrix
2018-11-26Fixup to typo and indentation in 81c86e8Rémi Verschelde
2018-11-25Improved bindings and added documentation for AnimationNode, closes #20720Juan Linietsky
2018-11-21Add Discrete and Carry blend modes for BlendSpace2D, allows to fix #20135Juan Linietsky
2018-11-20Added possibility to override or add target basis to tip boneAndrea Catania
2018-11-20Remove trailing whitespaceRémi Verschelde
2018-11-19Reseek if cachees were cleared in animation player, fixes #19424Juan Linietsky
2018-11-08Proper time tracking in AnimationNodeAnimation, closes #22887Juan Linietsky
2018-11-04Removed unnecessary assignmentsWilson E. Alvarez
2018-10-05Added warning when setting autoplay of AnimationPlayer that's inside the tree.DualMatrix
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