summaryrefslogtreecommitdiffstats
path: root/scene/2d/animated_sprite_2d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-2/+4
|\
| * Compile certain `CanvasItem._edit_*()` functions with `DEBUG_ENABLED`Michael Alexsander2024-11-021-2/+4
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-311-2/+2
* Fix Issue #94145 Incorrect text in the Node Configuration Warning dialogValeriy Molchanov2024-07-091-1/+1
* Add alternative pixel roundingMark DiBarry2024-06-291-1/+1
* Fix AnimationSprite2D/3D::play using wrong end_frameRobocraft9992024-06-261-1/+4
* Use Core/Scene stringnames consistentlykobewi2024-05-131-5/+4
* Add shorthand for using singleton string nameskobewi2024-05-111-7/+7
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-1/+1
* Optimise Object's `get_argument_options`Micky2024-02-291-1/+4
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-2/+2
* Stabilize snapping 2D transforms to pixelAdam Scott2024-02-121-1/+2
* Update Node::get_configuration_warnings signatureRedMser2024-02-081-2/+2
* Merge pull request #86733 from Mickeon/autocompletion-more-animated-spriteRémi Verschelde2024-01-031-5/+7
|\
| * Add autocompletion options for AnimatedSprite's other play methodsMicky2024-01-031-5/+7
* | Fix missing autocompletion for inheriting classesMicky2024-01-031-1/+1
|/
* Add property change guards to Sprite2D and AnimatedSprite2DMika Viskari2023-12-161-0/+16
* [Scene,Main] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-121-1/+1
* Fix `AnimatedSprite2D` autoplay warningNinni Pipping2023-03-231-2/+2
* Fix AnimatedSprite play() don't redraw immediatelySilc Renew2023-01-291-1/+2
* Make AnimatedSprite's playback API consistent with AnimationPlayerSilc Renew2023-01-261-91/+216
* Merge pull request #65609 from dalexeev/animated-spriteRémi Verschelde2023-01-051-40/+33
|\
| * `AnimatedSprite{2D,3D}` improvementsDanil Alexeev2023-01-051-40/+33
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-2/+2
* Fix outdated warning in AnimatedSprite2DMicky2022-09-181-1/+1
* Merge pull request #65148 from Mickeon/animated-sprite-negative-speed-scaleRémi Verschelde2022-09-161-27/+27
|\
| * Allow negative `speed_scale` in AnimatedSprite2D & 3DMicky2022-09-131-27/+27
* | Don't store frame of playing AnimatedSpritekobewi2022-09-121-0/+8
|/
* Harmonise AnimatedSprite3D and its 2D counterpartMicky2022-09-091-26/+32
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-9/+9
* Fix AnimatedSprite2D & 3D animation list in inspectorjmb4622022-08-261-4/+7
* Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-13/+13
* Fix no `hint_string` for `frame` property in `AnimatedSprite`skleonc2022-07-031-1/+4
* Use suffixes for units in nodes and resourcesAaron Franke2022-05-191-1/+1
* Fix AnimatedSprite doesn't emit animation_finished when changing playback dir...Haoyu Qiu2022-05-161-0/+1
* Add autocompletion for AnimatedSprite.play()Haoyu Qiu2022-05-051-0/+11
* String: Remove TTR and DTR defines in non-tools buildRémi Verschelde2022-03-281-1/+1
* Fix AnimatedSprite infinite loopHaoyu Qiu2022-02-281-5/+5
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-1/+0
* Vectors: Use clear() and has().Anilforextra2022-02-021-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Merge pull request #51235 from AnilBK/awkward-funcsRémi Verschelde2021-12-101-12/+7
|\
| * Fixed awkwardly named AnimatedSprite Setters.Anilforextra2021-08-041-12/+7
* | Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* | Fix _validate_property on AnimatedSprite 2D and 3DJonathan Gollnick2021-12-081-1/+1
* | Fix rendering centered odd-size texture in AnimatedSprite2D/AnimatedSprite3Dkleonc2021-10-031-3/+2
* | Fix some unnecessary includesAaron Franke2021-08-131-1/+0