| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up more `[b]Example:[/b]` lines from the class reference | Micky | 2024-11-11 | 1 | -1/+1 |
* | Add : to node properties, to differentiate them from node paths | Hakim | 2024-07-03 | 1 | -2/+3 |
* | Fix various typos with codespell | Rémi Verschelde | 2024-05-07 | 1 | -1/+1 |
* | Update links to outdated asset library demos | skyace65 | 2024-04-07 | 1 | -1/+1 |
* | Merge pull request #81822 from nlupugla/nodepath-slice | Rémi Verschelde | 2024-02-29 | 1 | -0/+10 |
|\ |
|
| * | Added NodePath::slice method. | nlupugla | 2023-12-13 | 1 | -0/+10 |
* | | Overhaul NodePath documentation | Micky | 2024-01-15 | 1 | -66/+82 |
* | | Fix example in `NodePath.get_name()` documentation | Krazy_J | 2023-11-22 | 1 | -2/+2 |
|/ |
|
* | Some grammar and punctuation enhancements in the class reference. | AcatXIo | 2023-08-28 | 1 | -1/+1 |
* | Consistency for NodePath doc code examples | Gio | 2023-08-09 | 1 | -4/+4 |
* | 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 |
* | Add example for `NodePath` to grandparent | Ninni Pipping | 2023-06-25 | 1 | -0/+1 |
* | Overhaul the top sections of the class reference (Core classes) | VolTer | 2023-05-19 | 1 | -1/+2 |
* | Fix `NodePath` subname index range documentation | Ninni Pipping | 2023-03-26 | 1 | -1/+1 |
* | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 1 | -1/+1 |
* | Fill random docs | kobewi | 2022-11-22 | 1 | -0/+2 |
* | Fix small mistakes throughout much of the documentation | VolTer | 2022-10-21 | 1 | -1/+1 |
* | [doc] Use "param" instead of "code" to refer to parameters (5) | Andy Maloney | 2022-08-15 | 1 | -2/+2 |
* | Rename the argument tag to param in XML documentation | Yuri Sizov | 2022-08-08 | 1 | -6/+6 |
* | implement bone renamer in importer | Silc Renew | 2022-07-01 | 1 | -0/+6 |
* | i18n: Misc fixes translation strings | Rémi Verschelde | 2022-06-08 | 1 | -1/+1 |
* | [GDExtension] Expose Variant, NodePath and StringName hash functions. | bruvzg | 2022-06-06 | 1 | -0/+6 |
* | Remove generating of null comparison operators from documentation | Yuri Roubinsky | 2022-03-14 | 1 | -10/+0 |
* | Improve documentation for NodePath and StringName | Hugo Locurcio | 2022-03-13 | 1 | -10/+11 |
* | Add an XML schema for documentation | Hugo Locurcio | 2022-02-15 | 1 | -1/+1 |
* | Move the docs for constructors and operators out of methods section | Aaron Franke | 2021-10-29 | 1 | -16/+20 |
* | Don't generate empty doc sections and reduce code duplication | Aaron Franke | 2021-09-20 | 1 | -2/+0 |
* | Allow comparing equality between builtin types and null | George Marques | 2021-09-17 | 1 | -0/+10 |
* | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde | 2021-07-30 | 1 | -38/+19 |
* | NodePath properly updated in the editor in more cases | PouleyKetchoupp | 2021-06-28 | 1 | -0/+1 |
* | class reference proofreading | Paul Joannon | 2021-03-19 | 1 | -1/+1 |
* | doc: Sync classref with current source | Rémi Verschelde | 2021-03-18 | 1 | -8/+8 |
* | Merge pull request #43246 from HaSa1002/docs-lang-5 | Rémi Verschelde | 2020-11-16 | 1 | -12/+42 |
|\ |
|
| * | Docs: Port Code Examples to C# (M, N, O, P, R) | HaSa1002 | 2020-11-09 | 1 | -12/+42 |
* | | doc: Sync classref to add operators after #43419 | Rémi Verschelde | 2020-11-10 | 1 | -3/+19 |
* | | Variant: Sync docs with new constructors, fixups after #43403 | Rémi Verschelde | 2020-11-09 | 1 | -0/+16 |
* | | doc: Sync classref with current source + fixup some bindings | Rémi Verschelde | 2020-11-04 | 1 | -3/+3 |
|/ |
|
* | Link to demos from within the class reference | Aaron Franke | 2020-10-01 | 1 | -0/+1 |
* | doc: Update classref with node renames | Rémi Verschelde | 2020-03-30 | 1 | -17/+17 |
* | 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 |
* | Added more in-depth examples of NodePaths in API docs. | willnationsdev | 2019-11-13 | 1 | -0/+13 |
* | Proofread and improve the whole class reference | Hugo Locurcio | 2019-06-27 | 1 | -12/+12 |
* | doc: Proofread and complete various nodes | Rémi Verschelde | 2019-06-26 | 1 | -1/+2 |
* | Node: Fix logic of has/get_node_and_resource and document it | Rémi Verschelde | 2019-06-26 | 1 | -7/+48 |
* | Change "Return" to "Returns" where necessary in XML documentation | Sean Heffernan | 2019-05-23 | 1 | -2/+2 |
* | Merge pull request #28125 from KoBeWi/code_true_code | Rémi Verschelde | 2019-04-22 | 1 | -2/+2 |
|\ |
|
| * | Consistently wrap booleans in [code] | Tomasz Chabora | 2019-04-17 | 1 | -2/+2 |
* | | doc: Drop unused <demos> tag | Rémi Verschelde | 2019-04-19 | 1 | -2/+0 |
|/ |
|