summaryrefslogtreecommitdiffstats
path: root/scene/3d/sprite_3d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-1/+1
|\
| * Core: Integrate `Ref::instantiate` where possibleThaddeus Crews2024-11-101-1/+1
* | 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-3/+3
* Fix Issue #94145 Incorrect text in the Node Configuration Warning dialogValeriy Molchanov2024-07-091-1/+1
* Fix property type of Sprite3D `frame_coords` to Vector2i from Vector2Silc Lizard (Tokage) Renew2024-07-061-1/+1
* Fix AnimationSprite2D/3D::play using wrong end_frameRobocraft9992024-06-261-1/+4
* Use Core/Scene stringnames consistentlykobewi2024-05-131-7/+6
* Add shorthand for using singleton string nameskobewi2024-05-111-11/+11
* 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
* 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-19/+93
* Fix invalid frame index when Sprite2D's hframes or vframes has been changedMika Viskari2023-12-151-2/+19
* Change dropdown type filter to Texture2D in certain nodesBlueCube33102023-10-281-1/+1
* Sanitize tangents when creating mesh surfaces to avoid triggering the compres...clayjohn2023-10-131-0/+5
* Make gizmo plugin handle SpriteBase3D instead of Sprite3Dkleonc2023-10-061-3/+1
* Vertex and attribute compression to reduce the size of the vertex format.clayjohn2023-10-051-3/+3
* [Scene,Main] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-121-1/+1
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-0/+1
* Convert some Callables to callable_mp()kobewi2023-07-121-3/+1
* Potencially fix nan's on octahedral tangents in RenderingServernklbdev2023-07-011-3/+3
* Fix AnimatedSprite3D autoplay warningkleonc2023-05-131-2/+2
* [Sprite3D/Label3D] Expose alpha antialiasing properties.bruvzg2023-01-311-1/+32
* Merge pull request #71964 from bruvzg/mat_keyRémi Verschelde2023-01-301-4/+51
|\
| * Fix unsafe murmur3 hash use for the default material keys, expose alpha hash ...bruvzg2023-01-241-4/+51
* | 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-37/+32
|\
| * `AnimatedSprite{2D,3D}` improvementsDanil Alexeev2023-01-051-37/+32
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* Add safety-checks before some servers `free()`Adam Scott2022-12-291-0/+1
* Remove extra range conversion in Sprite3D normal encodingclayjohn2022-12-141-3/+1
* Fix multiple issues with region editorMrBlockers2022-10-251-0/+5
* Remove incorrect px suffixesRedMser2022-10-101-1/+1
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-27/+27
* Merge pull request #66064 from kleonc/sprite3d-fix-drawing-with-vertical-marginsRémi Verschelde2022-09-201-311/+182
|\
| * `SpriteBase3D` Fix drawing AtlasTextures with vertical margins differently th...kleonc2022-09-181-0/+18
| * Move duplicated drawing code from `Sprite3D`/`AnimatedSprite3D` to `SpriteBas...kleonc2022-09-181-311/+164
* | Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-2/+2
|/
* Merge pull request #65148 from Mickeon/animated-sprite-negative-speed-scaleRémi Verschelde2022-09-161-29/+23
|\
| * Allow negative `speed_scale` in AnimatedSprite2D & 3DMicky2022-09-131-29/+23
* | Don't store frame of playing AnimatedSpritekobewi2022-09-121-0/+8
|/
* Harmonise AnimatedSprite3D and its 2D counterpartMicky2022-09-091-62/+118
* Merge pull request #64157 from Mickeon/remove-mysterious-is-playingRémi Verschelde2022-09-011-12/+7
|\