summaryrefslogtreecommitdiffstats
path: root/scene/animation/animation_mixer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-261-30/+122
|\
| * Merge pull request #95711 from TokageItLab/warn-oneshot-propThaddeus Crews2024-11-221-0/+9
| |\
| | * Add hint for oneshot & warning when it will be updated continuouslySilc Lizard (Tokage) Renew2024-11-111-0/+9
| * | Merge pull request #99394 from TokageItLab/root-localThaddeus Crews2024-11-221-30/+101
| |\ \
| | * | Add root_motion_local option to AnimationMixerSilc Lizard (Tokage) Renew2024-11-191-30/+101
| * | | Add persistent folding to Animation Library EditorIllauriel2024-11-191-0/+12
| |/ /
* | | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-12/+25
|\| |
| * | Fix `capture_cache.animation` was not cachedNazarii2024-10-311-12/+25
* | | 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-21/+45
|\ \ \ \ | |/ / / |/| / / | |/ /
| * / Implement array based hash mapnazarii2024-10-241-21/+45
| |/
* / Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Add markers to animationchocola-mint2024-09-291-44/+49
* Merge pull request #96572 from adamscott/fix-samples-leakRémi Verschelde2024-09-091-0/+3
|\
| * Fix leak when using audio samples instead of streamsAdam Scott2024-09-041-0/+3
* | Fix AnimationLibrary loadingkobewi2024-09-051-3/+2
|/
* Use static LocalVector for processed_hashesNazarii2024-08-301-1/+2
* Optimize animationsnazarii2024-08-301-56/+70
* Fix processed_hashes type to Animation::TypeHash from intSilc Lizard (Tokage) Renew2024-07-251-1/+1
* Fix total weight calculation to separate track typesSilc Lizard (Tokage) Renew2024-07-251-7/+6
* Add approx comparing methods to Animation, use them on time comparisonSilc Lizard (Tokage) Renew2024-07-241-21/+21
* Fix Bezier track init value on cachingSilc Lizard (Tokage) Renew2024-07-011-2/+4
* Make AnimationTrackCaches invalid when animation is addedSilc Lizard (Tokage) Renew2024-06-231-0/+1
* Add samples playback supportAdam Scott2024-06-181-4/+23
* Fix force continuous un-interpolatable value is not applied correctlySilc Lizard (Tokage) Renew2024-06-151-4/+23
* Fix seeking Animation immediate after playback for Discrete trackSilc Lizard (Tokage) Renew2024-06-081-6/+7
* Fix Deterministic blending with Dominant doesn't have init valueSilc Lizard (Tokage) Renew2024-05-211-6/+22
* Use Core/Scene stringnames consistentlykobewi2024-05-131-3/+2
* Add shorthand for using singleton string nameskobewi2024-05-111-10/+10
* Add auto_capture option to AnimationPlayerSilc Lizard (Tokage) Renew2024-05-021-1/+1
* Make seeking animation playback track consider internal seekingSilc Lizard (Tokage) Renew2024-05-011-2/+5
* Separate value/bezier track caching process in AnimationMixerSilc Lizard (Tokage) Renew2024-04-101-4/+10
* Make AnimationMixer consider Discrete for RESET trackSilc Lizard (Tokage) Renew2024-04-061-3/+11
* Skeleton3D: Add SkeletonModifier / Deprecate Override / Separate PBSilc Lizard (Tokage) Renew2024-04-051-16/+9
* Fix AnimationPlaybackTrack seeking behavior overallSilc Lizard (Tokage) Renew2024-03-231-6/+6
* Disable all 3D nodes, physics, and resources when compiling without 3DAaron Franke2024-03-111-3/+6
* Fix wrong line of making flag to discrete in AnimationMixerSilc Lizard (Tokage) Renew2024-03-101-1/+1
* Optimise Object's `get_argument_options`Micky2024-02-291-1/+3
* Force non-numeric ValueTrack use Discrete with DominantSilc Lizard (Tokage) Renew2024-02-221-2/+5
* Fix AnimationMixer breaking animations with redundant checkTravis Lange2024-02-191-7/+0
* Fix some animation state corruptions on activate and reset on saveSilc Lizard (Tokage) Renew2024-02-191-1/+7
* Fix some condition for BezierTrack to distinguish between ValueTrackSilc Lizard (Tokage) Renew2024-02-181-6/+6
* Make consistent the retrieval of audio tracksSilc Lizard (Tokage) Renew2024-02-181-4/+6
* Add CallbackModeDiscrete to AnimationMixerSilc Lizard (Tokage) Renew2024-02-171-30/+33
* Add option to silence some warnings in AnimationMixer cachingSilc Lizard (Tokage) Renew2024-02-141-16/+22
* Improve AnimationMixer warningskobewi2024-02-121-4/+17
* Add capture() and play_with_capture() as substitute of update captureSilc Lizard (Tokage) Renew2024-02-121-0/+92
* Update deferred calls to use Callableskobewi2024-01-091-1/+1
* Remove Object pointer/solve types conflict in AnimationTrackCacheSilc Lizard (Tokage) Renew2024-01-081-208/+203