summaryrefslogtreecommitdiffstats
path: root/scene/animation
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\
| * Add blend point check to AnimationNodeBlendSpace2D::_process()Silc Lizard (Tokage) Renew2024-06-012-2/+6
* | 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-082-8/+14
* | Fix BlendSpace2D sync flagging lineSilc Lizard (Tokage) Renew2024-06-041-1/+1
|/
* Fix wrong usage of parameters_base_path StringNamekobewi2024-05-301-2/+2
* Fix Deterministic blending with Dominant doesn't have init valueSilc Lizard (Tokage) Renew2024-05-213-11/+27
* Use Core/Scene stringnames consistentlykobewi2024-05-135-14/+10
* Merge pull request #81303 from KoBeWi/the_forbidden_name_of_stringsRémi Verschelde2024-05-134-25/+25
|\
| * Add shorthand for using singleton string nameskobewi2024-05-114-25/+25
* | Invert start offset on AnimationNode custom timelineSilc Lizard (Tokage) Renew2024-05-111-3/+3
|/
* Fix various typos with codespellRémi Verschelde2024-05-071-1/+1
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-042-8/+8
* Add argument options to AnimationPlayer for auto captureSilc Lizard (Tokage) Renew2024-05-032-1/+48
* Add auto_capture option to AnimationPlayerSilc Lizard (Tokage) Renew2024-05-023-61/+68
* Merge pull request #90960 from TokageItLab/fix-animation-playback-track-seekRémi Verschelde2024-05-011-2/+5
|\
| * Make seeking animation playback track consider internal seekingSilc Lizard (Tokage) Renew2024-05-011-2/+5
* | Make activating on ready in AnimationPlayer respect the property valueSilc Lizard (Tokage) Renew2024-04-271-1/+1
|/
* 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-062-3/+18
* Skeleton3D: Add SkeletonModifier / Deprecate Override / Separate PBSilc Lizard (Tokage) Renew2024-04-053-23/+12
* Add GraphFrame and integrate it in VisualShaderHendrik Brucker2024-04-042-4/+4
* Merge pull request #89575 from TokageItLab/move-loop-check-stateRémi Verschelde2024-04-041-4/+5
|\
| * Move the line of infinity loop checking in AnimationStateMachineSilc Lizard (Tokage) Renew2024-03-171-4/+5
* | Merge pull request #89794 from TokageItLab/animationplayback-seekRémi Verschelde2024-03-241-6/+6
|\ \
| * | Fix AnimationPlaybackTrack seeking behavior overallSilc Lizard (Tokage) Renew2024-03-231-6/+6
| |/
* | Merge pull request #87171 from TokageItLab/retrieve-time-info-from-anim-treeRémi Verschelde2024-03-2410-307/+643
|\ \
| * | Rework AnimationNode process for retrieving the semantic time infoSilc Lizard (Tokage) Renew2024-03-2010-307/+643
| |/
* | Merge pull request #86888 from Mickeon/autocompletion-AnimationNodeRémi Verschelde2024-03-242-0/+32
|\ \ | |/ |/|
| * Add autocompletion to AnimationNodeMicky2024-03-012-0/+32
* | 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
|/
* Merge pull request #86743 from Mickeon/autocompletion-optimise-objectRémi Verschelde2024-03-018-7/+24
|\
| * Optimise Object's `get_argument_options`Micky2024-02-298-7/+24
* | [Animation] Improvements to `Tween` memory managementA Thousand Ships2024-02-262-18/+18
|/
* Merge pull request #84906 from /fix-some-defvalsRémi Verschelde2024-02-233-2/+14
|\
| * Fix some DEFVALs to use the right typeRaul Santos2024-02-233-2/+14
* | Merge pull request #88661 from TokageItLab/fix-dominant-convRémi Verschelde2024-02-222-2/+7
|\ \
| * | Force non-numeric ValueTrack use Discrete with DominantSilc Lizard (Tokage) Renew2024-02-222-2/+7
| |/
* | Merge pull request #86321 from jsjtxietian/fix-blendnode-crashRémi Verschelde2024-02-222-1/+4
|\ \ | |/ |/|