Hilderin
Hilderin
- Fixes #95562 - Fixes #95535 The issue was caused by a call deferred to `ResourceUID::get_singleton()->clear` in the constructor of `EditorFileSystem`. Now that the plugin are created after the creation...
- Fixes #94917 This PR includes the modifications of #95672 and the modifications in `core/io/file_access.cpp` from #93064. This PR includes more modifications then #95672 and more possibilities of side effects....
- Fixes #94467 When the option `Docks > Scene Tree > Auto Expand to Selected` was disabled, the `selected` node was not updated in the method `SceneTreeEditor::set_selected`. Additionally, even if...
- Fixes #95639 I'm not sure exactly what caused this regression in 12fda2f (#91361) but I was able to find out that sometime the `window_id` received on `WM_LBUTTONUP` was not...
- Fixes partially #94917 I tested a project with all the image from https://github.com/PMDCollab/SpriteCollab/tree/master/sprite which contains 61332 png. Problem found: - In the new `EditorFileSystem::_first_scan_process_scripts`, the method `ResourceLoader::get_resource_type` was called...
Fixes #92335, Fixes #47053 and Fixes #85082 This is a new PR for the reverted PR #92650. This PR improves: - FileSystem Dock not showing progress bar on first file...
- Implements proposal https://github.com/godotengine/godot-proposals/issues/4846 This PR implements the `EXTEND_TO_TITLE` flag for Windows and Linux X11. Implementing this flag allows Windows and Linux to use the editor without the default title...
- Add documentation for issue https://github.com/godotengine/godot/issues/68285 - Add issue https://github.com/godotengine/godot-docs/issues/9571 - Add issue https://github.com/godotengine/godot/issues/94249 Replace the `_enter_tree` and `_exit_tree` for `_enable_plugin` and `_disable_plugin` to prevent the addition and removal of...
This should implement the proposal https://github.com/godotengine/godot-proposals/issues/2425 This PR adds an new `GetNodeAttribute` for C# which can be used on properties or fields and has one parameter: the path to a...
- Fixes #97900 - Fixes #97962 - Fixes #98056 - Fixes #97735 The GDExtension files were not processed in `EditorFileSystem::_first_scan_process_scripts` following optimization in #95678. Thanks to @NetroScript to pinpoint the...