summaryrefslogtreecommitdiffstats
path: root/scene/animation/animation_mixer.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-261-0/+5
|\
| * Merge pull request #99394 from TokageItLab/root-localThaddeus Crews2024-11-221-0/+4
| |\
| | * Add root_motion_local option to AnimationMixerSilc Lizard (Tokage) Renew2024-11-191-0/+4
| * | Add persistent folding to Animation Library EditorIllauriel2024-11-191-0/+1
| |/
* | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-0/+1
|\|
| * Fix `capture_cache.animation` was not cachedNazarii2024-10-311-0/+1
* | 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/+12
|\ \ \ | |/ / |/| / | |/
| * Implement array based hash mapnazarii2024-10-241-9/+12
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Add markers to animationchocola-mint2024-09-291-0/+2
* Optimize animationsnazarii2024-08-301-0/+1
* Add samples playback supportAdam Scott2024-06-181-1/+8
* Fix Deterministic blending with Dominant doesn't have init valueSilc Lizard (Tokage) Renew2024-05-211-3/+3
* Make AnimationMixer consider Discrete for RESET trackSilc Lizard (Tokage) Renew2024-04-061-0/+7
* Skeleton3D: Add SkeletonModifier / Deprecate Override / Separate PBSilc Lizard (Tokage) Renew2024-04-051-2/+3
* Optimise Object's `get_argument_options`Micky2024-02-291-0/+3
* Force non-numeric ValueTrack use Discrete with DominantSilc Lizard (Tokage) Renew2024-02-221-0/+2
* Make CallbackModeDiscrete.Dominant be default for AnimationPlayerSilc Lizard (Tokage) Renew2024-02-181-1/+1
* Add CallbackModeDiscrete to AnimationMixerSilc Lizard (Tokage) Renew2024-02-171-2/+13
* Add capture() and play_with_capture() as substitute of update captureSilc Lizard (Tokage) Renew2024-02-121-1/+27
* Remove Object pointer/solve types conflict in AnimationTrackCacheSilc Lizard (Tokage) Renew2024-01-081-36/+18
* Add const lvalue ref to container parametersMuller-Castro2024-01-051-1/+1
* Add autocompletion for AnimationLibrary's & AnimationMixerMicky2024-01-041-0/+1
* Perform safe copies in AnimatedValuesBackup::get_cache_copy()Pedro J. Estébanez2023-11-241-0/+58
* Fix TrackCache memory crashkobewi2023-11-231-7/+6
* Bind `_reset`/`_restore` in AnimationMixerSilc Lizard (Tokage) Renew2023-11-231-12/+10
* Merge pull request #84815 from TokageItLab/array-animationRémi Verschelde2023-11-161-0/+1
|\
| * Rework blending method in Variant animation for Int/Array/StringSilc Lizard (Tokage) Renew2023-11-161-0/+1
* | Fix ValueTrack with Resource is leakingSilc Lizard (Tokage) Renew2023-11-161-0/+19
|/
* Remove AnimationMixer bindings only bound in the editorRaul Santos2023-10-161-3/+5
* Implement AnimationManager the base class of AnimationPlayer/TreeSilc Lizard (Tokage) Renew2023-09-291-0/+384