summaryrefslogtreecommitdiff
path: root/scene/animation
AgeCommit message (Expand)Author
2021-05-09Merge pull request #41416 from TokageItLab/fix_animation_tree_cacheRémi Verschelde
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
2020-10-01Merge pull request #38743 from arrowinaknee/node-config-warningsRémi Verschelde
2020-07-20Merge pull request #39801 from ChristopheLY/tween-bool-stateRémi Verschelde
2020-07-20bug with Tween.is_active, fixes #39760Chistpohe LY
2020-07-10Add override keywords.Marcel Admiraal
2020-07-03Merge pull request #40063 from RandomShaper/clean_blend_timesRémi Verschelde
2020-07-02Ignore blend times for inexistent animationsPedro J. Estébanez
2020-07-02Merge pull request #36879 from ThakeeNathees/animation-autocomplete-bug-fixRémi Verschelde
2020-06-05Restore capture caches when missingTomasz Chabora
2020-05-27Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)
2020-05-16Update all get_configuration_warning to retrieve warnings from the parentArrowInAKnee
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-05-11thirdparty: Cleanup after #38386, document provenance and copyrightRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-05-05Fix: Tween always return true for _get(), _set()Thakee Nathees