| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #66232 from Evanaellio/fix-tool-annotation | Rémi Verschelde | 2022-09-22 | 1 | -1/+1 |
|\ |
|
| * | Fix code examples for @tool annotation | Evanaellio | 2022-09-21 | 1 | -1/+1 |
* | | Swap arguments of ResourceSaver.save() | Evanaellio | 2022-09-21 | 1 | -2/+2 |
|/ |
|
* | Change Array arguments to TypedArray | kobewi | 2022-09-01 | 1 | -2/+2 |
* | Replace Array return types with TypedArray | kobewi | 2022-08-22 | 1 | -1/+1 |
* | [doc] Use "param" instead of "code" to refer to parameters (6) | Andy Maloney | 2022-08-12 | 1 | -1/+1 |
* | Rename the argument tag to param in XML documentation | Yuri Sizov | 2022-08-08 | 1 | -11/+11 |
* | Add an XML schema for documentation | Hugo Locurcio | 2022-02-15 | 1 | -1/+1 |
* | Fix usage of "Return" in the docs | kobewi | 2022-01-02 | 1 | -1/+1 |
* | Replace Godot docs URL with `$DOCS_URL` in XML class reference | Rémi Verschelde | 2021-11-15 | 1 | -1/+1 |
* | Add path to functions that return iporter options | reduz | 2021-11-14 | 1 | -3/+5 |
* | Restrict the project data directory configuration | ne0fhyk | 2021-10-18 | 1 | -2/+2 |
* | Improve docs about plugin registration | kobewi | 2021-10-17 | 1 | -1/+2 |
* | Make the project data directory customizable. | ne0fhyk | 2021-10-11 | 1 | -2/+2 |
* | Don't generate empty doc sections and reduce code duplication | Aaron Franke | 2021-09-20 | 1 | -2/+0 |
* | Replace BIND_VMETHOD by new GDVIRTUAL syntax | reduz | 2021-08-22 | 1 | -16/+16 |
* | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde | 2021-07-30 | 1 | -42/+21 |
* | Expose an ImportOrder enum in ResourceImporter | Hugo Locurcio | 2021-07-23 | 1 | -1/+1 |
* | Consistently prefix bound virtual methods with _ | kobewi | 2021-06-12 | 1 | -25/+25 |
* | Style: Cleanup uses of double spaces between words | Rémi Verschelde | 2021-06-07 | 1 | -1/+1 |
* | Clarify EditorImportPlugin.get_visible_name. | Ryan Roden-Corrent | 2021-02-11 | 1 | -7/+5 |
* | Port code examples to C# (D) | HaSa1002 | 2020-11-01 | 1 | -8/+85 |
* | Rename the ".import" folder to ".godot/imported" | Aaron Franke | 2020-09-28 | 1 | -2/+2 |
* | Add link titles for all links in the class reference | Hugo Locurcio | 2020-08-31 | 1 | -1/+1 |
* | Document several editor-related classes to 100% completion | Hugo Locurcio | 2020-07-20 | 1 | -0/+12 |
* | Update docs to version 4.0 | clayjohn | 2020-01-31 | 1 | -1/+1 |
* | doc: Drop unused 'category' property from header | Rémi Verschelde | 2020-01-26 | 1 | -1/+1 |
* | doc: Remove hardcoded default values from descriptions | Rémi Verschelde | 2019-06-30 | 1 | -1/+1 |
* | Proofread and improve the whole class reference | Hugo Locurcio | 2019-06-27 | 1 | -12/+12 |
* | doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinks | Rémi Verschelde | 2019-06-27 | 1 | -1/+1 |
* | doc: Drop unused <demos> tag | Rémi Verschelde | 2019-04-19 | 1 | -2/+0 |
* | doc: Bump version to 3.2 | Rémi Verschelde | 2019-04-01 | 1 | -1/+1 |
* | doc: Fix references to setters and misc formatting | Rémi Verschelde | 2018-12-29 | 1 | -4/+4 |
* | doc: Sync classref with current source | Rémi Verschelde | 2018-12-27 | 1 | -2/+2 |
* | doc: Fix formatting in code blocks | Rémi Verschelde | 2018-12-14 | 1 | -1/+1 |
* | doc: Use HTTPS for docs.godotengine.org and point to latest branch | Rémi Verschelde | 2018-11-05 | 1 | -1/+1 |
* | [Docs] Remove double-spaces from descriptions, as well a couple other small f... | LikeLakers2 | 2018-09-23 | 1 | -1/+1 |
* | doc: Misc formatting fixes | Rémi Verschelde | 2018-09-21 | 1 | -0/+1 |
* | Fix example code for EditorImportPlugin | Noshyaar | 2018-07-24 | 1 | -5/+6 |
* | doc: Remove extraneous empty lines in descriptions | Rémi Verschelde | 2018-06-15 | 1 | -3/+0 |
* | doc: Remove status from hardcoded version string | Rémi Verschelde | 2018-02-27 | 1 | -1/+1 |
* | doc: Update version string in header | Rémi Verschelde | 2018-02-19 | 1 | -1/+1 |
* | Expose priority and order for custom import plugins | George Marques | 2018-02-13 | 1 | -0/+14 |
* | doc: Sync with current source | Rémi Verschelde | 2018-01-25 | 1 | -1/+1 |
* | doc: Update version string in XML | Rémi Verschelde | 2018-01-13 | 1 | -1/+1 |
* | doc: Update header version for 3.0-beta | Rémi Verschelde | 2017-11-24 | 1 | -1/+1 |
* | doc: Remove revision.module_config from version string | Rémi Verschelde | 2017-11-15 | 1 | -1/+1 |
* | Fix example code for EditorImportPlugin | volzhs | 2017-10-25 | 1 | -2/+2 |
* | [DOCS] Fix a few typos. | Andreas Haas | 2017-10-14 | 1 | -1/+1 |
* | Added EditorImportPlugin class ref docs | Ralph Minderhoud | 2017-09-16 | 1 | -0/+54 |