Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
[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 .
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The docs specify that Array.remove does nothing if the index does not
exist. Array.erase does not have a similar phrase, so it's unclear if
erase will print an error, or silently do nothing.
|
|
character input with Alt / Ctrl modifiers, after processing of shortcuts.
|
|
deletions of the same list item.
|
|
Fix lookup symbol in scripts which doesn't open a tab at first attempt
|
|
shaping.
|
|
|
|
Consider chained operation when selecting text in `TextEdit::undo()`
|