summaryrefslogtreecommitdiffstats
path: root/scene/resources/sprite_frames.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Add duplicate animationAinsley Su2024-09-011-0/+7
* Add shorthand for using singleton string nameskobewi2024-05-111-1/+1
* Optimise Object's `get_argument_options`Micky2024-02-291-1/+3
* Add autocompletion for SpriteFrames' methodsMicky2024-01-031-0/+17
* Fix `SpriteFrames` data loss on 3-to-4 conversionDanil Alexeev2023-02-221-0/+2
* Make AnimatedSprite's playback API consistent with AnimationPlayerSilc Renew2023-01-261-3/+3
* Merge pull request #65609 from dalexeev/animated-spriteRémi Verschelde2023-01-051-10/+52
|\
| * `AnimatedSprite{2D,3D}` improvementsDanil Alexeev2023-01-051-10/+52
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-3/+3
* Add tests for empty/unnamed arguments to ClassDB, Variant, GDScriptYuri Sizov2022-08-081-1/+1
* SpriteFrames: Sort animations alphabeticallyRémi Verschelde2022-07-131-37/+14
* Replace most uses of Map by HashMapreduz2022-05-161-22/+22
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-1/+1
* Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-1/+1
* Use range iterators for `Map`Lightning_A2021-09-301-10/+10
* Use doubles for time in many other placesAaron Franke2021-08-091-2/+2
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-1/+1
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-2/+2
* Add PROPERTY_USAGE_NONE and use itAaron Franke2021-06-171-1/+1
* Move SpriteFrames to its own file in the resources folderAaron Franke2021-03-161-0/+241