Age | Commit message (Collapse) | Author |
|
|
|
Fix GDScript parser sometimes crashing when issuing warning for unreachable pattern
|
|
Add a script to install the Vulkan SDK on macOS
|
|
This script can be used to make Godot easier to compile on a fresh
macOS installation, including on CI platforms and containers where
the Vulkan SDK isn't preinstalled.
|
|
Add boot splash minimum display time setting
|
|
|
|
Flush accumulated input events on iOS
|
|
|
|
|
|
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
|