summaryrefslogtreecommitdiffstats
path: root/scene/animation/animation_blend_tree.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-261-0/+7
|\
| * Add explicit_elapse option to NodeSeek to handle some processesSilc Lizard (Tokage) Renew2024-11-201-0/+7
* | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-0/+5
|\|
| * Add advance_on_start option to NodeAnimationSilc Lizard (Tokage) Renew2024-11-121-0/+5
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Remove empty bind_methods()kobewi2024-08-151-21/+0
* Rework AnimationNode process for retrieving the semantic time infoSilc Lizard (Tokage) Renew2024-03-201-16/+45
* Optimise Object's `get_argument_options`Micky2024-02-291-0/+2
* Add Autocompletion for AnimationNodeStateMachine & BlendTreeMicky2024-01-061-0/+2
* Implement AnimationManager the base class of AnimationPlayer/TreeSilc Lizard (Tokage) Renew2023-09-291-12/+12
* Make AnimationNodeBlendTree use RBMap insteads HashMapSilc Lizard (Tokage) Renew2023-07-181-1/+1
* Implement NodeSub2 to AnimationTree & improve mathematical NodesSilc Lizard (Tokage) Renew2023-05-271-0/+20
* Fix NodeOneShot doesn't respect fade-out when aborting and improvementSilc Lizard (Tokage) Renew2023-05-151-13/+24
* Rework StateMachine and nested StateMachine processSilc Renew2023-04-181-12/+12
* Fix NodeTransition initialization and AnimationNode remapping methodSilc Renew2023-02-051-1/+7
* Consistent with NodeTimeSeek parameters OtherNodesSilc Renew2023-02-011-1/+1
* Make restart in NodeStateMachine / NodeTransition optionalSilc Renew2023-02-011-0/+4
* Allow the Reset option of NodeTransition to be set for each InputSilc Renew2023-01-311-5/+8
* Remove the max input limit & cleanup AnimationNodeTransition APISilc Renew2023-01-301-19/+8
* Allow AnimationNodes to restart when transitioning to the same stateSilc Renew2023-01-191-17/+19
* Add next/reset function to AnimationStateMachineSilc Renew2023-01-191-3/+3
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Refactor process of AnimationTree for end of animationSilc Renew2022-11-221-12/+12
* Change time parameters and variables to double typeDave Palais2022-09-261-19/+19
* Merge pull request #63802 from TokageItLab/curve-transitionRémi Verschelde2022-08-221-3/+7
|\
| * added Curve in animation node transition for better control over cros…Silc Renew2022-08-181-3/+7
* | Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-2/+2
|/
* refactor sync in AnimationTreeSilc Renew2022-07-161-33/+31
* Add dedicated macros for property name extractionHaoyu Qiu2022-05-191-8/+8
* Merge pull request #60774 from TokageItLab/root-seek-modeRémi Verschelde2022-05-181-13/+13
|\
| * Fixed delta & Implement selection of whether or not to seek rootSilc Renew2022-05-091-13/+13
* | Replace most uses of Map by HashMapreduz2022-05-161-1/+1
|/
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* reimplement ping-pongSilc 'Tokage' Renew2021-11-031-5/+21
* Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...Juan Linietsky2021-10-111-21/+5
* implement ping-pong loop in animationTokage2021-10-091-5/+21
* Fix AnimationBlendTree reset on resource loadingPouleyKetchoupp2021-08-261-0/+2
* Use doubles for time in animation codeAaron Franke2021-08-091-11/+11
* Improve resource load cachereduz2021-02-111-0/+2
* Initialize class variables with default values in scene/ [1/2]Rafał Mikrut2021-02-071-33/+32
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Add override keywords.Marcel Admiraal2020-07-101-47/+47
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-2/+0
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-191-2/+3
* Implement missing autorestart in oneshot node, closes #22238Juan Linietsky2019-01-251-0/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Proper time tracking in AnimationNodeAnimation, closes #22887Juan Linietsky2018-11-081-4/+3
* Add missing copyright headersRémi Verschelde2018-08-291-0/+30