summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/doc_classes/@GDScript.xml
Commit message (Expand)AuthorAgeFilesLines
...
* GDScript: Rework type checkDmitrii Maganov2023-02-171-0/+7
* Tweak `@GlobalScope` & `GDScript`'s documentationMicky2023-02-141-36/+38
* GDScript: Improve validation and documentation of `@export_flags`Danil Alexeev2023-02-071-1/+15
* GDScript: Better handling of `@rpc` annotation and autocompletionDanil Alexeev2023-02-051-2/+2
* Improve docs for rpc annotationsGeroVeni2023-02-041-4/+12
* Merge pull request #72371 from dalexeev/remove-gds-str-duplicateRémi Verschelde2023-02-011-12/+0
|\
| * Remove `@GDScript.str` (duplicate of `@GlobalScope.str`)Danil Alexeev2023-01-301-12/+0
* | GDScript: Fix `@icon` annotationDanil Alexeev2023-01-311-0/+1
* | GDScript: Fix `@export_enum` works only with `int`Danil Alexeev2023-01-301-3/+12
|/
* GDScript: Allow constant expressions in annotationsDanil Alexeev2023-01-251-1/+1
* Update `@icon` definition to add a noteAdam Scott2023-01-181-0/+2
* Add a note for `inst_to_dict` to prevent using it on built-in instancesYuri Rubinsky2022-12-191-0/+1
* Update docs to mention `@icon` only works with global script classessouplamp2022-12-011-1/+1
* Tweak `@GDScript` documentation overallMicky2022-10-181-48/+48
* Fix hide_slider vs no_slider inconsistency in editor property codeAaron Franke2022-10-031-1/+1
* Fix typos with codespellRémi Verschelde2022-09-301-1/+1
* Document `print_stack()` and `get_stack()` requiring a debugger connectionHugo Locurcio2022-09-281-2/+4
* Spelling correction: change "no" to "not"I Woithe2022-09-171-1/+1
* Remove outdated assert exampleJummit2022-09-111-2/+2
* Rename `or_lesser` range property hint to `or_less`Hugo Locurcio2022-09-021-2/+2
* Rename `str2var` to `str_to_var` and similarMicky2022-08-261-5/+5
* Add documentation for all annotationsYuri Sizov2022-08-191-0/+178
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-36/+36
* Add `@GDScript.type_exists` documentationRaul Santos2022-08-081-0/+5
* Merge pull request #47935 from HaSa1002/doc-loading-run-timeRémi Verschelde2022-07-201-0/+1
|\
| * Document how to load Images and MP3 files at run-timeJohannes Witt2022-06-161-0/+1
* | Add default argument bindings to GDScript annotationsYuri Sizov2022-07-111-17/+14
* | Sync GDScript doc template for new annotationsRémi Verschelde2022-07-061-0/+20
* | Add support for documenting built-in annotationsYuri Sizov2022-07-041-0/+141
|/
* Improve description for GDScript built-in rangeEduardo Rodrigues2022-04-301-16/+13
* Fix typo in `GDScript::range` docYuri Roubinsky2022-04-201-1/+1
* Describe usage of float in range documentationMarkus Sauermann2022-02-181-0/+12
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Enchance descriptions of @GlobalScope/@GDScriptYuri Roubinsky2021-11-251-2/+2
* Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-1/+1
* GDScript gracefully handle debug functions from separate threadBrian Semrau2021-11-011-2/+10
* Add an example on iterating an array backwardsHugo Locurcio2021-09-301-1/+16
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-60/+30
* 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
* 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