summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/doc_classes
Commit message (Expand)AuthorAgeFilesLines
* GDScript: Add error when exporting node in non [Node]-derived classesDanil Alexeev2023-10-051-1/+26
* Validate `code` tags for class and member referencesYuri Sizov2023-10-031-3/+3
* Replace `radians` range hint with `radians_as_degrees`A Thousand Ships2023-09-251-2/+2
* Add a type conversion method to Variant Utility and expose to scriptingAaron Franke2023-09-081-1/+2
* Add a script method to get its class iconYuri Sizov2023-08-241-1/+1
* Merge pull request #80109 from timothyqiu/not-markdownYuri Sizov2023-08-011-1/+1
|\
| * Fix invalid use of markdown syntax in classrefHaoyu Qiu2023-08-011-1/+1
* | GDScript: Add validation for `@export_node_path` annotation argumentsDanil Alexeev2023-07-261-0/+1
|/
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-062-2/+2
* Bump version to 4.2-devRémi Verschelde2023-07-052-2/+2
* 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