index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
3d
/
sprite_3d.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e
Spartan322
2024-11-12
1
-1
/
+1
|
\
|
*
Core: Integrate `Ref::instantiate` where possible
Thaddeus Crews
2024-11-10
1
-1
/
+1
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Cleanup of raw `nullptr` checks with `Ref`
A Thousand Ships
2024-08-31
1
-3
/
+3
*
Fix Issue #94145 Incorrect text in the Node Configuration Warning dialog
Valeriy Molchanov
2024-07-09
1
-1
/
+1
*
Fix property type of Sprite3D `frame_coords` to Vector2i from Vector2
Silc Lizard (Tokage) Renew
2024-07-06
1
-1
/
+1
*
Fix AnimationSprite2D/3D::play using wrong end_frame
Robocraft999
2024-06-26
1
-1
/
+4
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-7
/
+6
*
Add shorthand for using singleton string names
kobewi
2024-05-11
1
-11
/
+11
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-1
/
+1
*
Optimise Object's `get_argument_options`
Micky
2024-02-29
1
-1
/
+4
*
Revert "Update Node::get_configuration_warnings signature"
Rémi Verschelde
2024-02-17
1
-2
/
+2
*
Update Node::get_configuration_warnings signature
RedMser
2024-02-08
1
-2
/
+2
*
Merge pull request #86733 from Mickeon/autocompletion-more-animated-sprite
Rémi Verschelde
2024-01-03
1
-5
/
+7
|
\
|
*
Add autocompletion options for AnimatedSprite's other play methods
Micky
2024-01-03
1
-5
/
+7
*
|
Fix missing autocompletion for inheriting classes
Micky
2024-01-03
1
-1
/
+1
|
/
*
Add property change guards to Sprite2D and AnimatedSprite2D
Mika Viskari
2023-12-16
1
-19
/
+93
*
Fix invalid frame index when Sprite2D's hframes or vframes has been changed
Mika Viskari
2023-12-15
1
-2
/
+19
*
Change dropdown type filter to Texture2D in certain nodes
BlueCube3310
2023-10-28
1
-1
/
+1
*
Sanitize tangents when creating mesh surfaces to avoid triggering the compres...
clayjohn
2023-10-13
1
-0
/
+5
*
Make gizmo plugin handle SpriteBase3D instead of Sprite3D
kleonc
2023-10-06
1
-3
/
+1
*
Vertex and attribute compression to reduce the size of the vertex format.
clayjohn
2023-10-05
1
-3
/
+3
*
[Scene,Main] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-12
1
-1
/
+1
*
Extract and reorganize texture resource classes
Hendrik Brucker
2023-07-14
1
-0
/
+1
*
Convert some Callables to callable_mp()
kobewi
2023-07-12
1
-3
/
+1
*
Potencially fix nan's on octahedral tangents in RenderingServer
nklbdev
2023-07-01
1
-3
/
+3
*
Fix AnimatedSprite3D autoplay warning
kleonc
2023-05-13
1
-2
/
+2
*
[Sprite3D/Label3D] Expose alpha antialiasing properties.
bruvzg
2023-01-31
1
-1
/
+32
*
Merge pull request #71964 from bruvzg/mat_key
Rémi Verschelde
2023-01-30
1
-4
/
+51
|
\
|
*
Fix unsafe murmur3 hash use for the default material keys, expose alpha hash ...
bruvzg
2023-01-24
1
-4
/
+51
*
|
Fix AnimatedSprite play() don't redraw immediately
Silc Renew
2023-01-29
1
-1
/
+2
*
|
Make AnimatedSprite's playback API consistent with AnimationPlayer
Silc Renew
2023-01-26
1
-91
/
+216
|
/
*
Merge pull request #65609 from dalexeev/animated-sprite
Rémi Verschelde
2023-01-05
1
-37
/
+32
|
\
|
*
`AnimatedSprite{2D,3D}` improvements
Danil Alexeev
2023-01-05
1
-37
/
+32
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
|
/
*
Add safety-checks before some servers `free()`
Adam Scott
2022-12-29
1
-0
/
+1
*
Remove extra range conversion in Sprite3D normal encoding
clayjohn
2022-12-14
1
-3
/
+1
*
Fix multiple issues with region editor
MrBlockers
2022-10-25
1
-0
/
+5
*
Remove incorrect px suffixes
RedMser
2022-10-10
1
-1
/
+1
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-27
/
+27
*
Merge pull request #66064 from kleonc/sprite3d-fix-drawing-with-vertical-margins
Rémi Verschelde
2022-09-20
1
-311
/
+182
|
\
|
*
`SpriteBase3D` Fix drawing AtlasTextures with vertical margins differently th...
kleonc
2022-09-18
1
-0
/
+18
|
*
Move duplicated drawing code from `Sprite3D`/`AnimatedSprite3D` to `SpriteBas...
kleonc
2022-09-18
1
-311
/
+164
*
|
Change return type of `get_configuration_warnings` to `PackedStringArray`
Marc Gilleron
2022-09-19
1
-2
/
+2
|
/
*
Merge pull request #65148 from Mickeon/animated-sprite-negative-speed-scale
Rémi Verschelde
2022-09-16
1
-29
/
+23
|
\
|
*
Allow negative `speed_scale` in AnimatedSprite2D & 3D
Micky
2022-09-13
1
-29
/
+23
*
|
Don't store frame of playing AnimatedSprite
kobewi
2022-09-12
1
-0
/
+8
|
/
*
Harmonise AnimatedSprite3D and its 2D counterpart
Micky
2022-09-09
1
-62
/
+118
*
Merge pull request #64157 from Mickeon/remove-mysterious-is-playing
Rémi Verschelde
2022-09-01
1
-12
/
+7
|
\
[next]