summaryrefslogtreecommitdiffstats
path: root/editor/editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* Expose `ScriptEditor::edit` to scriptingRaul Santos2021-12-081-0/+5
* Add scene Post-Import Plugin support.reduz2021-10-151-4/+13
* Implemented SkeletonEditorGizmoSilc Renew2021-10-071-4/+4
* Rename Node's `filename` property to `scene_file_path` for clarityHugo Locurcio2021-09-301-3/+3
* Add Get Center Method for Rect2/Rect2i and AABB.Anilforextra2021-09-211-1/+1
* Sort palette commands by last usekobewi2021-08-311-0/+1
* Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz2021-08-221-88/+67
* command palette improvementsBhuvan Vemula2021-08-151-1/+1
* Added EditorCommandPaletteBhuvan Vemula2021-08-091-0/+5
* Optimize StringName usagereduz2021-07-181-7/+7
* Validate parameters when adding pluginsHaoyu Qiu2021-06-131-0/+12
* Fix some virtual methodskobewi2021-06-131-1/+1
* Consistently prefix bound virtual methods with _kobewi2021-06-121-70/+70
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-6/+6
* Implement shader cachingreduz2021-05-311-0/+5