summaryrefslogtreecommitdiffstats
path: root/scene/animation
Commit message (Expand)AuthorAgeFilesLines
* [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
|\ \ | |/ |/|
| * Fix blend_node crash with invalid p_nodejsjtxietian2024-02-222-1/+4
* | 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-192-4/+11
|/
* Merge pull request #88492 from TokageItLab/dominant-animRémi Verschelde2024-02-191-1/+1
|\
| * Make CallbackModeDiscrete.Dominant be default for AnimationPlayerSilc Lizard (Tokage) Renew2024-02-181-1/+1
* | Fix some condition for BezierTrack to distinguish between ValueTrackSilc Lizard (Tokage) Renew2024-02-181-6/+6
|/
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-172-3/+3
* Make consistent the retrieval of audio tracksSilc Lizard (Tokage) Renew2024-02-181-4/+6
* Add CallbackModeDiscrete to AnimationMixerSilc Lizard (Tokage) Renew2024-02-173-32/+47
* Merge pull request #86608 from TokageItLab/add-warn-setting-animRémi Verschelde2024-02-171-16/+22
|\
| * Add option to silence some warnings in AnimationMixer cachingSilc Lizard (Tokage) Renew2024-02-141-16/+22
* | Merge pull request #82306 from KoBeWi/tween_literally_anythingRémi Verschelde2024-02-172-3/+27
|\ \ | |/ |/|
| * Add set_custom_interpolator() to PropertyTweenerkobewi2023-10-122-3/+27
* | Improve AnimationMixer warningskobewi2024-02-121-4/+17
* | Merge pull request #86884 from Mickeon/autocompletion-AnimationNodeStateMachineRémi Verschelde2024-02-124-0/+36
|\ \
| * | Add Autocompletion for AnimationNodeStateMachine & BlendTreeMicky2024-01-064-0/+36
* | | Add capture() and play_with_capture() as substitute of update captureSilc Lizard (Tokage) Renew2024-02-124-3/+188
* | | Merge pull request #88110 from RedMser/fix-compat-bindingsRémi Verschelde2024-02-091-1/+1
|\ \ \
| * | | Fix wrongly named compat bindingRedMser2024-02-081-1/+1
* | | | Update Node::get_configuration_warnings signatureRedMser2024-02-082-3/+3
|/ / /
* | | Remove unnecessary `this->` expressionsA Thousand Ships2024-01-292-4/+4
* | | Merge pull request #87459 from jsjtxietian/tween-fromRémi Verschelde2024-01-261-2/+4
|\ \ \
| * | | Fix pass int to tween's from with float property will be forced to interpolat...jsjtxietian2024-01-221-2/+4
* | | | Merge pull request #86221 from TokageItLab/fix-blend-leftYuri Sizov2024-01-222-10/+15
|\ \ \ \ | |/ / / |/| | |
| * | | Make default blend_left consider current blend amountSilc Lizard (Tokage) Renew2024-01-092-10/+15
* | | | Update deferred calls to use Callableskobewi2024-01-093-7/+3
|/ / /
* | | Remove Object pointer/solve types conflict in AnimationTrackCacheSilc Lizard (Tokage) Renew2024-01-083-244/+265
* | | Merge pull request #86874 from AThousandShips/no_3d_fixRémi Verschelde2024-01-082-11/+8
|\ \ \
| * | | Fix some build errors with `disable_3d=Yes`A Thousand Ships2024-01-072-11/+8
| |/ /
* / / Add const lvalue ref to container parametersMuller-Castro2024-01-052-2/+2
|/ /
* | Add autocompletion for AnimationLibrary's & AnimationMixerMicky2024-01-042-0/+21
* | Merge pull request #86729 from Mickeon/autocompletion-for-allRémi Verschelde2024-01-031-1/+1
|\ \
| * | Fix missing autocompletion for inheriting classesMicky2024-01-031-1/+1
* | | Fix discrete key retrieval method after startSilc Lizard (Tokage) Renew2024-01-031-1/+3
|/ /
* | 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
* | | Merge pull request #85794 from TokageItLab/stablemixerRémi Verschelde2023-12-123-12/+12
|\ \ \
| * | | Remove differences of the code between old AnimationTree and MixerSilc Lizard (Tokage) Renew2023-12-063-12/+12
* | | | Replace memory allocation point of ValueTrack correctly in AnimationMixerAlistair Leslie-Hughes2023-12-121-3/+4
* | | | Merge pull request #85681 from KoBeWi/continue_but_not_nowRémi Verschelde2023-12-042-5/+9
|\ \ \ \
| * | | | Fix Tween loop initial valuekobewi2023-12-022-5/+9
| | |/ / | |/| |
* | | | Merge pull request #85569 from TokageItLab/fix-seek-diecreteRémi Verschelde2023-12-041-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Fix AnimationPlayer seeking for Discrete keysSilc Lizard (Tokage) Renew2023-12-011-1/+1
| |/ /