summaryrefslogtreecommitdiffstats
path: root/editor/editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Rename EditorPlugin.`*_PROPERTY_EDITOR_*` to `*_INSPECTOR_*`Micky2022-08-131-3/+3
* | Split up editor export code into multiple filesAaron Franke2022-07-261-1/+1
* | Add static methods for creating Image and ImageTexturekobewi2022-07-081-2/+1
|/
* Merge pull request #59393 from techiepriyansh/move-gltf-export-under-scene-menuRémi Verschelde2022-04-271-0/+5
|\
| * move gltf export under scene menuPriyansh Rathi2022-04-121-0/+5
* | Import scenes as AnimationLibraryreduz2022-04-131-4/+4
|/
* Port existing _notification code to use switch statements (part 1/3)jmb4622022-02-161-5/+8
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-2/+3
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-1/+2
* ResourceImporter: Restore default append logic for new importersRémi Verschelde2022-02-071-9/+10
* Improve some method bindings to use specific `Object` subtypesRémi Verschelde2022-01-281-4/+2
* Store panels and docks singletons in their own classestrollodel2022-01-201-8/+8
* Allow showing both left and right side panelsHaoyu Qiu2022-01-081-18/+12