Age | Commit message (Expand) | Author |
2022-11-15 | Merge pull request #62814 from KoBeWi/strint | Rémi Verschelde |
2022-11-02 | Merge pull request #66361 from dalexeev/remove-int-plus-string | Rémi Verschelde |
2022-10-30 | Added missing docs to built-in types float and int | Anutrix |
2022-10-21 | Fix small mistakes throughout much of the documentation | VolTer |
2022-09-24 | Remove confusing `String + int` and `int + String` operations | Danil Alexeev |
2022-09-19 | Restore numeric from String constructors | kobewi |
2022-08-15 | [doc] Use "param" instead of "code" to refer to parameters (5) | Andy Maloney |
2022-08-08 | Rename the argument tag to param in XML documentation | Yuri Sizov |
2022-07-23 | Implement Vector4, Vector4i, Projection | reduz |
2022-05-11 | Implement exponential operator (**) to GDScript/Expressions | Yuri Roubinsky |
2022-03-14 | Remove generating of null comparison operators from documentation | Yuri Roubinsky |
2022-02-15 | Add an XML schema for documentation | Hugo Locurcio |
2022-02-08 | [GDExtension] Add binds for missing methods, operators, and constants require... | bruvzg |
2021-11-29 | Enable sorting of operator methods in class documentation. | Marcel Admiraal |
2021-11-04 | Add documentation to operators for math types | Aaron Franke |
2021-10-29 | Move the docs for constructors and operators out of methods section | Aaron Franke |
2021-09-20 | Don't generate empty doc sections and reduce code duplication | Aaron Franke |
2021-09-17 | Allow comparing equality between builtin types and null | George Marques |
2021-08-18 | Improve the docs for the float type | Aaron Franke |
2021-07-30 | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde |
2021-06-25 | Implement native extension system | reduz |
2021-06-04 | Rename Quat to Quaternion | Marcel Admiraal |
2021-03-31 | Complete the docs for primitive types | kobewi |
2020-12-01 | Several edits to the GDScript docs | Danil Alexeev |
2020-11-25 | Docs: Port Code Examples to C# (F, G, H, I, J, K, L) | HaSa1002 |
2020-11-10 | doc: Sync classref to add operators after #43419 | Rémi Verschelde |
2020-11-09 | Variant: Sync docs with new constructors, fixups after #43403 | Rémi Verschelde |
2020-01-31 | Update docs to version 4.0 | clayjohn |
2020-01-26 | doc: Drop unused 'category' property from header | Rémi Verschelde |
2020-01-23 | Remove unnecessary extra spaces before comments in code examples. | Michael Alexsander |
2019-04-19 | doc: Drop unused <demos> tag | Rémi Verschelde |
2019-04-05 | Merge pull request #27465 from neikeq/road-to-lang-agnostic-docs-is-going-to-... | Rémi Verschelde |
2019-04-01 | doc: Bump version to 3.2 | Rémi Verschelde |
2019-03-29 | ClassRef: Replace [code]CurrentClass[/code] with [CurrentClass] | Ignacio Etcheverry |
2019-02-21 | Fix VariantWriter overflow on 64-bit int | Rémi Verschelde |
2018-02-27 | doc: Remove status from hardcoded version string | Rémi Verschelde |
2018-02-19 | doc: Update version string in header | Rémi Verschelde |
2018-01-25 | doc: Sync with current source | Rémi Verschelde |
2018-01-13 | doc: Update version string in XML | Rémi Verschelde |
2017-11-24 | doc: Update header version for 3.0-beta | Rémi Verschelde |
2017-11-15 | doc: Remove revision.module_config from version string | Rémi Verschelde |
2017-09-12 | Changed the doc class generation to individual files per class. It is also po... | Juan Linietsky |