summaryrefslogtreecommitdiff
path: root/scene/animation/animation_tree.h
AgeCommit message (Expand)Author
2023-02-10Add root motion accumulator to fix broken RootMotionViewSilc Renew
2023-02-05Fix NodeTransition initialization and AnimationNode remapping methodSilc Renew
2023-02-01Remove meaningless `rename_parameter` in AnimationTreeSilc Renew
2023-01-30Remove the max input limit & cleanup AnimationNodeTransition APISilc Renew
2023-01-29Fix AnimatedSprite play() don't redraw immediatelySilc Renew
2023-01-28Implement blending audio feature to AnimationTreeSilc Renew
2023-01-26Make AnimTree/Player processes adopt to GDVIRTUALSilc Renew
2023-01-19Allow AnimationNodes to restart when transitioning to the same stateSilc Renew
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-01Refactor process of animation to retrive keys more exactlySilc Renew
2022-11-28Merge pull request #68992 from TokageItLab/animtree-trackend-processRémi Verschelde
2022-11-26Fix broken root motion scale and refactor APISilc Renew
2022-11-23Merge pull request #68993 from TokageItLab/fix-anim-blending-for-DISCRETE-modeRémi Verschelde
2022-11-22Refactor process of AnimationTree for end of animationSilc Renew
2022-11-22Fix animation blending for value track DISCRETE/TRIGGER modeSilc Renew
2022-11-16Optimize animation blend tree processSilc Renew
2022-09-26Change time parameters and variables to double typeDave Palais
2022-09-19Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron
2022-09-14Fix redraw timing in AnimationBlendTreeEditorSilc Renew
2022-08-27Add linear/cubic angle interpolation to Animation interpolation typeSilc Renew
2022-08-22Make `_validate_property` a multilevel methodYuri Sizov
2022-07-26add position track normalization & post process key value for retargetSilc Renew
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-07-16refactor sync in AnimationTreeSilc Renew
2022-06-28Add AnimationTree Advance ExpressionsSaracenOne
2022-05-20Add a new HashSet templatereduz
2022-05-18Merge pull request #60774 from TokageItLab/root-seek-modeRémi Verschelde
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-09Fixed delta & Implement selection of whether or not to seek rootSilc Renew
2022-05-02Improvements of state machineGuilherme Felipe
2022-04-17Discontinue exp map in blendingSilc 'Tokage' Renew
2022-04-10Make blend animation to use ResetTrack as default valueSilc 'Tokage' Renew
2022-03-16Fix blend animation to solve TRS track bug & blend order inconsistencySilc 'Tokage' Renew
2022-01-29Make AnimationTree delta argument force double in coreSilc 'Tokage' Renew
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-11-03reimplement ping-pongSilc 'Tokage' Renew
2021-10-21Remove unimplemented methodsMarcel Admiraal
2021-10-16Implement Animation Blend Shape Tracksreduz
2021-10-12Remove animation 3D transform track, replace by loc/rot/scale tracks.reduz
2021-10-11Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...Juan Linietsky
2021-10-09implement ping-pong loop in animationTokage
2021-08-22Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz
2021-08-09Some work on double supportAaron Franke
2021-08-09Use doubles for time in animation codeAaron Franke
2021-06-04Rename Quat to QuaternionMarcel Admiraal
2021-06-04Disable Skeleton3D when compiling without 3DAaron Franke
2021-06-03Rename Animation TYPE_TRANSFORM to TYPE_TRANSFORM3DAaron Franke
2021-06-03Rename Transform to Transform3D in coreAaron Franke
2021-04-11Use Array for node configuration warningsNathan Franke
2021-02-18Refactor Process Modereduz