summaryrefslogtreecommitdiff
path: root/scene/animation
AgeCommit message (Expand)Author
2021-07-13Merge pull request #48375 from bowling-allie/discrete-carry-bugRémi Verschelde
2021-07-01Use PROPERTY_USAGE_NONE instead of 0 for no property usageAaron Franke
2021-06-30Merge pull request #50014 from reduz/remove-immediateRémi Verschelde
2021-06-30Deprecate ImmediateGeometryreduz
2021-06-30Fix editor suffixes and degrees conversionreduz
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-20Merge pull request #41794 from KoBeWi/shiny_new_tweensRémi Verschelde
2021-06-19Complete rewrite of TweensTomasz Chabora
2021-06-17Add PROPERTY_USAGE_NONE and use itAaron Franke
2021-06-12Consistently prefix bound virtual methods with _kobewi
2021-06-11Rename Reference to RefCountedPedro J. Estébanez
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 Variant TRANSFORM to TRANSFORM3DAaron Franke
2021-06-03Rename Transform to Transform3D in coreAaron Franke
2021-05-25Tweak dozens of editor property hints for consistencyHugo Locurcio
2021-05-09Merge pull request #41416 from TokageItLab/fix_animation_tree_cacheRémi Verschelde
2021-05-06Fixes BlendSpace2D BLEND_MODE_DISCRETE_CARRY.bowling-allie
2021-04-11Use Array for node configuration warningsNathan Franke
2021-03-21Rename Array.invert() to Array.reverse()Marcel Admiraal
2021-03-17Check AnimationNode to update propertiesKongfa Waroros
2021-03-12Fixes small typos and grammar correctionAnshul7sp1
2021-03-03fix no tween repeat after stop_all() and start() againjmb462
2021-02-24Tween: Add null check for target objectChristoffer Sundbom
2021-02-19Merge pull request #45990 from charles-l/masterRémi Verschelde
2021-02-18Refactor Process Modereduz
2021-02-15improve error message when travel() is called on an AnimationNodeStateMachine...nc
2021-02-11Improve resource load cachereduz
2021-02-10Removed _change_notifyreduz
2021-02-10Merge pull request #45845 from qarmin/cppcheck_scene_2Rémi Verschelde
2021-02-09Fix animation reset-on-save on inactive scene tabsPedro J. Estébanez
2021-02-09Initialize class variables with default values in scene/ [2/2]Rafał Mikrut
2021-02-07Initialize class variables with default values in scene/ [1/2]Rafał Mikrut
2021-02-04Use the blend parameter passed to blend_animation during graph processingmuiroc
2021-01-02Merge pull request #42188 from Eoin-ONeill-Yokai/animationstateplayback/missi...Rémi Verschelde
2021-01-01StateMachinePlayback: Added missing bindings to `get_current_play_pos` and `g...Eoin O'Neill
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-29Fix missed renamings from empty() to is_empty()Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-20Add animation reset track featurePedro J. Estébanez
2020-12-18SCons: Add explicit dependencies on thirdparty code in cloned envRémi Verschelde
2020-12-05Remove connect *_compat methodsAaron Franke
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-11-17fix unintentional object rotation by animation treeTokage
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-11-01Merge pull request #42703 from RandomShaper/fix_anim_backwardsRémi Verschelde
2020-10-18Refactor MethodBind to use variadic templatesreduz
2020-10-10Fix premature end of animation playing backwardsPedro J. Estébanez
2020-10-06Added a more helpful error message when there is no current animation for the...Duroxxigar