summaryrefslogtreecommitdiffstats
path: root/editor/editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary code and add some error explanationsqarmin2019-07-011-1/+1
* Some code changed with Clang-Tidyqarmin2019-06-261-1/+1
* Merge pull request #25522 from aqnuep/MeshLibrary_improvementsRémi Verschelde2019-06-031-21/+22
|\
| * MeshLibrary export improvementsDaniel Rakos2019-02-031-21/+22
* | Be able to add to the editor setting tabs.K. S. Ernest (iFIre) Lee2019-05-281-0/+20
* | Add EditorInspector getter. Update Sub-Inspectors.Will Nations2019-03-121-0/+6
|/
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Merge pull request #24506 from JFonS/expose_gizmosRémi Verschelde2018-12-301-0/+10
|\
| * Expose the new gizmo plugin system to scriptingJFonS2018-12-211-0/+10
* | doc: Sync classref with current sourceRémi Verschelde2018-12-271-1/+1
* | Merge pull request #19501 from Zylann/custom_loadersRémi Verschelde2018-12-161-0/+30
|\ \
| * | Added basic support for custom resource savers and loadersMarc Gilleron2018-12-151-0/+30
* | | Moved member variables to initializer listWilson E. Alvarez2018-12-111-5/+5
|/ /
* / Allow plugin scene change signal to report null for empty scenes.Jared2018-11-031-1/+0
|/
* Fix warnings for comparison between signed and unsigned integers [-Wsign-comp...Rémi Verschelde2018-09-271-1/+2
* Fixes drawing of the 2D plugins on the 3D viewgroud2018-09-181-8/+22
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-4/+0
* Add option to move Tile/GridMap editors to another sideMichael Alexsander Silva Dias2018-08-221-6/+22
* Merge pull request #19837 from willnationsdev/plugin-utilitiesRémi Verschelde2018-08-151-0/+6
|\
| * Add PluginConfigDialog, EditorPluginSettings GUIWill Nations2018-07-261-0/+6
* | New gizmo structure and new gizmo disabling menuJFonS2018-08-091-13/+0
|/
* Merge pull request #19849 from willnationsdev/expose-script-create-dialogMax Hilbrunner2018-07-041-0/+5
|\
| * Expose ScriptCreateDialog to EditorPluginwillnationsdev2018-07-041-0/+5
* | Preventing an editor crash in the event that a plugin scene's root-node is null.Michael Lee2018-06-281-1/+3
|/
* Merge pull request #15489 from willnationsdev/gdnative-hookMax Hilbrunner2018-05-261-0/+10
|\
| * Add EditorPlugin.build() build callbacksWill Nations2018-01-081-0/+10
* | Moved inspector functionality from EditorNode to InspectorDock.Daniel J. Ramirez2018-05-171-2/+2
* | -Ability to open resources in the same windowJuan Linietsky2018-05-171-2/+12
* | Merge pull request #15640 from willnationsdev/resource-saved-signalMax Hilbrunner2018-05-071-0/+5
|\ \
| * | Added EditorPlugin 'resource_saved' signalWill Nations2018-01-311-0/+5
| |/
* | Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio2018-04-221-1/+1
* | Merge pull request #17576 from Mr-Slurpy/masterRémi Verschelde2018-03-231-8/+5
|\ \
| * | Added tool menu functions in EditorPluginMr-Slurpy2018-03-171-8/+5
* | | Enable EditorPlugin to add/remove autoloadsWill Nations2018-02-141-0/+11
|/ /
* | Add a function to remove controls from containersGeorge Marques2018-02-131-0/+48
* | Add interface for plugins to enable/disable other pluginsGeorge Marques2018-01-301-0/+11
|/
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* forward_canvas_gui_input only takes one parameterTim Schellenberg2018-01-041-1/+1
* Merge pull request #14882 from willnationsdev/add-select-fileRémi Verschelde2018-01-041-0/+10
|\
| * Plugins can select files in FileSystem DockWill Nations2017-12-201-0/+10
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
|/
* Defer the scan filesystem call when adding import pluginsGeorge Marques2017-12-091-3/+2
* Exposed EditorSceneImporter to script. Added APIs to use intermediate convert...Juan Linietsky2017-12-071-0/+11
* Add method to set main screen plugin iconWaldson Patrício2017-12-061-0/+9
* Universalize draw-over API for EditorPluginsPedro J. Estébanez2017-11-241-7/+39
* Merge pull request #12982 from tagcup/aabb_renameRémi Verschelde2017-11-171-2/+2
|\
| * Rename Rect3 to AABB.Ferenc Arn2017-11-171-2/+2
* | Make resources edited by plugins be sent as referenceGeorge Marques2017-11-171-1/+5
|/
* Reworked how servers preallocate RIDs, should fix #10970Juan Linietsky2017-11-091-2/+2
* Bind unbound enums, rearrange some by valuePoommetee Ketson2017-10-221-0/+1