summaryrefslogtreecommitdiff
path: root/scene/animation/animation_tree.cpp
AgeCommit message (Expand)Author
2021-02-18Refactor Process Modereduz
2021-02-10Removed _change_notifyreduz
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-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-18Refactor MethodBind to use variadic templatesreduz
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-04-29[Core] Rename linear_interpolate to lerpAaron Franke
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-27Renamed 2D and 3D nodes to make their types explicitJuan Linietsky
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-21Added StringName as a variant type.Juan Linietsky
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-12ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky
2020-02-06Merge pull request #35906 from muiroc/anim_node_value_bugRémi Verschelde
2020-02-05Remove duplicate ERR_PRINT macro.Marcel Admiraal
2020-02-04pass missing args in AnimationNode script callsmuiroc
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-09-18Added skin support and simplified APIs to override bone position.Juan Linietsky
2019-08-27fix otherwise unitialized variables, found in #31694Robin Hübner
2019-07-09Improve the node configuration warning displayHugo Locurcio
2019-06-11Fix error macro calls not ending with semicolonRémi Verschelde
2019-05-28Fix some unincialised variablesqarmin
2019-04-21Merge pull request #27577 from guilhermefelipecgs/continuation_of_27562Rémi Verschelde
2019-04-10Fixes caches_cleared signal discrepancies in AnimationTree (fixes #25460)PouleyKetchoupp
2019-04-09Style: Apply new changes from clang-format 8.0Rémi Verschelde
2019-04-05Continuation of #27562Guilherme Felipe
2019-03-31Fix wrong blend of animation treeGuilherme Felipe
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-01-26Fix code style issuesRémi Verschelde
2019-01-25Avoid crashing in #23302Juan Linietsky
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-26Fixup to typo and indentation in 81c86e8Rémi Verschelde
2018-11-25Improved bindings and added documentation for AnimationNode, closes #20720Juan Linietsky
2018-09-13Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde
2018-09-12Misc. typosluz.paz
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-29Add missing copyright headersRémi Verschelde
2018-08-24Style: Fix previous commits from @reduzRémi Verschelde
2018-08-24Property clear caches in animationtree if animatioplayer is modified. Fixes #...Juan Linietsky
2018-08-23-Fix blend tree rename, closes #20210Juan Linietsky
2018-08-21Style: Fix issues that went past CIRémi Verschelde
2018-08-20Massive rewrite to AnimationTree. Many APIs changed in order to:Juan Linietsky