summaryrefslogtreecommitdiff
path: root/scene/resources/sprite_frames.cpp
AgeCommit message (Expand)Author
2023-02-22Fix `SpriteFrames` data loss on 3-to-4 conversionDanil Alexeev
2023-01-26Make AnimatedSprite's playback API consistent with AnimationPlayerSilc Renew
2023-01-05Merge pull request #65609 from dalexeev/animated-spriteRémi Verschelde
2023-01-05One Copyright Update to rule them allRémi Verschelde
2023-01-05`AnimatedSprite{2D,3D}` improvementsDanil Alexeev
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-08-08Add tests for empty/unnamed arguments to ClassDB, Variant, GDScriptYuri Sizov
2022-07-13SpriteFrames: Sort animations alphabeticallyRémi Verschelde
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-11-03Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio
2021-09-30Use range iterators for `Map`Lightning_A
2021-08-09Use doubles for time in many other placesAaron Franke
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-06-17Add PROPERTY_USAGE_NONE and use itAaron Franke
2021-03-16Move SpriteFrames to its own file in the resources folderAaron Franke