summaryrefslogtreecommitdiffstats
path: root/editor/editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Provide a way to hook into Inspectors UndoRedo.Gilles Roudière2021-05-041-0/+10
* Expose edit_node() for editor pluginskobewi2021-04-121-0/+5
* Expose editor scale to the plugin APIYuri Sizov2021-04-051-0/+5
* Fix editor always redrawingreduz2021-02-131-1/+13
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Merge pull request #44524 from madmiraal/rename-editor-viewportRémi Verschelde2020-12-281-3/+3
|\
| * Rename EditorInterface get_editor_viewport to get_editor_main_controlMarcel Admiraal2020-12-191-3/+3
* | Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
|/
* Make tool menu plugins use Callables for callbackkobewi2020-12-161-3/+3
* Register methods for drawing 3D editor overlaysTomasz Chabora2020-11-101-0/+2
* Refactor MethodBind to use variadic templatesreduz2020-10-181-1/+1
* Added inspector_only option to inspect_object in EditorInterface.andriyDev2020-09-231-3/+3
* Added debugger plugin supportsimpu2020-08-261-0/+10
* Expose methods to play scene from plugin codeYuri Sizov2020-07-061-0/+30
* Add translation parser plugin supportSkyJJ2020-07-021-0/+10
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-1/+1
* Add a getter and property for the editor distraction-free modeHugo Locurcio2020-06-031-0/+7
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-5/+10
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+6
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-68/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-10/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-6/+6
* Renaming of servers for coherency.Juan Linietsky2020-03-271-31/+31