summaryrefslogtreecommitdiffstats
path: root/editor/editor_node.h
Commit message (Collapse)AuthorAgeFilesLines
* Create .uid file when creating new Resourcekobewi2024-11-131-0/+1
|
* Style: Apply `clang-tidy` fixesThaddeus Crews2024-11-041-1/+1
| | | | | • `modernize-use-default-member-init` and `readability-redundant-member-init` • Minor adjustments to `.clang-tidy` to improve syntax & remove redundancies
* Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-1/+1
| | | | - Set clang-format `Standard` rule to `c++20`
* Merge pull request #94880 from KoBeWi/never-before-seen_way_to_restart_editorRémi Verschelde2024-10-041-1/+1
|\ | | | | | | Call `restart_editor()` in `RUN_PROJECT_MANAGER`
| * Call restart_editor() in RUN_PROJECT_MANAGERkobewi2024-07-281-1/+1
| |
* | New Quick Open DialogStijn Hinlopen2024-10-011-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Updated list view with thumbnails, and separate file name. - Added a grid view which has larger icons. - Added toggle to filter out files from addons. - Store history for each opened resource type. New Editor settings for Quick Open: - Startup display mode (grid or list): - Determined by the requested resource type. - Whatever was last used. - Toggle to filter out files from addons (for persistence). Notes - The dialog is now created once in EditorNode, and globally available for other components. - A fixed number of result scenes are instantiated, and reused based on query. - Drop support for multiselect.
* | Merge pull request #97118 from mihe/patch-exportsRémi Verschelde2024-09-261-1/+3
|\ \ | | | | | | | | | Add ability to export patch packs
| * | Add ability to export patch packsMikael Hermansson2024-09-251-1/+3
| | | | | | | | | | | | Co-authored-by: Poq Xert <poqxert@poqxert.ru>
* | | Merge pull request #97013 from Hilderin/fix-load-errors-popup-emptyRémi Verschelde2024-09-241-1/+2
|\ \ \ | |/ / |/| | | | | Fix empty load errors popup
| * | Fix empty load errors popupHilderin2024-09-141-1/+2
| | |
* | | Add support for resource conversion plugins in filesystem dock.SaracenOne2024-09-161-1/+9
|/ /
* | Merge pull request #96830 from ↵Rémi Verschelde2024-09-121-0/+3
|\ \ | | | | | | | | | | | | | | | Hilderin/fix-popup-load-errors-showing-on-every-progress Fix load error popup showing on every progress dialog
| * | Fix load error popup showing on every progress dialogHilderin2024-09-111-0/+3
| | |
* | | Extract editor main screenkit2024-09-091-47/+4
|/ /
* | Merge pull request #96144 from SaracenOne/reimport_owner_instanceRémi Verschelde2024-09-081-2/+9
|\ \ | | | | | | | | | Make reimported models reimport their owner.
| * | Make reimported models reimport their owner.Saracen2024-09-081-2/+9
| | | | | | | | | | | | | | | | | | Changes the behaviour of the scene hot-reload system so that if the scene which needs to be reimported is owned by another instance, reload that instance instead.
* | | Merge pull request #96603 from bruvzg/fs_ext_listRémi Verschelde2024-09-061-0/+1
|\ \ \ | | | | | | | | | | | | [FileSystem Dock] Add option to show some unsupported files in the dock.
| * | | [FileSystem Dock] Add option to show some unsupported files in the dock.bruvzg2024-09-051-0/+1
| | | |
* | | | Fix editor layout reset on startupHilderin2024-09-041-0/+1
|/ / /
* / / Fix ProcessDialog errors appeared after rebuilding .NET projectDCTewi2024-09-041-1/+2
|/ /
* | Merge pull request #76085 from spanzeri/better_remember_editor_windowRémi Verschelde2024-08-261-0/+5
|\ \ | | | | | | | | | Remember editor window mode, screen, size and position on restart
| * | Remember editor window mode, screen, size and position on restartSamuele Panzeri2024-07-231-0/+5
| |/
* | Merge pull request #93064 from ↵Rémi Verschelde2024-08-261-0/+2
|\ \ | | | | | | | | | | | | | | | Hilderin/fix-fileSystem-dock-wont-show-any-file-folders Fix FileSystem dock won't show any file folders (v2)
| * | Fix FileSystem dock won't show any file folders (v2)Hilderin2024-08-201-0/+2
| | |
* | | Fix display dialog while saving sceneHilderin2024-08-171-27/+10
|/ /
* | Fix reimport file multiple scenesHilderin2024-08-071-2/+3
| |
* | Fix performance issue reimport file reload sceneHilderin2024-08-061-14/+21
| |
* | Fix crash on reimport scene with animationsHilderin2024-08-021-0/+2
|/
* Merge pull request #94093 from Yahkub-R/94056-fixRémi Verschelde2024-07-191-4/+14
|\ | | | | | | Fix instanced .blend/GLTF scenes lose all children after update until .tscn is reopened
| * Fix instanced .blend/GLTF scenes lose all children after update until .tscn ↵Yahkub-R2024-07-191-4/+14
| | | | | | | | | | | | | | | | is reopened Co-Authored-By: Tomek <kobewi4e@gmail.com> Co-Authored-By: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Co-Authored-By: Hilderin <81109165+Hilderin@users.noreply.github.com>
* | [Editor] Unload addons when using `--import` or `--quit`.bruvzg2024-07-091-0/+1
|/
* Fix undoredo handling in some dialogskobewi2024-07-041-0/+3
|
* Merge pull request #92303 from Hilderin/fix-synchronization-global-class-nameRémi Verschelde2024-06-281-0/+1
|\ | | | | | | Fix synchronization of global class name
| * Fix synchronization of global class nameHilderin2024-06-251-0/+1
| |
* | Merge pull request #85513 from ↵Rémi Verschelde2024-06-261-1/+1
|\ \ | |/ |/| | | | | | | KoBeWi/that_one_weird_plugin_that_uses_no_Resources Save external data even without scene
| * Save external data even without scenekobewi2023-11-291-1/+1
| |
* | Merge pull request #93110 from Hilderin/fix-signal-panel-after-connectionRémi Verschelde2024-06-191-0/+1
|\ \ | | | | | | | | | Fix Can't reopen signals panel immediately after connecting a signal
| * | Fix Can't reopen signals panel immediately after connecting a signal #92996Hilderin2024-06-181-0/+1
| | |
* | | [EditorProgress] Use `BackgroundProgress` instead of `ProgressDialog` when ↵bruvzg2024-06-151-3/+20
|/ / | | | | | | called for a thread.
* | Call `EditorNode::set_edited_scene()` manually instead of via the ↵风青山2024-06-061-0/+1
| | | | | | | | | | | | | | `replacing_by` signal Cannot change `scene_root`'s child node in `EditorNode::set_edited_scene()` if replaced later using `replace_by`.
* | Merge pull request #91033 from Hilderin/keep_current_bottom_panel_on_playRémi Verschelde2024-05-291-0/+11
|\ \ | | | | | | | | | Add editor setting to keep bottom panel state on play and stop game
| * | Add editor setting to keep bottom panel state on play and stop gameHilderin2024-05-291-0/+11
| | |
* | | Updated scene hot-reloading:Saracen2024-05-281-3/+10
| | | | | | | | | | | | | | | Preserves exported script variables Prevents corruption of direct node references.
* | | Changes the scene reimport function to handle some crash edge cases:Saracen2024-05-281-1/+1
| | | | | | | | | | | | | | | | | | * The reimported instance attempt to preserve ownerless nodes. * A recursive function call to '_nodes_scene_reimported' so these can be recreated if required. * Clears instance scene_state on new instantiated replacement nodes.
* | | Remove error messages caused by Save on Focus featureAlexanderFarkas2024-05-081-0/+1
| | | | | | | | | | | | Fixes #73765.
* | | Organize existing code for editor pluginsAaron Franke2024-04-271-1/+1
|/ /
* | Add an editor setting to import resources while unfocusedHugo Locurcio2024-04-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | This can be used to speed up iteration by starting the import process earlier when saving files in the project folder. This also allows getting visual feedback on changes without having to click the editor window, which is useful with multi-monitor setups. The downside is that this increases idle CPU usage and may steal CPU time from other applications when importing resources, so this is disabled by default.
* | Rename Q&A to Forum in the Help top barAdam Scott2024-04-141-1/+1
| |
* | Prevent dropping Resource to the same resource pickerkobewi2024-04-051-2/+2
| |
* | Merge pull request #89974 from jsjtxietian/tab-closeRémi Verschelde2024-04-041-0/+1
|\ \ | | | | | | | | | Reset `tab_closing_menu_option` when cancelling closing editor