Age | Commit message (Collapse) | Author |
|
|
|
Name nodes added when drag & dropping an image by `name_casing`
|
|
TabContainer Fix moving dropped tab to incorrect child index
|
|
|
|
|
|
Improve CodeEdit's callhint highlight visibility
|
|
Fix binary resource loading and saving
|
|
This makes the currently edited parameter more visible in the
script editor's code completion hint.
|
|
Refactor layer property editor grid
|
|
Makes dictionary instead of string for visual shader version
|
|
|
|
Update doc/classes/VisualShader.xml
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
|
|
Validates set_sdfgi_cascades argument range
|
|
Fix crash when number of indices to optimize is not a multiple of 3
|
|
|
|
Validate TileData enum range before using it as index
|
|
Implements TileMap layers and move TileSetPlugins's functions to the TileMap node instead
|
|
|
|
|
|
|
|
|
|
node instead
|
|
|
|
|
|
|
|
|
|
|
|
|
|
VariantParser: Fix uninitialized ResourceParser funcs
|
|
|
|
They could cause a segfault when parsing values with ID "Resource"
as apparently we never set a valid `func` for it.
Fixes crash part of #42115.
|
|
- Now able to display up to 32 layers in physics (still 20 for render)
- Adjustable grid size to fit available space in dock
- Expansion icon to display more layers vertically
- Layer numbers in cells to help with selection
|
|
|
|
Use bullet points in the editor instead of dashes where relevant
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Multiple cosmetic fixes for embedded windows
|
|
|
|
Allow multiple collision direction at the same time
|
|
|
|
Remove the remains of ImmediateGeometry3D
|
|
|
|
Make `switch_on_hover` work on embedded windows
|
|
|