summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/doc_classes
Commit message (Expand)AuthorAgeFilesLines
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-302-64/+32
* Improve documentation for GDScript constantsHugo Locurcio2021-07-221-4/+6
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Increase String::num default decimal precisionHeikki Simojoki2021-05-291-2/+2
* doc: Sync classref with current sourceRémi Verschelde2021-01-041-1111/+6
* Rename Math::stepify to snappedMarcel Admiraal2020-12-281-6/+6
* Pow method doc fixskyace652020-12-131-1/+1
* Several edits to the GDScript docsDanil Alexeev2020-12-011-48/+36
* Unregister GDScriptFunctionState classGeorge Marques2020-11-261-45/+0
* Merge pull request #43423 from Calinou/doc-assert-avoid-side-effectsRémi Verschelde2020-11-101-4/+5
|\
| * Clarify that code in `assert()` should avoid side effectsHugo Locurcio2020-11-091-4/+5
* | Variant: Sync docs with new constructors, fixups after #43403Rémi Verschelde2020-11-091-47/+29
|/
* Exposed randi_range to global funcs + renamed rand_range to randf_rangeYuri Roubinsky2020-11-061-2/+17
* Link the Random number generation tutorial in the class referenceHugo Locurcio2020-10-141-0/+1
* Merge pull request #42439 from Xrayez/doc-gdscript-load-and-resloader-xrefRémi Verschelde2020-10-041-0/+1
|\
| * Cross-reference GDScript `load` and `ResourceLoader.load` in classrefAndrii Doroshenko (Xrayez)2020-09-301-0/+1
* | Fixed padding bug of sprintf functionSerhat2020-10-021-1/+1
|/
* Improve documentation related to printing error/warning messagesHugo Locurcio2020-09-241-0/+2
* Several documentation improvementsDanil Alexeev2020-09-141-48/+25
* Add link titles for all links in the class referenceHugo Locurcio2020-08-311-1/+1
* Cross-reference GDScript built-in rounding methods to ease discoveryHugo Locurcio2020-08-281-0/+4
* Merge pull request #40903 from Calinou/doc-jsonRémi Verschelde2020-07-311-10/+15
|\
| * Improve JSON-related documentationHugo Locurcio2020-07-311-10/+15
* | doc: Fix typo in BBcode tagRémi Verschelde2020-07-301-1/+1
|/
* doc: Sync classref with current sourceRémi Verschelde2020-07-282-38/+3
* GDScript: Clarified/fixed inaccuracies in the built-in function docs.Meriipu2020-07-251-6/+19
* Update core documentation to match recent C# changesAaron Franke2020-07-211-39/+25
* Improve the preload and load descriptionsTomasz Chabora2020-06-281-8/+8
* [Core] Rename linear_interpolate to lerpAaron Franke2020-04-291-1/+1
* DocData: Skip unexposed classesRémi Verschelde2020-04-201-19/+0
* Add missing docs for assert message in GDScriptThomas ten Cate2020-03-311-1/+5
* doc: Update classref with node renamesRémi Verschelde2020-03-301-1/+1
* Merge pull request #36620 from Calinou/doc-linear2db-exampleRémi Verschelde2020-02-281-1/+7
|\
| * Add a practical example for `@GDScript.linear2db()`Hugo Locurcio2020-02-271-1/+7
* | Improve the `@GDScript.inverse_lerp()` documentationHugo Locurcio2020-02-271-4/+8
|/
* doc: Sync classref with current sourceRémi Verschelde2020-02-182-3/+3
* Remove deprecated decimals builtinRémi Verschelde2020-02-121-9/+0
* Update docs to version 4.0clayjohn2020-01-314-4/+4
* Merge pull request #35589 from akien-mga/doc-drop-category-propertyRémi Verschelde2020-01-264-4/+4
|\
| * doc: Drop unused 'category' property from headerRémi Verschelde2020-01-264-4/+4
* | doc: Do not expose Variant::NIL as a type in the class referenceRémi Verschelde2020-01-261-1/+1
|/
* doc: Document named color constantsRémi Verschelde2020-01-261-3/+2
* Merge pull request #34280 from zaksnet/fix-yield-documentationRémi Verschelde2019-12-161-12/+15
|\
| * Fix documentation for yieldZak2019-12-131-12/+15
* | Updates docs for GDScript built-in functionsHaoyu Qiu2019-12-151-3/+12
* | Add note in 'load()' docs that the path must be absoluteMichael Alexsander2019-12-111-2/+3
|/
* doc: Markup fixes for enums and constantsRémi Verschelde2019-12-061-3/+3
* Mention that `int()` can be used as an alternative to `floor()`Hugo Locurcio2019-12-031-2/+3
* Add docs for is_equal_approx on structuresAaron Franke2019-11-301-2/+2
* Fixed typo in docs for Script and GDScript classes ("exends" -> "extends")miere432019-11-301-1/+1