| Commit message (Expand) | Author | Age | Files | Lines |
* | Overhaul some "uncommon" wording in class reference | Micky | 2024-03-01 | 1 | -1/+1 |
* | Fix int's C# documentation | Raul Santos | 2023-09-01 | 1 | -4/+11 |
* | docs: fix link to two's complement wiki page | Emmanuel Ferdman | 2023-08-14 | 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 |
* | Overhaul the top sections of the class reference (Core classes) | VolTer | 2023-05-19 | 1 | -1/+1 |
* | Merge pull request #70046 from MewPurPur/improve-number-docs | Yuri Sizov | 2023-03-27 | 1 | -95/+88 |
|\ |
|
| * | Improve documentation of int | VolTer | 2023-03-27 | 1 | -95/+88 |
* | | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #62814 from KoBeWi/strint | Rémi Verschelde | 2022-11-15 | 1 | -0/+7 |
|\ |
|
| * | Restore numeric from String constructors | kobewi | 2022-09-19 | 1 | -0/+7 |
* | | Merge pull request #66361 from dalexeev/remove-int-plus-string | Rémi Verschelde | 2022-11-02 | 1 | -7/+0 |
|\ \ |
|
| * | | Remove confusing `String + int` and `int + String` operations | Danil Alexeev | 2022-09-24 | 1 | -7/+0 |
| |/ |
|
* | | Added missing docs to built-in types float and int | Anutrix | 2022-10-30 | 1 | -0/+10 |
* | | Fix small mistakes throughout much of the documentation | VolTer | 2022-10-21 | 1 | -6/+6 |
|/ |
|
* | [doc] Use "param" instead of "code" to refer to parameters (5) | Andy Maloney | 2022-08-15 | 1 | -1/+1 |
* | Rename the argument tag to param in XML documentation | Yuri Sizov | 2022-08-08 | 1 | -40/+40 |
* | Implement Vector4, Vector4i, Projection | reduz | 2022-07-23 | 1 | -0/+12 |
* | Implement exponential operator (**) to GDScript/Expressions | Yuri Roubinsky | 2022-05-11 | 1 | -0/+12 |
* | Remove generating of null comparison operators from documentation | Yuri Roubinsky | 2022-03-14 | 1 | -10/+0 |
* | Add an XML schema for documentation | Hugo Locurcio | 2022-02-15 | 1 | -1/+1 |
* | [GDExtension] Add binds for missing methods, operators, and constants require... | bruvzg | 2022-02-08 | 1 | -0/+7 |
* | Enable sorting of operator methods in class documentation. | Marcel Admiraal | 2021-11-29 | 1 | -14/+14 |
* | Add documentation to operators for math types | Aaron Franke | 2021-11-04 | 1 | -2/+4 |
* | Move the docs for constructors and operators out of methods section | Aaron Franke | 2021-10-29 | 1 | -104/+101 |
* | 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 | -6/+16 |
* | Improve the docs for the float type | Aaron Franke | 2021-08-18 | 1 | -0/+2 |
* | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde | 2021-07-30 | 1 | -148/+74 |
* | Implement native extension system | reduz | 2021-06-25 | 1 | -27/+18 |
* | Rename Quat to Quaternion | Marcel Admiraal | 2021-06-04 | 1 | -2/+2 |
* | Complete the docs for primitive types | kobewi | 2021-03-31 | 1 | -0/+98 |
* | Several edits to the GDScript docs | Danil Alexeev | 2020-12-01 | 1 | -1/+1 |
* | Docs: Port Code Examples to C# (F, G, H, I, J, K, L) | HaSa1002 | 2020-11-25 | 1 | -3/+19 |
* | doc: Sync classref to add operators after #43419 | Rémi Verschelde | 2020-11-10 | 1 | -4/+278 |
* | Variant: Sync docs with new constructors, fixups after #43403 | Rémi Verschelde | 2020-11-09 | 1 | -6/+13 |
* | 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 |
* | Remove unnecessary extra spaces before comments in code examples. | Michael Alexsander | 2020-01-23 | 1 | -7/+7 |
* | doc: Drop unused <demos> tag | Rémi Verschelde | 2019-04-19 | 1 | -2/+0 |
* | Merge pull request #27465 from neikeq/road-to-lang-agnostic-docs-is-going-to-... | Rémi Verschelde | 2019-04-05 | 1 | -1/+1 |
|\ |
|
| * | ClassRef: Replace [code]CurrentClass[/code] with [CurrentClass] | Ignacio Etcheverry | 2019-03-29 | 1 | -1/+1 |
* | | doc: Bump version to 3.2 | Rémi Verschelde | 2019-04-01 | 1 | -1/+1 |
|/ |
|
* | Fix VariantWriter overflow on 64-bit int | Rémi Verschelde | 2019-02-21 | 1 | -1/+15 |
* | 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 |
* | 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 |