Age | Commit message (Collapse) | Author |
|
|
|
- Check block decoration in addition to type decoration to be sure to find `readonly` decorators
- Verify uniforms have same writability across all shader stages in Vulkan RD
|
|
- Include Godot version and commit hash in shader cache key
- Reject files when format doesn't match, even if it's lower, since we don't have backwards compatibility here
|
|
|
|
Account for relative z-indexes when y-sorting
|
|
|
|
|
|
|
|
Clean and fix the Movie Maker button
|
|
|
|
|
|
Rationalize certain cases of texture usage flags
|
|
Make sure the tile data clears its `terrain` field when said terrain is removed from the tileset.
|
|
|
|
|
|
Supersedes #39605.
Fixes #39585.
|
|
|
|
|
|
|
|
Fix regressions from Font refactor (2)
|
|
Fix small typo in LightmapGI class reference
|
|
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`.
|