summaryrefslogtreecommitdiff
path: root/doc/classes/@GDScript.xml
AgeCommit message (Collapse)Author
2018-08-05Small doc formating changes and Linux cursor theme noteMichael Alexsander Silva Dias
2018-07-26doc: Sync classref with current sourceRémi Verschelde
Fix various missing arguments in bindings.
2018-07-02Document return value of yield() with signalsThomas ten Cate
Fixes godotengine/godot-docs#1478
2018-06-18[DOCS] Builtin keywords because search is terribadMax Hilbrunner
2018-06-13Style fixes for commit d5bb6faaRémi Verschelde
2018-06-11-Make sure that ProjectSettings are properly dumped when dumping docs.Juan Linietsky
-Documented all properties of project settings Update documentation for ProjectSettings
2018-05-12Sync classref with current sourceRémi Verschelde
2018-04-15Remove incorrect & potentially confusing references to EulerWill Vincent
e is referred to as Euler’s number, so technically the MATH_EXP description in VisualScript doc was not incorrect, though could potentially lead to confusion. e is different from Euler’s constant however, making the existing GDScript exp & VisualScriptMathConstant descriptions nvalid.
2018-02-27doc: Remove status from hardcoded version stringRémi Verschelde
It has no practical use case and just generates noise for each alpha, beta, etc.
2018-02-19doc: Sync classref with current sourceRémi Verschelde
2018-02-19doc: Update version string in headerRémi Verschelde
2018-02-02[DOCS] parse_json: Objects do not keep key orderMax Hilbrunner
Document JSON not guaranteeing key order.
2018-01-25doc: Sync with current sourceRémi Verschelde
Also enhance RigidBody docs as per https://github.com/godotengine/godot-docs/pull/1018 and fix the version tag in all files (not really stable yet, but it makes no sense to hardcode rc3 at this stage).
2018-01-17few doc fixesChaosus
2018-01-17doc: Replace some more "val" with "value" + syncRémi Verschelde
2018-01-16Fixes for parameter names of builtin functions in visual scripts/coreChaosus
2018-01-13doc: Update version string in XMLRémi Verschelde
2018-01-08Add standardised color names to docJerome67000
2017-12-31Minor docs fixPoommetee Ketson
2017-11-24doc: Fix enum tags thanks to 2bc6db6Rémi Verschelde
2017-11-24doc: Update header version for 3.0-betaRémi Verschelde
2017-11-20Add cartesian to polar conversion functionspablotato
2017-11-16GDScript: Refactor "GD" class prefix to "GDScript"Rémi Verschelde
2017-11-15doc: Rename "@Global Scope" to "@GlobalScope"Rémi Verschelde
Spaces in filenames are evil.
2017-11-15doc: Remove revision.module_config from version stringRémi Verschelde
It is now "3.0-alpha" instead of "3.0.alpha.custom_build{,.mono}", limits unnecessary diffs.
2017-11-13classref: Sync with current sourceRémi Verschelde
[ci skip]
2017-11-12Add support for the TAU constant. Fixes #12094.Goutte
2017-11-04Docs for wrap functionsChaosus
2017-09-18 Added code tags and corrected some linesRaTi17
2017-09-17doc: Sync classref and escape comparatorsRémi Verschelde
[ci skip]
2017-09-17Merge pull request #11227 from willt/@GDScriptRémi Verschelde
In @GDScript added previous changes that went missing. added more des… [ci skip]
2017-09-13Fix up examples/descriptions based on feedback. Added more contentWilliam Taylor
In @GDScript added previous changes that went missing. added more descriptions and code examples
2017-09-13doc: Sync classref with current sourceRémi Verschelde
[ci skip]
2017-09-12Changed the doc class generation to individual files per class. It is also ↵Juan Linietsky
possible to save module files in module directories and the build system will recognize them.