Age | Commit message (Collapse) | Author |
|
|
|
Fix MSDF fonts color modulation.
|
|
[Web] Require threads, rtti, allow optimize=speed.
|
|
[doc] Use f-strings throughout make_rst.py
|
|
Improve style and add contextual highlight to the editor launch pad
|
|
Clean-up/change some Skeleton3D API
|
|
EditorFileDialog: disambiguate recent/favorite items
|
|
Update export names (web[_dlink]_[release|debug].zip).
The Build with dynamic linking is broken due to high number of imports
in output wasm (likely emscripten regression issue 15487).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Based on discussion in #64230
|
|
|
|
paulloz/dotnet/fix-godot_variants-with-empty-type-field
C#: Populate `Type` field on `godot_variant` created in managed
|
|
Similar to script editor, if two folders have the same name, they will
now get a more descriptive name in the item list.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rename `CanvasItem.update()` to `queue_redraw()`
|
|
Fix GPUParticles2D ignoring AtlasTexture region
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`set_tooltip` -> `set_tooltip_text`
`get_tooltip` -> `get_tooltip_text`
For consistency:
`get_button_tooltip` -> `get_button_tooltip_text`
And the `tooltip` parameter in `add_button` was renamed to `tooltip_text`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Properly handle theme changes in the Skeleton3DEditor
|
|
Move GLTF camera and light conversion code into GLTFCamera and GLTFLight
|
|
`SceneTreeDock` Allow/fix toggling unique name in owner for all selected nodes
|
|
Calinou/material-tweak-default-alpha-scissor-threshold
Improve documentation for BaseMaterial3D's alpha scissor threshold
|