summaryrefslogtreecommitdiff
path: root/doc/classes/EditorImportPlugin.xml
AgeCommit message (Expand)Author
2022-09-22Merge pull request #66232 from Evanaellio/fix-tool-annotationRémi Verschelde
2022-09-21Fix code examples for @tool annotationEvanaellio
2022-09-21Swap arguments of ResourceSaver.save()Evanaellio
2022-09-01Change Array arguments to TypedArraykobewi
2022-08-22Replace Array return types with TypedArraykobewi
2022-08-12[doc] Use "param" instead of "code" to refer to parameters (6)Andy Maloney
2022-08-08Rename the argument tag to param in XML documentationYuri Sizov
2022-02-15Add an XML schema for documentationHugo Locurcio
2022-01-02Fix usage of "Return" in the docskobewi
2021-11-15Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde
2021-11-14Add path to functions that return iporter optionsreduz
2021-10-18Restrict the project data directory configurationne0fhyk
2021-10-17Improve docs about plugin registrationkobewi
2021-10-11Make the project data directory customizable.ne0fhyk
2021-09-20Don't generate empty doc sections and reduce code duplicationAaron Franke
2021-08-22Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz
2021-07-30doc: Use self-closing tags for `return` and `argument`Rémi Verschelde
2021-07-23Expose an ImportOrder enum in ResourceImporterHugo Locurcio
2021-06-12Consistently prefix bound virtual methods with _kobewi
2021-06-07Style: Cleanup uses of double spaces between wordsRémi Verschelde
2021-02-11Clarify EditorImportPlugin.get_visible_name.Ryan Roden-Corrent
2020-11-01Port code examples to C# (D)HaSa1002
2020-09-28Rename the ".import" folder to ".godot/imported"Aaron Franke
2020-08-31Add link titles for all links in the class referenceHugo Locurcio
2020-07-20Document several editor-related classes to 100% completionHugo Locurcio
2020-01-31Update docs to version 4.0clayjohn
2020-01-26doc: Drop unused 'category' property from headerRémi Verschelde
2019-06-30doc: Remove hardcoded default values from descriptionsRémi Verschelde
2019-06-27Proofread and improve the whole class referenceHugo Locurcio
2019-06-27doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinksRémi Verschelde
2019-04-19doc: Drop unused <demos> tagRémi Verschelde
2019-04-01doc: Bump version to 3.2Rémi Verschelde
2018-12-29doc: Fix references to setters and misc formattingRémi Verschelde
2018-12-27doc: Sync classref with current sourceRémi Verschelde
2018-12-14doc: Fix formatting in code blocksRémi Verschelde
2018-11-05doc: Use HTTPS for docs.godotengine.org and point to latest branchRémi Verschelde
2018-09-23[Docs] Remove double-spaces from descriptions, as well a couple other small f...LikeLakers2
2018-09-21doc: Misc formatting fixesRémi Verschelde
2018-07-24Fix example code for EditorImportPluginNoshyaar
2018-06-15doc: Remove extraneous empty lines in descriptionsRémi Verschelde
2018-02-27doc: Remove status from hardcoded version stringRémi Verschelde
2018-02-19doc: Update version string in headerRémi Verschelde
2018-02-13Expose priority and order for custom import pluginsGeorge Marques
2018-01-25doc: Sync with current sourceRémi Verschelde
2018-01-13doc: Update version string in XMLRé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
2017-10-25Fix example code for EditorImportPluginvolzhs
2017-10-14[DOCS] Fix a few typos.Andreas Haas
2017-09-16Added EditorImportPlugin class ref docsRalph Minderhoud