summaryrefslogtreecommitdiffstats
path: root/scene/animation/animation_blend_tree.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor process of AnimationTree for end of animationSilc Renew2022-11-221-45/+58
* Optimize animation blend tree processSilc Renew2022-11-161-3/+5
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-108/+108
* Change time parameters and variables to double typeDave Palais2022-09-261-13/+13
* Merge pull request #65196 from TokageItLab/fix-redraw-anim-treeRémi Verschelde2022-09-151-0/+3
|\
| * Fix redraw timing in AnimationBlendTreeEditorSilc Renew2022-09-141-0/+3
* | Rename `or_lesser` range property hint to `or_less`Hugo Locurcio2022-09-021-1/+1
|/
* Merge pull request #59919 from piiertho/enhancement/rename-AnimationNodeTrans...Rémi Verschelde2022-08-311-1/+1
|\
| * enhancement: Rename declared property AnimationNodeTransition::input_count to...Pierre-Thomas Meisels2022-08-311-1/+1
* | Rename Curve/Curve2D/Curve3D/Gradient `interpolate()` to `sample()`Hugo Locurcio2022-08-301-1/+1
|/
* Merge pull request #63802 from TokageItLab/curve-transitionRémi Verschelde2022-08-221-10/+25
|\
| * added Curve in animation node transition for better control over cros…Silc Renew2022-08-181-10/+25
* | Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-10/+8
|/
* Remove Signal connect bindsJuan Linietsky2022-07-291-3/+3
* refactor sync in AnimationTreeSilc Renew2022-07-161-91/+66
* fixed Pingpong animation get snaging on the edge in AnimationTreeSilc Renew2022-06-291-2/+2
* Add suffixes to all nodes and resourcesFireForge2022-06-111-5/+5
* Add dedicated macros for property name extractionHaoyu Qiu2022-05-191-1/+0
* Fixed delta & Implement selection of whether or not to seek rootSilc Renew2022-05-091-43/+45
* Fix inversed ADD_GROUP parameters in AnimationNodeOneShotHaoyu Qiu2022-03-181-1/+1
* String: Add contains().Anilforextra2022-02-041-1/+1
* More time parameters change type float to doubleSilc 'Tokage' Renew2022-01-271-1/+1
* Expose AnimationNodeOneShot::mix_mode as a propertyWysocki Patryk2022-01-251-0/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* Merge pull request #53819 from TokageItLab/re-implement-ping-pongRémi Verschelde2021-11-091-15/+64
|\
| * reimplement ping-pongSilc 'Tokage' Renew2021-11-031-15/+64
* | Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-4/+4
|/
* Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...Juan Linietsky2021-10-111-64/+15
* implement ping-pong loop in animationTokage2021-10-091-15/+64
* Use range iterators for `Map`Lightning_A2021-09-301-27/+27
* Fix non-const iterators in const methodsLightning_A2021-09-301-2/+2
* Merge pull request #52605 from TokageItLab/fixed-vtype-in-node-oneshotRémi Verschelde2021-09-211-7/+6
|\
| * Fixed value type and applied small change in AnimationNodeOneShotSilc 'Tokage' Renew2021-09-131-7/+6
* | fixed AnimationNodeTransition when xfade time is zeroSilc 'Tokage' Renew2021-09-111-1/+1
|/
* Fix AnimationBlendTree reset on resource loadingPouleyKetchoupp2021-08-261-1/+6
* Use doubles for time in animation codeAaron Franke2021-08-091-33/+33
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-2/+2
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-6/+6
* Optimize StringName usagereduz2021-07-181-5/+5
* Use PROPERTY_USAGE_NONE instead of 0 for no property usageAaron Franke2021-07-011-10/+10
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Improve resource load cachereduz2021-02-111-0/+7
* Removed _change_notifyreduz2021-02-101-2/+0
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-1/+1
* Initialize class variables with default values in scene/ [1/2]Rafał Mikrut2021-02-071-35/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-8/+13
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+25
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-79/+0