summaryrefslogtreecommitdiffstats
path: root/editor/editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Organize existing code for editor pluginsAaron Franke2024-04-271-678/+0
* Allow docks to be closedkit2024-03-291-2/+2
* Add editor shortcuts to toggle bottom panel visibilityHugo Locurcio2024-03-051-6/+7
* Extract BottomPanel from EditorNodekit2024-02-201-4/+5
* [Editor] Add `EditorPlugin::scene_saved` signalA Thousand Ships2024-01-221-0/+5
* Extract editor dock managerkit2024-01-151-2/+3
* Update deferred calls to use Callableskobewi2024-01-091-2/+2
* Move 3D scene import classes to their own folderAaron Franke2024-01-041-1/+1
* Fix referring to ResourceImporterScene static importers via instancesAaron Franke2023-12-111-2/+2
* Allow contextual plugins to persist temporarilykobewi2023-10-061-0/+4
* Merge pull request #80517 from YuriSizov/tsa-randomly-picked-you-for-mandator...Rémi Verschelde2023-08-281-2/+2
|\
| * Avoid unnecessary inspector updates when loading or switching scenesYuri Sizov2023-08-121-2/+2
* | Deprecate project_settings_changed signalkobewi2023-08-101-2/+7
|/
* Re-architect how Android plugins are packaged and handled at export timeFredia Huya-Kouadio2023-07-181-0/+9
* Check for unsaved changes when closing a scenekobewi2023-07-181-3/+3
* Add `_get_unsaved_status()` method to EditorPluginkobewi2023-07-181-1/+7
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-0/+1
* Add relative path support for `EditorPlugin::add_autoload_singleton`heppocogne2023-06-121-1/+8
* Improve editor state persistenceHendrik Brucker2023-05-111-1/+1
* Extract editor run toolbar into its own componentYuri Sizov2023-04-191-2/+2
* Decouple EditorInterface from EditorPluginYuri Sizov2023-04-171-357/+3
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-0/+1
* Automatically reparent editor message dialogs to avoid error spam.bruvzg2023-02-211-0/+1
* Change `_can_handle` and `_edit` virtual methods to take `Object*`Marc Gilleron2023-02-171-5/+1
* Fix potential crash in EditorPlugin.edit()kobewi2023-01-221-1/+1
* Merge pull request #44596 from KoBeWi/🧹🧹🧹Rémi Verschelde2023-01-191-3/+0
|\
| * Cleanup unused engine code v2kobewi2023-01-191-3/+0
* | Merge pull request #71443 from TechnoPorg/fix-resource-conversion-pluginsRémi Verschelde2023-01-191-0/+11
|\ \ | |/ |/|
| * Make EditorResourceConversionPlugin usable.TechnoPorg2023-01-141-0/+11
* | Add EditorUndoRedoManager singletonkobewi2023-01-161-2/+2
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+1
* Add EditorInterface.get_selected_paths()cespeute2022-11-141-3/+8
* [Editor] Better expose EditorDebuggerPlugin.Fabio Alessandrelli2022-11-141-4/+5
* Use forward-declarations in EditorPlugin where possibletrollodel2022-11-111-0/+4
* Unify usage of undo_redo in editorkobewi2022-11-021-1/+1
* Merge pull request #62416 from Calinou/movie-maker-request-attention-on-finishRémi Verschelde2022-10-311-0/+11
|\
| * Request attention on the editor window when done recording a movieHugo Locurcio2022-06-261-0/+11
* | Simplify GDVIRTUAL_CALL callskobewi2022-10-191-41/+18
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-3/+3
* | Rename remaining "Spatial" in Plugins to "Node3D"Micky2022-10-041-7/+7
* | Merge pull request #64465 from TokageItLab/bind-after-gui-inputRémi Verschelde2022-09-101-0/+4
|\ \
| * | bind AfterGUIInputSilc Renew2022-09-081-0/+4
* | | Rename EditorInterface.get_editor_main_control to get_editor_main_screenYuri Sizov2022-09-071-3/+3
* | | Change Array arguments to TypedArraykobewi2022-09-011-1/+1
|/ /
* | Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-1/+1
* | Replace Array return types with TypedArraykobewi2022-08-221-4/+4
* | Merge pull request #59564 from KoBeWi/FINALLY,_ULTIMATE_UNDO_REDORémi Verschelde2022-08-221-1/+6
|\ \
| * | Add per-scene UndoRedokobewi2022-08-221-1/+6
* | | Add a method for restarting the editor to EditorInterfaceAaron Franke2022-08-181-0/+8
|/ /