summaryrefslogtreecommitdiffstats
path: root/editor/editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename more 2D and 3D nodes to follow conventionRémi Verschelde2020-03-271-1/+1
* Renamed 2D and 3D nodes to make their types explicitJuan Linietsky2020-03-271-19/+19
* Expose FileSystemDock to the scripting API and fixed signalsIgnacio Etcheverry2020-03-181-0/+5
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-4/+4
* Document EditorPlugin get_plugin_icon and get_plugin_nameAaron Franke2020-03-041-1/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-4/+4
* Base 3D engine done, still untested, though.Juan Linietsky2020-02-111-1/+0
* Texture refactorJuan Linietsky2020-02-111-9/+9
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+3
* Merge pull request #31847 from aole/editor-expose-current-pathRémi Verschelde2019-09-031-0/+5
|\
| * Expose current path to EditorPluginBhupendra Aole2019-09-011-0/+5
* | Script callback for enabling/disabling EditorPluginBhupendra Aole2019-09-011-1/+1
|/
* Support for file not found in ConfigFile::Load and handle a few specific casesPouleyKetchoupp2019-08-211-7/+0
* Merge pull request #31077 from qarmin/coverity_bugsRémi Verschelde2019-08-071-1/+2
|\
| * Add some code changes/fixes proposed by Coverity and Clang Tidyqarmin2019-08-071-1/+2
* | Let EditorPlugins set editor/distraction-free modeWill Nations2019-08-061-0/+11
|/
* Script API methods must return Ref<T> instead of Reference*Ignacio Etcheverry2019-07-051-1/+1
* 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