| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e | Spartan322 | 2024-11-12 | 1 | -1/+1 |
|\ |
|
| * | Merge pull request #99020 from Mickeon/documentation-example-pruning-2 | Thaddeus Crews | 2024-11-12 | 1 | -1/+1 |
| |\ |
|
| | * | Clean up more `[b]Example:[/b]` lines from the class reference | Micky | 2024-11-11 | 1 | -1/+1 |
* | | | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97 | Spartan322 | 2024-11-11 | 1 | -1/+2 |
|\| | |
|
| * | | Fix freeze on non-thread-safe custom importers | Hunter Loftis | 2024-10-15 | 1 | -1/+2 |
| |/ |
|
* / | Rebranding: Doc/ | Dubhghlas McLaughlin | 2024-10-16 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #95336 from esainane/typo-eh | Rémi Verschelde | 2024-08-12 | 1 | -1/+1 |
|\ |
|
| * | Fix typo in EditorImportPlugin docs | Sai Nane | 2024-08-09 | 1 | -1/+1 |
* | | Fix documentation of `EditorImportPlugin._Import` | Sai Nane | 2024-08-09 | 1 | -3/+3 |
|/ |
|
* | Allow EditorImportPlugin to override can_import_threaded() | Pedro J. Estébanez | 2024-01-09 | 1 | -0/+7 |
* | Validate `code` tags for class and member references | Yuri Sizov | 2023-10-03 | 1 | -1/+1 |
* | Doctool: Remove version attribute from XML header | Rémi Verschelde | 2023-07-06 | 1 | -1/+1 |
* | Bump version to 4.2-dev | Rémi Verschelde | 2023-07-05 | 1 | -1/+1 |
* | Fix function signature in EditorImportPlugin example | Haoyu Qiu | 2023-06-28 | 1 | -2/+2 |
* | C#: Fix dictionary key lookup documentation | Raul Santos | 2023-06-02 | 1 | -4/+4 |
* | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 1 | -1/+1 |
* | Use reimport_append api for importing embedded gltf images | Lyuma | 2023-02-06 | 1 | -1/+2 |
* | Merge pull request #72455 from reduz/allow-reimport-appending | Rémi Verschelde | 2023-02-06 | 1 | -0/+9 |
|\ |
|
| * | Support reimport appending | Juan Linietsky | 2023-02-01 | 1 | -0/+9 |
* | | Merge pull request #71479 from raulsntos/virtual-return-type | Rémi Verschelde | 2023-02-01 | 1 | -1/+1 |
|\ \ |
|
| * | | Use enum instead of int in virtual methods return type | Raul Santos | 2023-01-31 | 1 | -1/+1 |
| |/ |
|
* / | Fix C# examples in documentation | Raul Santos | 2023-01-31 | 1 | -16/+22 |
|/ |
|
* | docs: replace File with FileAccess | Jiri Suchan | 2023-01-30 | 1 | -2/+2 |
* | 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 |