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