Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Remove duplicate data structure for editor export features
|
|
|
|
|
|
selected
|
|
|
|
|
|
|
|
[doc] Use "param" instead of "code" to refer to parameters
|
|
|
|
|
|
|
|
- Increase font size and decrease pixel size.
- The font is rendered at the same physical size, but is more detailed,
which is visible when the camera is up close.
- Add an outline to improve readability on mixed-color backgrounds.
- The outline is fairly thick to ensure it doesn't get too grainy
at a distance (without requiring MSDF or mipmaps on the default
project font).
|
|
Co-authored-by: Yuri Sizov <11782833+YuriSizov@users.noreply.github.com>
|
|
Adds debug functions to NavigationServer2D to mirror NavigationServer3D functions for 2D users.
|
|
Fixes missing Navigation debug edge connection visuals in Editor due to disabled NavigationServer.
|
|
|
|
Added to Sprite3D Documentation
|
|
Fix resource leaks in VoxelGI
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dsnopek/fix-locale-remap-with-binary-resources-4.x
[4.x] Fix locale resource remapping with binary conversion on export
|
|
This also adds `Engine.get_architecture_name()` to get the name of the
CPU architecture the Godot binary was built for.
|
|
Add `@GDScript.type_exists` documentation, Fix typo in weakref documentation
|
|
Add checks and tests for empty/unnamed arguments
|
|
|
|
|
|
|
|
V-Sekai/disable_sprite_conversion_on_foreign_nodes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|