summaryrefslogtreecommitdiffstats
path: root/editor/editor_node.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-0/+1
|\
| * Create .uid file when creating new Resourcekobewi2024-11-131-0/+1
| |
* | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-1/+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
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-1/+1
|\|
| * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-1/+1
| | | | | | | | - Set clang-format `Standard` rule to `c++20`
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
| |
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* 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.