summaryrefslogtreecommitdiffstats
path: root/scene/animation/animation_player.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-17/+11
|\
| * Make start/end can be retrieved from each PlaybackData on AnimPlayerSilc Lizard (Tokage) Renew2024-11-231-17/+11
| |
* | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-0/+14
|\|
| * Add back `AnimationPlayer.get_argument_options`HolonProduction2024-11-151-0/+14
| |
* | Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-271-2/+2
|\ \ | | | | | | Fix copyright headers referring to Godot
| * | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
| | |
* | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-261-2/+2
|\ \ \ | |/ / |/| / | |/
| * Implement array based hash mapnazarii2024-10-241-2/+2
| |
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Fix error when stopping empty animation player.Ainsley Su2024-10-031-1/+1
| | | | | | Check if animation exists before get section start time. Signed-off-by: Ainsley Su <vhtmscyo@gmail.com>
* Add markers to animationchocola-mint2024-09-291-38/+149
|
* Add missing "Quad" capture TransitionType enum hintSilc Lizard (Tokage) Renew2024-09-151-1/+1
|
* Snap current position to the edge on animation finishedSilc Lizard (Tokage) Renew2024-08-011-1/+4
|
* Add approx comparing methods to Animation, use them on time comparisonSilc Lizard (Tokage) Renew2024-07-241-19/+19
|
* Handle internal seek on AnimationPlayer to process discrete correctlySilc Lizard (Tokage) Renew2024-07-161-10/+17
|
* Fix seeking Animation immediate after playback for Discrete trackSilc Lizard (Tokage) Renew2024-06-081-2/+7
|
* Fix Deterministic blending with Dominant doesn't have init valueSilc Lizard (Tokage) Renew2024-05-211-2/+2
|
* Use Core/Scene stringnames consistentlykobewi2024-05-131-2/+1
|
* Add shorthand for using singleton string nameskobewi2024-05-111-4/+4
|
* Add argument options to AnimationPlayer for auto captureSilc Lizard (Tokage) Renew2024-05-031-1/+37
|
* Add auto_capture option to AnimationPlayerSilc Lizard (Tokage) Renew2024-05-021-59/+60
|
* Make activating on ready in AnimationPlayer respect the property valueSilc Lizard (Tokage) Renew2024-04-271-1/+1
|
* Optimise Object's `get_argument_options`Micky2024-02-291-2/+4
|
* Fix some DEFVALs to use the right typeRaul Santos2024-02-231-2/+2
| | | | | - Use `StringName()` in DEFVAL for StringNames. - Use `Variant()` in DEFVAL for Variants.
* Add capture() and play_with_capture() as substitute of update captureSilc Lizard (Tokage) Renew2024-02-121-2/+67
|
* Make default blend_left consider current blend amountSilc Lizard (Tokage) Renew2024-01-091-10/+13
|
* Merge pull request #86729 from Mickeon/autocompletion-for-allRémi Verschelde2024-01-031-1/+1
|\ | | | | | | Fix missing autocompletion for inheriting classes
| * Fix missing autocompletion for inheriting classesMicky2024-01-031-1/+1
| |
* | Fix discrete key retrieval method after startSilc Lizard (Tokage) Renew2024-01-031-1/+3
|/
* Fix AnimationPlayer seeking for Discrete keysSilc Lizard (Tokage) Renew2023-12-011-1/+1
|
* Check the seek process immediately after playback as a special caseSilc Lizard (Tokage) Renew2023-11-261-4/+10
|
* Clear seeked/started flag after seeking/advancing in AnimationPlayerSilc Lizard (Tokage) Renew2023-11-221-0/+7
|
* Ensure AnimationPlayer evaluate animations when autoplay is enabled and node ↵Martin Felis2023-11-141-0/+1
| | | | | | | | becomes ready. Fixes #83326. The issue was introduced in the refactoring done in 1b95827d3ef244de322b0c16deb49fefe48ed1a1.
* Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-081-2/+2
|
* Fix AnimationPlayer::play() process unwanted startSilc 'Tokage' Renew2023-10-061-6/+9
|
* Tweak AnimationPlayer speed scale property hint to make dragging usefulAaron Franke2023-10-011-1/+1
|
* Implement AnimationManager the base class of AnimationPlayer/TreeSilc Lizard (Tokage) Renew2023-09-291-1772/+235
|
* Ensure methods skipped by AnimationPlayer::seek are not calledChia-Hsiang Cheng2023-08-171-1/+1
|
* Use `get_node_or_null` when null checks are presentNinni Pipping2023-06-101-1/+1
| | | | Avoids duplicate or unnecessary errors
* Use NULL instead of COND checks when appropriateNinni Pipping2023-06-101-2/+2
| | | | Restricted to scene
* Fix AnimationPlayer cumulative speed_scalekobewi2023-05-261-2/+2
|
* Expose interpolation methods for 3D track in Animation classSilc Renew2023-04-251-4/+4
|
* Add some missing translatable editor stringsHaoyu Qiu2023-02-101-1/+1
|
* Some code simplificationsMarkus Sauermann2023-02-071-1/+1
| | | | | | | | | 1. `number_width` isn't used later 2. `return_type` is used only once 3. AudioServer::get_singleton()->get_channel_count() always returns a channel_count of 1 or larger 4. negative `aa->backward` conditional 5. `current_canvas` == `find_world_2d()->get_canvas()` 6. identical if `render_shadows`
* Fixed animation audio to play considering time when seekingSilc Renew2023-02-051-7/+8
|
* Allow seek() without assigned animation in AnimationPlayerSilc Renew2023-01-301-5/+10
|
* Implement blending audio feature to AnimationTreeSilc Renew2023-01-281-85/+149
|
* Merge pull request #71907 from TokageItLab/change-animated-sprite-apiRémi Verschelde2023-01-271-3/+7
|\ | | | | | | Make `AnimatedSprite`'s playback API consistent with `AnimationPlayer`
| * Make AnimatedSprite's playback API consistent with AnimationPlayerSilc Renew2023-01-261-3/+7
| |
* | Make AnimTree/Player processes adopt to GDVIRTUALSilc Renew2023-01-261-8/+19
| |