summaryrefslogtreecommitdiff
path: root/editor/editor_plugin.cpp
AgeCommit message (Expand)Author
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-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
2017-08-29DocData and type hints fixesIgnacio Etcheverry
2017-08-28-Some fixes to code completion.Juan Linietsky
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-26-Split EditorPlugin into EditorPlugin and EditorInterfaceJuan Linietsky
2017-08-24Convert Object::cast_to() to the static versionHein-Pieter van Braam
2017-08-20ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry
2017-08-16EditorPlugin: Renames virtual method hiding inherited methodIgnacio Etcheverry
2017-08-10Removes type information from method bindsIgnacio Etcheverry
2017-07-20EditorPlugin methods and signals renameJakub Grzesik
2017-07-19Merge pull request #9703 from Noshyaar/docsRémi Verschelde
2017-07-19Add object type hint for docsPoommetee Ketson
2017-07-18Make available more informations about editor for Tool PluginsJakub Grzesik
2017-07-11EditorPlugin ability to open and reload scns from filepathJakub Grzesik
2017-06-27Fix filesystem update for import pluginsGeorge Marques
2017-06-12EditorPlugin can request user inputs from editor 3d viewUnknown
2017-06-11Added EditorPlugin.remove_import_plugin()Zher Huei Lee
2017-05-20Removal of InputEvent as built-in Variant type..Juan Linietsky
2017-05-12Bring back EditorImportPluginAndreas Haas
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-03-05Refactoring: rename tools/editor/ to editor/Rémi Verschelde