summaryrefslogtreecommitdiffstats
path: root/scene/animation
Commit message (Expand)AuthorAgeFilesLines
* 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-223-33/+107
|\ \
| * | Add root_motion_local option to AnimationMixerSilc Lizard (Tokage) Renew2024-11-193-33/+107
* | | Merge pull request #99348 from TokageItLab/explicit_elapseThaddeus Crews2024-11-222-1/+22
|\ \ \
| * | | Add explicit_elapse option to NodeSeek to handle some processesSilc Lizard (Tokage) Renew2024-11-202-1/+22
| |/ /
* | | Merge pull request #86481 from Illauriel/add-animlib-foldingThaddeus Crews2024-11-212-0/+13
|\ \ \ | |/ / |/| |
| * | Add persistent folding to Animation Library EditorIllauriel2024-11-192-0/+13
* | | Add back `AnimationPlayer.get_argument_options`HolonProduction2024-11-152-0/+18
|/ /
* | Merge pull request #94372 from TokageItLab/advance-on-startThaddeus Crews2024-11-134-4/+31
|\ \
| * | Add advance_on_start option to NodeAnimationSilc Lizard (Tokage) Renew2024-11-124-4/+31
* | | Merge pull request #98706 from Nazarwadim/fix_capture_cache_was_not_cachedThaddeus Crews2024-11-132-12/+26
|\ \ \ | |/ / |/| |
| * | Fix `capture_cache.animation` was not cachedNazarii2024-10-312-12/+26
* | | Merge pull request #97020 from GuilhermeGSousa/fix-non-const-anim-node-processThaddeus Crews2024-10-291-1/+1
|\ \ \ | |/ / |/| |
| * | Fix non const animation node process functionGuilherme Sousa2024-10-261-1/+1
| |/
* / Implement array based hash mapnazarii2024-10-247-50/+126
|/
* Fix error when stopping empty animation player.Ainsley Su2024-10-031-1/+1
* Add markers to animationchocola-mint2024-09-295-85/+215
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* Update AnimationTree parameter list when updating AnimationNodeTransition inp...Haoyu Qiu2024-09-201-1/+5
* Merge pull request #97018 from TokageItLab/add-quart-anim-capRémi Verschelde2024-09-161-1/+1
|\
| * Add missing "Quad" capture TransitionType enum hintSilc Lizard (Tokage) Renew2024-09-151-1/+1
* | StringName: Fix empty hashrune-scape2024-09-091-10/+0
* | 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
| |/
* | Merge pull request #93353 from AThousandShips/config_warning_fixRémi Verschelde2024-09-081-1/+1
|\ \
| * | Fix super call in various `get_configuration_warnings` methodsA Thousand Ships2024-09-051-1/+1
| |/
* / Fix AnimationLibrary loadingkobewi2024-09-051-3/+2
|/
* Merge pull request #92838 from Nazarwadim/small_animation_optimizationRémi Verschelde2024-09-024-61/+78
|\
| * Use static LocalVector for processed_hashesNazarii2024-08-301-1/+2
| * Optimize animationsnazarii2024-08-304-60/+76
* | Fix Tweeners to emit finished() when underlying object is deletedBlackShift2024-08-291-0/+3
|/
* Merge pull request #95545 from KoBeWi/finish_tween!Rémi Verschelde2024-08-162-8/+10
|\
| * Add internal _finish() method to Tweenerkobewi2024-08-152-8/+10
* | Remove empty bind_methods()kobewi2024-08-152-42/+0
|/
* Snap current position to the edge on animation finishedSilc Lizard (Tokage) Renew2024-08-012-1/+5
* Merge pull request #94859 from TokageItLab/unstorage-node-time-infoRémi Verschelde2024-07-281-3/+3
|\
| * Make NodeTimeInfo be not stored in tscnSilc Lizard (Tokage) Renew2024-07-281-3/+3
* | Determine break_loop_at_end 1 frame earlier using prediction by deltaSilc Lizard (Tokage) Renew2024-07-284-13/+9
|/
* 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-245-72/+77
* Merge pull request #94420 from TokageItLab/player-seek-internalRémi Verschelde2024-07-232-11/+20
|\
| * Handle internal seek on AnimationPlayer to process discrete correctlySilc Lizard (Tokage) Renew2024-07-162-11/+20
* | Fix StateMachine process when transition to end & optimize StringNameSilc Lizard (Tokage) Renew2024-07-132-41/+38
|/
* fix the sorting of blend_times in animation playerJacob Millner2024-07-031-2/+2
* 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-182-5/+31
* Merge pull request #92636 from TokageItLab/blend-point-checkRémi Verschelde2024-06-172-2/+6
|\