summaryrefslogtreecommitdiff
path: root/editor/editor_plugin.cpp
AgeCommit message (Expand)Author
2021-08-15command palette improvementsBhuvan Vemula
2021-08-09Added EditorCommandPaletteBhuvan Vemula
2021-07-18Optimize StringName usagereduz
2021-06-13Validate parameters when adding pluginsHaoyu Qiu
2021-06-13Fix some virtual methodskobewi
2021-06-12Consistently prefix bound virtual methods with _kobewi
2021-06-03Rename Transform to Transform3D in coreAaron Franke
2021-05-31Implement shader cachingreduz
2021-05-04Provide a way to hook into Inspectors UndoRedo.Gilles Roudière
2021-04-12Expose edit_node() for editor pluginskobewi
2021-04-05Expose editor scale to the plugin APIYuri Sizov
2021-02-13Fix editor always redrawingreduz
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Merge pull request #44524 from madmiraal/rename-editor-viewportRémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-19Rename EditorInterface get_editor_viewport to get_editor_main_controlMarcel Admiraal
2020-12-16Make tool menu plugins use Callables for callbackkobewi
2020-11-10Register methods for drawing 3D editor overlaysTomasz Chabora
2020-10-18Refactor MethodBind to use variadic templatesreduz
2020-09-23Added inspector_only option to inspect_object in EditorInterface.andriyDev
2020-08-26Added debugger plugin supportsimpu
2020-07-06Expose methods to play scene from plugin codeYuri Sizov
2020-07-02Add translation parser plugin supportSkyJJ
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-06-03Add a getter and property for the editor distraction-free modeHugo Locurcio
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-27Rename more 2D and 3D nodes to follow conventionRémi Verschelde
2020-03-27Renamed 2D and 3D nodes to make their types explicitJuan Linietsky
2020-03-18Expose FileSystemDock to the scripting API and fixed signalsIgnacio Etcheverry
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-04Document EditorPlugin get_plugin_icon and get_plugin_nameAaron Franke
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-11Base 3D engine done, still untested, though.Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-09-03Merge pull request #31847 from aole/editor-expose-current-pathRémi Verschelde
2019-09-01Script callback for enabling/disabling EditorPluginBhupendra Aole
2019-09-01Expose current path to EditorPluginBhupendra Aole
2019-08-21Support for file not found in ConfigFile::Load and handle a few specific casesPouleyKetchoupp
2019-08-07Merge pull request #31077 from qarmin/coverity_bugsRémi Verschelde
2019-08-07Add some code changes/fixes proposed by Coverity and Clang Tidyqarmin
2019-08-06Let EditorPlugins set editor/distraction-free modeWill Nations
2019-07-05Script API methods must return Ref<T> instead of Reference*Ignacio Etcheverry
2019-07-01Remove unnecessary code and add some error explanationsqarmin