aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/@GDScript.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update doc version strings to 3.0.1Hein-Pieter van Braam2018-02-241-1/+1
|
* doc: Sync classref with current sourceRémi Verschelde2018-02-221-4/+4
|
* [DOCS] parse_json: Objects do not keep key orderMax Hilbrunner2018-02-191-0/+1
| | | | | | Document JSON not guaranteeing key order. (cherry picked from commit 82b8f1729dd2d0d1e574628e82261e2a21809a96)
* doc: Sync with current sourceRémi Verschelde2018-01-251-1/+1
| | | | | | 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).
* few doc fixesChaosus2018-01-171-2/+2
|
* doc: Replace some more "val" with "value" + syncRémi Verschelde2018-01-171-1/+1
|
* Fixes for parameter names of builtin functions in visual scripts/coreChaosus2018-01-161-2/+2
|
* doc: Update version string in XMLRémi Verschelde2018-01-131-1/+1
|
* Add standardised color names to docJerome670002018-01-081-2/+4
|
* Minor docs fixPoommetee Ketson2017-12-311-2/+3
|
* doc: Fix enum tags thanks to 2bc6db6Rémi Verschelde2017-11-241-4/+4
|
* doc: Update header version for 3.0-betaRémi Verschelde2017-11-241-1/+1
|
* Add cartesian to polar conversion functionspablotato2017-11-201-0/+22
|
* GDScript: Refactor "GD" class prefix to "GDScript"Rémi Verschelde2017-11-161-2/+2
|
* doc: Rename "@Global Scope" to "@GlobalScope"Rémi Verschelde2017-11-151-2/+2
| | | | Spaces in filenames are evil.
* doc: Remove revision.module_config from version stringRémi Verschelde2017-11-151-1/+1
| | | | | It is now "3.0-alpha" instead of "3.0.alpha.custom_build{,.mono}", limits unnecessary diffs.
* classref: Sync with current sourceRémi Verschelde2017-11-131-1/+1
| | | | [ci skip]
* Add support for the TAU constant. Fixes #12094.Goutte2017-11-121-1/+4
|
* Docs for wrap functionsChaosus2017-11-041-0/+52
|
* Added code tags and corrected some linesRaTi172017-09-181-75/+75
|
* doc: Sync classref and escape comparatorsRémi Verschelde2017-09-171-4/+4
| | | | [ci skip]
* Merge pull request #11227 from willt/@GDScriptRémi Verschelde2017-09-171-48/+215
|\ | | | | | | | | In @GDScript added previous changes that went missing. added more des… [ci skip]
| * Fix up examples/descriptions based on feedback. Added more contentWilliam Taylor2017-09-131-48/+215
| | | | | | | | In @GDScript added previous changes that went missing. added more descriptions and code examples
* | doc: Sync classref with current sourceRémi Verschelde2017-09-131-1/+1
|/ | | | [ci skip]
* Changed the doc class generation to individual files per class. It is also ↵Juan Linietsky2017-09-121-0/+911
possible to save module files in module directories and the build system will recognize them.