Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remove unused `shadow_color` property from Light3D
|
|
|
|
Fixes #58790.
|
|
|
|
|
|
Add varying support to visual shaders
|
|
Adds few more input/output built-ins to visual shader
|
|
|
|
|
|
Remove custom_* prefixes compatibility
|
|
|
|
Rename StreamTexture* to CompressedTexture*
|
|
Various code and documentation improvements
|
|
|
|
|
|
|
|
* Its not and will not be used for streaming.
* Streaming will be implemented in 4.1 and it will work different.
* It makes more sense to be called CompressedTexture since it imports and compresses texture files.
|
|
Fix renaming `TabContainer` children not updating tab names when outside the tree
|
|
This shadow color property was no longer effective since the shaders
were optimized to improve occupancy.
|
|
tree
|
|
|
|
akien-mga/gcc-silence-Wstringop-overflow-false-positive
|
|
|
|
And disable debug code which was wrongly left enabled.
|
|
|
|
|
|
|
|
Add optional constructor arguments to more Control nodes
|
|
This can be used to make editor code more compact.
However, as of writing, these constructor arguments cannot be used
from the scripting API.
This was already provided for Label and CheckBox, but it was missing
for other Control nodes where it made sense to provide a default value.
|
|
|
|
|
|
|
|
|
|
This fixes carets disappearing in the editor when the Editor Scale
setting is set below 100%.
|
|
|
|
|
|
|
|
Allow automatic lod when importing 3D scenes with Static Lightmaps
|
|
Double clicking scene tree icon focuses that node
|
|
|