summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/doc_classes
Commit message (Expand)AuthorAgeFilesLines
* Explain a bit more RPCs optionsGilles Roudière2023-06-271-4/+4
* Add information about file extension to GDScript, CSharpScript, and ShaderMewPurPur2023-06-221-1/+1
* Clarify `@rpc` annotation arguments docsDanil Alexeev2023-06-131-2/+6
* Add more info on the nature of NANNinni Pipping2023-05-301-1/+1
* Overhaul the top sections of the class reference (Core classes)VolTer2023-05-191-1/+1
* Docs: Point to @GDScript in GDscript (script impl)Max Hilbrunner2023-05-171-1/+2
* Rework Navigation Avoidancesmix82023-05-101-0/+10
* Document caveats related to exported project binary resource conversionHugo Locurcio2023-05-081-0/+1
* Merge pull request #76664 from Xenoparrot/simple-typosMax Hilbrunner2023-05-061-1/+1
|\
| * Fixed various typos across the docsUltraBIF2023-05-021-1/+1
* | Merge pull request #76650 from Koyper/gdscript_range_docsMax Hilbrunner2023-05-051-2/+2
|\ \ | |/ |/|
| * Update @GDScript.xml range docs to iterate backwards.Koyper2023-05-011-2/+2
* | Add support for static variables in GDScriptGeorge Marques2023-04-271-0/+6
* | Validate code tags in documentation for potential paramsYuri Sizov2023-04-261-1/+1
|/
* Fix typo and slightly reword in @GDScript.xmlAraraura2023-03-311-1/+1
* Improve Color8 documentationHugo Locurcio2023-03-191-1/+2
* Fix GDScript code style regarding colonDanil Alexeev2023-03-051-2/+2
* Bump version to 4.1-devRémi Verschelde2023-03-012-2/+2
* Document `@GDScript.is_instance_of` methodDanil Alexeev2023-02-221-0/+14
* 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
* Remove references to compiled GDScript in exportGeorge Marques2023-01-201-6/+0
* 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
* Merge pull request #67656 from MewPurPur/instance🧹Max Hilbrunner2022-10-211-1/+1
|\
| * Fix small mistakes throughout much of the documentationVolTer2022-10-211-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