summaryrefslogtreecommitdiff
path: root/doc/classes/EditorPlugin.xml
AgeCommit message (Collapse)Author
2019-08-12Improve documentation of EditorPlugin.add_tool_submenu_item methodMax Hunt
2019-07-22doc: More formatting fixesRémi Verschelde
2019-07-22doc: Formatting fixes in EditorPlugin docsRémi Verschelde
2019-07-22doc: Sync classref with current sourceRémi Verschelde
2019-07-20Add description for EditorPlugin.enable/disable methodsHenrique Campos
2019-07-20Add docs for EditorInterface, EditorPlugin and EditorSceneImporterHenrique Campos
2019-06-27Proofread and improve the whole class referenceHugo Locurcio
- Document a few more properties and methods - Add more information to many classes - Fix lots of typos and gramar mistakes - Use [code] tags for parameters consistently - Use [b] and [i] tags consistently - Put "Warning:" and "Note:" on their own line to be more visible, and make them always bold - Tweak formatting in code examples to be more readable - Use double quotes consistently - Add more links to third-party technologies
2019-06-27doc: Fix scoped hyperlinks to same-class enums/methodsRémi Verschelde
The class name does not need to be specified when it is the current class.
2019-06-27doc: Complete and harmonize all _MAX constant descriptionsRémi Verschelde
2019-06-01doc: Sync classref with current sourceRémi Verschelde
2019-05-23Change "Return" to "Returns" where necessary in XML documentationSean Heffernan
In many of the XML files it had been noted that when the documentation refers to a return value, both "Return" and "Returns" are used. This has now been fixed to only say "Returns". Fixes #28867
2019-05-17Add description for EditorPlugin.update_overlaysvolzhs
2019-04-22Merge pull request #28125 from KoBeWi/code_true_codeRémi Verschelde
Consistently wrap booleans in [code]
2019-04-19doc: Drop unused <demos> tagRémi Verschelde
2019-04-17Consistently wrap booleans in [code]Tomasz Chabora
2019-04-01doc: Bump version to 3.2Rémi Verschelde
2019-01-07doc: Fix wrong references found by Sphinx and new makerst.pyRémi Verschelde
2018-12-30Merge pull request #24506 from JFonS/expose_gizmosRémi Verschelde
Expose the new gizmo plugin system to scripting
2018-12-27doc: Sync classref with current sourceRémi Verschelde
Fix various code formatting issues and argument names.
2018-12-21Expose the new gizmo plugin system to scriptingJFonS
2018-11-05doc: Use HTTPS for docs.godotengine.org and point to latest branchRémi Verschelde
Fixes #23509.
2018-11-03Allow plugin scene change signal to report null for empty scenes.Jared
2018-09-21Merge pull request #22218 from char0xff/doc_editorpluginsinterfaceMax Hilbrunner
Improve EditorPlugin.xml and EditorInterface.xml
2018-09-21doc: Sync classref with current sourceRémi Verschelde
2018-09-18Improve EditorPlugin.xml and EditorInterface.xmlchar0xff
2018-08-31update class docsKelly Thomas
2018-08-29doc: Sync classref with current sourceRémi Verschelde
2018-08-21doc: Sync classref with current sourceRémi Verschelde
2018-07-04Expose ScriptCreateDialog to EditorPluginwillnationsdev
2018-06-12Add support for tutorial links to makerst.pyrobojumper
Also change the <tutorials> structure to make use of individual <link> tags
2018-05-28Sync classref with current sourceRémi Verschelde
Also fix binding of Basis.slerp
2018-05-12Sync classref with current sourceRémi Verschelde
2018-04-11Update classref and docs, fix missing parameters' namePoommetee Ketson
2018-04-10doc: Sync classref with current sourceRémi Verschelde
2018-02-27doc: Remove status from hardcoded version stringRémi Verschelde
It has no practical use case and just generates noise for each alpha, beta, etc.
2018-02-25[DOCS] Sync classref with current sourcePoommetee Ketson
2018-02-19doc: Update version string in headerRémi Verschelde
2018-02-13Add a function to remove controls from containersGeorge Marques
Closes #5968
2018-01-25doc: Sync with current sourceRémi Verschelde
Also enhance RigidBody docs as per https://github.com/godotengine/godot-docs/pull/1018 and fix the version tag in all files (not really stable yet, but it makes no sense to hardcode rc3 at this stage).
2018-01-17doc: Replace some more "val" with "value" + syncRémi Verschelde
2018-01-15Filled tutorial field in most relevent classes.Juan Linietsky
Added tutorial display in doc.
2018-01-13doc: Update version string in XMLRémi Verschelde
2018-01-07doc: Sync classref with current sourceRémi Verschelde
2017-12-10doc: Sync classref with current sourceRémi Verschelde
2017-11-27doc: Sync classref with current sourceRémi Verschelde
2017-11-24doc: Fix enum tags thanks to 2bc6db6Rémi Verschelde
2017-11-24doc: Update header version for 3.0-betaRémi Verschelde
2017-11-15doc: Remove revision.module_config from version stringRémi Verschelde
It is now "3.0-alpha" instead of "3.0.alpha.custom_build{,.mono}", limits unnecessary diffs.
2017-10-22classref: Sync with current sourceRémi Verschelde
Also fix hyperlink references to same class as per the guidelines. [ci skip]
2017-09-16doc: Sync classref with current sourceRémi Verschelde
[ci skip]