summaryrefslogtreecommitdiff
path: root/scene/animation/animation_blend_space_1d.cpp
AgeCommit message (Expand)Author
2023-02-05Fix NodeTransition initialization and AnimationNode remapping methodSilc Renew
2023-01-31Consistent with NodeBlendSpace1D option NodeBlendSpace2DSilc Renew
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-11-22Refactor process of AnimationTree for end of animationSilc Renew
2022-11-16Optimize animation blend tree processSilc Renew
2022-08-22Make `_validate_property` a multilevel methodYuri Sizov
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-07-16refactor sync in AnimationTreeSilc Renew
2022-05-09Fixed delta & Implement selection of whether or not to seek rootSilc Renew
2022-01-27More time parameters change type float to doubleSilc 'Tokage' Renew
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-11-03Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio
2021-08-09Use doubles for time in animation codeAaron Franke
2021-07-18Optimize StringName usagereduz
2021-07-01Use PROPERTY_USAGE_NONE instead of 0 for no property usageAaron Franke
2021-02-07Initialize class variables with default values in scene/ [1/2]Rafał Mikrut
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
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-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-01Fix some crashes, overflows and using variables without valuesRafał Mikrut
2019-08-07Add some code changes/fixes proposed by Coverity and Clang Tidyqarmin
2019-01-16Fix some errors found by static analysisRémi Verschelde
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-08-29Add missing copyright headersRémi Verschelde
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
2018-07-18Style: Format code with clang-format 6.0.1Rémi Verschelde
2018-06-27Changes to how node paths are selected from property, allowing setting a hint.Juan Linietsky
2018-06-26ensure BlendSpace1D syncs animationsThomas Herzog
2018-06-25renamed AnimationGraphPlayer to AnimationTreeJuan Linietsky
2018-06-25added BlendSpace1D editor pluginThomas Herzog