summaryrefslogtreecommitdiffstats
path: root/scene/animation/animation_blend_tree.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-261-1/+15
|\
| * Add explicit_elapse option to NodeSeek to handle some processesSilc Lizard (Tokage) Renew2024-11-201-1/+15
| |
* | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-2/+22
|\|
| * Add advance_on_start option to NodeAnimationSilc Lizard (Tokage) Renew2024-11-121-2/+22
| |
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
| |
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Add markers to animationchocola-mint2024-09-291-0/+2
|
* Update AnimationTree parameter list when updating AnimationNodeTransition ↵Haoyu Qiu2024-09-201-1/+5
| | | | input names
* Remove empty bind_methods()kobewi2024-08-151-21/+0
|
* Snap current position to the edge on animation finishedSilc Lizard (Tokage) Renew2024-08-011-0/+1
|
* Determine break_loop_at_end 1 frame earlier using prediction by deltaSilc Lizard (Tokage) Renew2024-07-281-7/+2
|
* Add approx comparing methods to Animation, use them on time comparisonSilc Lizard (Tokage) Renew2024-07-241-28/+29
|
* Use Core/Scene stringnames consistentlykobewi2024-05-131-3/+2
|
* Merge pull request #81303 from KoBeWi/the_forbidden_name_of_stringsRémi Verschelde2024-05-131-8/+8
|\ | | | | | | Add shorthand for using singleton string names
| * Add shorthand for using singleton string nameskobewi2024-05-111-8/+8
| |
* | Invert start offset on AnimationNode custom timelineSilc Lizard (Tokage) Renew2024-05-111-3/+3
|/
* Fix various typos with codespellRémi Verschelde2024-05-071-1/+1
| | | | | | | | | Using 2.2.7.dev217+g10c2abcf. Had to add `colour` to the ignore list as we used it as an alias/keyword for the documentation of color-related APIs. Also ignore recommendations to change `thirdparty` to either `third-party` or `third party`, which are correct but we use the former fairly consistently.
* Rework AnimationNode process for retrieving the semantic time infoSilc Lizard (Tokage) Renew2024-03-201-139/+365
|
* Optimise Object's `get_argument_options`Micky2024-02-291-2/+4
|
* Fix blend_node crash with invalid p_nodejsjtxietian2024-02-221-0/+1
|
* Add Autocompletion for AnimationNodeStateMachine & BlendTreeMicky2024-01-061-0/+16
|
* Implement AnimationManager the base class of AnimationPlayer/TreeSilc Lizard (Tokage) Renew2023-09-291-67/+139
|
* Fix various typos with codespellRémi Verschelde2023-09-181-1/+1
| | | | Using 2.2.6.dev193+g907e5380.
* Avoid emitting signals if the animation is not ready to be processedChia-Hsiang Cheng2023-08-071-1/+1
|
* Merge pull request #79403 from TokageItLab/fix-negative-timescale-transitionYuri Sizov2023-07-241-5/+6
|\ | | | | | | Fix `AnimationNodeTransition` with negative time scale
| * Fix NodeTransition with negative time scaleSilc Lizard (Tokage) Renew2023-07-131-5/+6
| |
* | Merge pull request #79595 from TokageItLab/rbmap-animblendtreeYuri Sizov2023-07-211-3/+0
|\ \ | | | | | | | | | Make `AnimationNodeBlendTree` use `RBMap` insteads `HashMap`
| * | Make AnimationNodeBlendTree use RBMap insteads HashMapSilc Lizard (Tokage) Renew2023-07-181-3/+0
| |/
* / Unify and streamline connecting to Resource changeskobewi2023-07-171-4/+4
|/
* Use NULL instead of COND checks when appropriateNinni Pipping2023-06-101-1/+1
| | | | Restricted to scene
* Implement NodeSub2 to AnimationTree & improve mathematical NodesSilc Lizard (Tokage) Renew2023-05-271-4/+37
|
* Fix NodeOneShot doesn't respect fade-out when aborting and improvementSilc Lizard (Tokage) Renew2023-05-151-42/+120
|
* Rework StateMachine and nested StateMachine processSilc Renew2023-04-181-45/+50
| | | | Breaking compatibility: If a StateMachineTransition is connected to a nested StateMachine prior to this, it is removed. Also, there was a feature to connect another StateMachine as the End of a StateMachine, which is also removed to avoid reference confusion. It was like a GoTo Statement, also further passing the same reference to the blending process, causing the blending calculation to break or causing some StateMachines to not work.
* Refactor NodeTransition/OneShot to handle seek/filter correctlySilc Renew2023-02-131-20/+21
|
* Merge pull request #73120 from TokageItLab/fix-transition-reset-fadeRémi Verschelde2023-02-111-4/+13
|\ | | | | | | Fix remaining fade doesn't clear when reset in AnimationNodeTransition
| * Fix remaining fade doesn't clear when reset in AnimationNodeTransitionSilc Renew2023-02-121-4/+13
| |
* | Fix NodeOneShot fade-out doesn't blend animations correctlySilc Renew2023-02-121-3/+4
|/
* Fix broken first frame of NodeTransition/NodeOneShot when xfade is 0Silc Renew2023-02-101-8/+13
|
* Fix NodeTransition initialization and AnimationNode remapping methodSilc Renew2023-02-051-8/+45
|
* Consistent with NodeTimeSeek parameters OtherNodesSilc Renew2023-02-011-16/+16
|
* Make restart in NodeStateMachine / NodeTransition optionalSilc Renew2023-02-011-9/+23
|
* Allow the Reset option of NodeTransition to be set for each InputSilc Renew2023-01-311-19/+25
|
* Remove the max input limit & cleanup AnimationNodeTransition APISilc Renew2023-01-301-67/+83
|
* Fix max limit of AnimationNodeTransition input count in the inspectorSilc Renew2023-01-211-1/+1
|
* Allow AnimationNodes to restart when transitioning to the same stateSilc Renew2023-01-191-42/+104
|
* Add next/reset function to AnimationStateMachineSilc Renew2023-01-191-8/+8
|
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
| | | | | | | | | | | | | | | | | | | | As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see".
* Add animation_started/finished signals to AnimationTreeSilc Renew2022-12-211-0/+13
|
* Fixed a bug where negative Blend values were being discardedSilc Renew2022-12-201-5/+6
|
* Refactor process of animation to retrive keys more exactlySilc Renew2022-12-011-27/+27
|