summaryrefslogtreecommitdiff
path: root/doc/classes/float.xml
AgeCommit message (Expand)Author
2022-12-10Rename `float=64` SCons option to `precision=double`Hugo Locurcio
2022-11-15Merge pull request #62814 from KoBeWi/strintRé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-19Restore numeric from String constructorskobewi
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-06Fix integer vector mul/div operators and bindings.reduz
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-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-03Document TabContainer's "use_hidden_tabs_for_min_size"Michael Alexsander
2019-12-13Clarifying how float(String from) parses partially invalid stringsDanilo Costa Viana
2019-06-27Proofread and improve the whole class referenceHugo Locurcio
2019-04-19doc: Drop unused <demos> tagRémi Verschelde
2019-04-01doc: Bump version to 3.2Rémi Verschelde
2019-01-03Docs: Fix "equal to" and code markup in float.xmlcorrigentia
2018-09-29Fixed casting result in float.xmlFlamyAT
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