summaryrefslogtreecommitdiffstats
path: root/scene/animation/animation_tree.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-1/+3
|\
| * Add advance_on_start option to NodeAnimationSilc Lizard (Tokage) Renew2024-11-121-1/+3
| |
* | Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-271-2/+2
|\ \ | | | | | | Fix copyright headers referring to Godot
| * | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
| | |
* | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-261-9/+23
|\ \ \ | |/ / |/| / | |/
| * Implement array based hash mapnazarii2024-10-241-9/+23
| |
* | 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>
* Fix super call in various `get_configuration_warnings` methodsA Thousand Ships2024-09-051-1/+1
|
* Optimize animationsnazarii2024-08-301-3/+4
|
* Make NodeTimeInfo be not stored in tscnSilc Lizard (Tokage) Renew2024-07-281-3/+3
|
* Fix wrong usage of parameters_base_path StringNamekobewi2024-05-301-2/+2
|
* Use Core/Scene stringnames consistentlykobewi2024-05-131-1/+0
|
* Add shorthand for using singleton string nameskobewi2024-05-111-3/+3
|
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-3/+3
| | | | | | | | | Random-access access to `List` when iterating is `O(n^2)` (`O(n)` when accessing a single element) * Removed subscript operator, in favor of a more explicit `get` * Added conversion from `Iterator` to `ConstIterator` * Remade existing operations into other solutions when applicable
* Skeleton3D: Add SkeletonModifier / Deprecate Override / Separate PBSilc Lizard (Tokage) Renew2024-04-051-5/+0
|
* Add GraphFrame and integrate it in VisualShaderHendrik Brucker2024-04-041-2/+2
|
* Merge pull request #87171 from TokageItLab/retrieve-time-info-from-anim-treeRémi Verschelde2024-03-241-28/+71
|\ | | | | | | Rework AnimationNode process for retrieving the semantic time info
| * Rework AnimationNode process for retrieving the semantic time infoSilc Lizard (Tokage) Renew2024-03-201-28/+71
| |
* | Add autocompletion to AnimationNodeMicky2024-03-011-0/+28
|/
* Merge pull request #86321 from jsjtxietian/fix-blendnode-crashRémi Verschelde2024-02-221-1/+3
|\ | | | | | | Fix `blend_node` crash with invalid AnimationNode reference
| * Fix blend_node crash with invalid p_nodejsjtxietian2024-02-221-1/+3
| |
* | Fix some animation state corruptions on activate and reset on saveSilc Lizard (Tokage) Renew2024-02-191-3/+4
|/
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-2/+2
| | | | This reverts commit d3852deaa450d77edb30df2bb1c77bd7bc45befc.
* Add CallbackModeDiscrete to AnimationMixerSilc Lizard (Tokage) Renew2024-02-171-0/+1
|
* Update Node::get_configuration_warnings signatureRedMser2024-02-081-2/+2
|
* Update deferred calls to use Callableskobewi2024-01-091-3/+1
|
* Merge pull request #85575 from TokageItLab/Make-unstore-libraryYuri Sizov2023-12-161-0/+3
|\ | | | | | | Make unstore AnimationLibrary if AnimationTree is assigned AnimationPlayer
| * Make unstore AnimationLibrary if AnimationTree is assigned PlayerSilc Lizard (Tokage) Renew2023-12-011-0/+3
| |
* | Make AnimationTree reference AnimationPlayer instead of AnimationMixerHaoyu Qiu2023-12-161-9/+11
| |
* | Remove differences of the code between old AnimationTree and MixerSilc Lizard (Tokage) Renew2023-12-061-9/+9
|/
* Implement AnimationManager the base class of AnimationPlayer/TreeSilc Lizard (Tokage) Renew2023-09-291-1664/+289
|
* Clean up/refactor GraphNode and make it more flexibleHendrik Brucker2023-09-071-0/+8
| | | | | Split GraphNode into GraphElement and GraphNode, add custom titlebar, and adjust theming.
* Use NULL instead of COND checks when appropriateNinni Pipping2023-06-101-9/+9
| | | | Restricted to scene
* Single Compilation Unit build.lawnjelly2023-06-061-1/+1
| | | | | Adds support for simple SCU build (DEV_ENABLED only). This speeds up compilation by compiling multiple cpp files within a single translation unit.
* Implement NodeSub2 to AnimationTree & improve mathematical NodesSilc Lizard (Tokage) Renew2023-05-271-1/+1
|
* Allocate unique track_blends vector for animation states.SaracenOne2023-05-181-2/+2
| | | | Quick fix for a bug which occurs when blending the result of multiple instanced state machines outputting the same animation, but using filter tracks.
* Expose interpolation methods for 3D track in Animation classSilc Renew2023-04-251-25/+25
|
* Rework StateMachine and nested StateMachine processSilc Renew2023-04-181-15/+35
| | | | 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.
* Add root motion accumulator to fix broken RootMotionViewSilc Renew2023-02-101-24/+49
|
* Merge pull request #72722 from TokageItLab/animtree-mapRémi Verschelde2023-02-071-0/+56
|\ | | | | Fix AnimationNodeTransition initialization and AnimationNode remapping method
| * Fix NodeTransition initialization and AnimationNode remapping methodSilc Renew2023-02-051-0/+56
| |
* | Fixed animation audio to play considering time when seekingSilc Renew2023-02-051-0/+4
|/
* Remove meaningless `rename_parameter` in AnimationTreeSilc Renew2023-02-011-16/+0
|
* Force update AnimationTree player cache when AnimationPlayer changes.SaracenOne2023-01-311-0/+2
|
* Remove the max input limit & cleanup AnimationNodeTransition APISilc Renew2023-01-301-22/+36
|
* Implement blending audio feature to AnimationTreeSilc Renew2023-01-281-102/+191
|
* Fix AnimationTree MethodTrack discards all processSilc Renew2023-01-271-1/+1
|
* Make AnimTree/Player processes adopt to GDVIRTUALSilc Renew2023-01-261-25/+36
|
* Fix spamming audio preview and cleanup process in AnimationPlayer/TreeSilc Renew2023-01-261-8/+9
|
* Fix wrong BezierTrack init valueSilc Renew2023-01-221-1/+1
|