summaryrefslogtreecommitdiff
path: root/editor/editor_plugin.cpp
AgeCommit message (Expand)Author
2019-03-12Add EditorInspector getter. Update Sub-Inspectors.Will Nations
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-30Merge pull request #24506 from JFonS/expose_gizmosRémi Verschelde
2018-12-27doc: Sync classref with current sourceRémi Verschelde
2018-12-21Expose the new gizmo plugin system to scriptingJFonS
2018-12-16Merge pull request #19501 from Zylann/custom_loadersRémi Verschelde
2018-12-15Added basic support for custom resource savers and loadersMarc Gilleron
2018-12-11Moved member variables to initializer listWilson E. Alvarez
2018-11-03Allow plugin scene change signal to report null for empty scenes.Jared
2018-09-27Fix warnings for comparison between signed and unsigned integers [-Wsign-comp...Rémi Verschelde
2018-09-18Fixes drawing of the 2D plugins on the 3D viewgroud
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-08-22Add option to move Tile/GridMap editors to another sideMichael Alexsander Silva Dias
2018-08-15Merge pull request #19837 from willnationsdev/plugin-utilitiesRémi Verschelde
2018-08-09New gizmo structure and new gizmo disabling menuJFonS
2018-07-26Add PluginConfigDialog, EditorPluginSettings GUIWill Nations
2018-07-04Merge pull request #19849 from willnationsdev/expose-script-create-dialogMax Hilbrunner
2018-07-04Expose ScriptCreateDialog to EditorPluginwillnationsdev
2018-06-28Preventing an editor crash in the event that a plugin scene's root-node is null.Michael Lee
2018-05-26Merge pull request #15489 from willnationsdev/gdnative-hookMax Hilbrunner
2018-05-17Moved inspector functionality from EditorNode to InspectorDock.Daniel J. Ramirez
2018-05-17-Ability to open resources in the same windowJuan Linietsky
2018-05-07Merge pull request #15640 from willnationsdev/resource-saved-signalMax Hilbrunner
2018-04-22Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio
2018-03-23Merge pull request #17576 from Mr-Slurpy/masterRémi Verschelde
2018-03-17Added tool menu functions in EditorPluginMr-Slurpy
2018-02-14Enable EditorPlugin to add/remove autoloadsWill Nations
2018-02-13Add a function to remove controls from containersGeorge Marques
2018-01-31Added EditorPlugin 'resource_saved' signalWill Nations
2018-01-30Add interface for plugins to enable/disable other pluginsGeorge Marques
2018-01-08Add EditorPlugin.build() build callbacksWill Nations
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-04forward_canvas_gui_input only takes one parameterTim Schellenberg
2018-01-04Merge pull request #14882 from willnationsdev/add-select-fileRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-20Plugins can select files in FileSystem DockWill Nations
2017-12-09Defer the scan filesystem call when adding import pluginsGeorge Marques
2017-12-07Exposed EditorSceneImporter to script. Added APIs to use intermediate convert...Juan Linietsky
2017-12-06Add method to set main screen plugin iconWaldson Patrício
2017-11-24Universalize draw-over API for EditorPluginsPedro J. Estébanez
2017-11-17Merge pull request #12982 from tagcup/aabb_renameRémi Verschelde
2017-11-17Rename Rect3 to AABB.Ferenc Arn
2017-11-17Make resources edited by plugins be sent as referenceGeorge Marques
2017-11-09Reworked how servers preallocate RIDs, should fix #10970Juan Linietsky
2017-10-22Bind unbound enums, rearrange some by valuePoommetee Ketson
2017-10-18Fixes snapping and replaces the _draw_canvas by forward_canvas_drawGilles Roudiere
2017-10-11Fix argument names in method bindings.Andreas Haas
2017-09-28Prevent a possible crash when exporting to MeshLibraryMarcelo Fernandez
2017-09-14Re-Added export plugins with a more interesting API, as well as the ability t...Juan Linietsky
2017-08-29Merge pull request #10745 from neikeq/fix-docdata-and-stuffJuan Linietsky