Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Fix navmesh baking
|
|
GDScript: Fix method call on singletons
|
|
- improved mesh data calculation from standalone static colliders so that no
VisualServer calls are performed - and thus no VS mutexes need to
be locked in case of on-thread baking
- improved the same for GridMap's static colliders
|
|
|
|
Fix loading binary resources with float=64
|
|
- PackedVector2Array
- PackedVector3Array
- PackedColorArray
|
|
Improve the animation track editor drawing
|
|
|
|
Fixes #59996.
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Gustav <gusan092@student.liu.se>
|
|
|
|
|
|
They haven't been updated for years and still use the old MainLoop
basic framework instead of the new doctest one.
They're of dubious quality and best redone from scratch using the
new framework.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #59953.
|
|
|
|
|
|
|
|
|
|
enabled if available
|
|
|
|
[RTL] Improve table cell selection.
|
|
Delay font texture update, until `draw` is called. Rasterize glyphs during shaping.
|
|
Fix a possible race condition on popup close, that might cause multiple deletions of the same list item.
|
|
|
|
Fix `map_get_path` aka `get_simple_path` behavior in 2D & 3D
|
|
Improve handling for editor documentation search with blank searches
|
|
Fix Project Manager hard crashes due to invalid access to Editor Nodes
|
|
|
|
Fix `NoiseTexture._generate_texture` crash
|
|
|
|
Fixes #59915 .
|
|
|
|
|
|
|
|
|