Age | Commit message (Collapse) | Author |
|
Remove unnecessary font override
Fixes button outline draw when it should not, causing button colors to be slightly off
|
|
dylan-conway/layered-texture-update-fix-and-error-messages
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes `p_font.is_null()` errors due to incorrect resource type used.
Fixes code editor font not set correctly, and OpenType features applied to the wrong font.
|
|
|
|
Fixes #62815.
|
|
"target" flag.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
filenames) and some non-standard UTF-8 variants, makes Unicode parse errors more verbose.
|
|
C#: Add `BezierInterpolate` method
|
|
Prevent possible crash when creating or deleting a mesh with armature
|
|
Replace old RPC attributes with a new single `RPCAttribute` which works
like the GDScript `@rpc` annotation.
|
|
|
|
|
|
Adds a `BezierInterpolate` method for floats in `Mathf` and for vectors
in `Vector2` and `Vector3`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cdemirer/fix-autocomplete-var-assigned-same-statement
|
|
|
|
Fix priority of annotated type vs initializer type
|
|
|
|
|
|
callbacks as the value might be nullptr which would cause a crash.
|
|
|
|
Octree is no longer used in 4.x.
|
|
(cherry picked from commit 417f20f06c7449bfc3820cdfdde4183082cfb004)
|
|
(cherry picked from commit 30ceef93b03c235134d6356b708cc2715d9145d2)
|
|
|
|
|
|
Implement a BitField hint
|
|
Check if GL manager exist to prevent crash when using multithreaded renderer with Vulkan.
|
|
with Vulkan.
|
|
Remove unused anisotropy setter/getter methods in VoxelGI
|