summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/doc_classes
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #99020 from Mickeon/documentation-example-pruning-2Thaddeus Crews2024-11-121-2/+1
|\
| * Clean up more `[b]Example:[/b]` lines from the class referenceMicky2024-11-111-2/+1
* | Document exporting nested subgroupsDanil Alexeev2024-11-111-1/+13
* | GDScript: Rework `GDScriptUtilityFunctions` macrosDanil Alexeev2024-10-251-1/+1
* | Clarification to the description of Global scope in regards to GDScriptBrian Huynh2024-10-231-2/+2
* | Add `@export_tool_button` annotation for easily creating inspector buttonsDanil Alexeev2024-09-271-0/+35
|/
* Merge pull request #95749 from Mickeon/documentation-example-pruningRémi Verschelde2024-08-261-2/+2
|\
| * Remove empty `[b]Example:[/b]` lines from the class referenceMicky2024-08-191-2/+2
* | Merge pull request #95764 from passivestar/gdscript-syntax-highlighterRémi Verschelde2024-08-201-0/+23
|\ \
| * | Expose GDScript syntax highlighter to editor pluginspassivestar2024-08-191-0/+23
| |/
* / Fix some invalid code in GDScript class referenceMicky2024-08-191-5/+5
|/
* GDScript: Fix non-global class exportDanil Alexeev2024-06-201-1/+1
* GDScript: Fix some export annotation issuesDanil Alexeev2024-05-131-1/+2
* [Doc] Document loading behavior with relative pathsA Thousand Ships2024-03-301-1/+1
* Update `@GDScript` documentationDanil Alexeev2024-03-141-1/+5
* Editor Help: Add syntax highlighting for code blocksDanil Alexeev2024-03-091-6/+6
* GDScript: Add @export_custom annotationGeorge Marques2024-03-071-0/+12
* Support Array and PackedArray in @export_*Abel Toy2024-03-061-10/+37
* Merge pull request #82122 from dalexeev/gds-add-export-hidden-annotationRémi Verschelde2024-02-271-0/+11
|\
| * GDScript: Add `@export_storage` annotationDanil Alexeev2023-12-191-0/+11
* | Add keywords to improve search in the class referenceHugo Locurcio2024-02-221-1/+1
* | Move EditorNode setting registration so they are in class referenceHugo Locurcio2024-02-171-1/+1
* | Documentation: Add support for deprecated/experimental messagesDanil Alexeev2024-02-151-2/+1
* | Revert "Add UID support to GDScript files"Rémi Verschelde2024-01-291-9/+1
* | Add UID support to GDScript fileskobewi2024-01-171-1/+9
* | [GDScript] Add `StringName` support to `@GDScript.len`A Thousand Ships2024-01-021-1/+1
|/
* Clarify some descriptions regarding resource cachekobewi2023-12-101-1/+1
* 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