Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- List file names before error descriptions, as is common in linters.
- Print the number of errors reported at the end of the list.
- Use double quotes instead of single quotes in messages.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|