Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
If a scene is instanced in another scene, any changes to the first
triggers _clear_undo_history in EditorNode::set_current_scene, which
increments the version in UndoRedo::clear_history. This results in a
modified status. Passing false to clear_history fixes this issue.
Fixes #25942
|
|
|
|
Fixes layout loading
|
|
|
|
|
|
-Ensure resource previewer does not start until first import is done
|
|
|
|
resource on ctrl-s
|
|
Move the FileSystem dock layout properties to the per-project layout file
|
|
|
|
Fixes #26124.
|
|
#23672
Also fixed a few uninitialized memory variables.
|
|
fixes #18801
|
|
Fixes #25316.
|
|
Fix res:// error when dragging file from outside of editor
|
|
|
|
|
|
Auto-cleanup missing addons
|
|
|
|
|
|
|
|
|
|
Make some small enhancements to the ColorPicker
|
|
Closes #25378.
|
|
|
|
editor restart. Fixes #23874
|
|
|
|
|
|
Happy new year to the wonderful Godot community!
|
|
|
|
Expose the new gizmo plugin system to scripting
|
|
|
|
|
|
Added basic support for custom resource savers and loaders
|
|
|
|
Make opening menus with the same parent on mouse focus explicit
|
|
|
|
Editor: Skip loading main scene if restore_scenes_on_load is used
|
|
|
|
|
|
|
|
better.
|
|
Unified Class and Reference Search 2: Resurrection
|
|
Better error message for malformed plugins
|
|
|