summaryrefslogtreecommitdiffstats
path: root/scene/animation/animation_tree.cpp
Commit message (Expand)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 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
|/
* 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
* 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 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 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
* 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 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
* Use NULL instead of COND checks when appropriateNinni Pipping2023-06-101-9/+9
* Single Compilation Unit build.lawnjelly2023-06-061-1/+1
* 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
* 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
* 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 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