summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_parser.h
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in gdscript_parser.h and gdscript_translation_parser_plugin.cppryanabx2023-10-231-2/+2
* GDScript: Fix non-static call is allowed in static var lambda bodyDanil Alexeev2023-10-201-1/+1
* GDScript: Add error when exporting node in non [Node]-derived classesDanil Alexeev2023-10-051-10/+10
* Merge pull request #80085 from vnen/gdscript-pattern-guardsYuri Sizov2023-09-281-0/+1
|\
| * GDScript: Implement pattern guards for match statementGeorge Marques2023-09-271-0/+1
* | Merge pull request #75988 from dalexeev/gds-unsafe-call-argumentYuri Sizov2023-09-271-1/+2
|\ \ | |/ |/|
| * GDScript: Improve call analysisDanil Alexeev2023-09-211-1/+2
* | [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-261-1/+1
|/
* GDScript: Fix and improve doc comment parsingDanil Alexeev2023-09-161-2/+3
* Merge pull request #81079 from dalexeev/gds-fix-get-method-listRémi Verschelde2023-09-111-1/+8
|\
| * GDScript: Fix `get_*_list()` methods return incorrect infoDanil Alexeev2023-09-041-1/+8
* | Add coloring for completion of vector componentsYuri Rubinsky2023-08-301-0/+4
|/
* Merge pull request #75656 from YuriSizov/core-iconic-builtinsRémi Verschelde2023-08-291-0/+1
|\
| * Add a script method to get its class iconYuri Sizov2023-08-241-0/+1
* | Merge pull request #80964 from dalexeev/gds-allow-use-local-consts-as-typesYuri Sizov2023-08-251-2/+0
|\ \
| * | GDScript: Allow use local constants as typesDanil Alexeev2023-08-251-2/+0
| |/
* / GDScript: Fix lambda resolution with cyclic referencesDanil Alexeev2023-08-251-0/+2
|/
* GDScript: Add static typing for `for` loop variableDanil Alexeev2023-08-171-0/+2
* GDScript: Check `get_node()` shorthand in static functionsDanil Alexeev2023-08-091-2/+0
* Merge pull request #79880 from dalexeev/gds-fix-id-shadowing-belowYuri Sizov2023-07-311-3/+8
|\
| * GDScript: Fix bug with identifier shadowed below in current scopeDanil Alexeev2023-07-261-3/+8
* | Merge pull request #78941 from dalexeev/gds-doc-comments-deprecated-and-exper...Yuri Sizov2023-07-311-14/+28
|\ \
| * | GDScript: Add `@deprecated` and `@experimental` doc comment tagsDanil Alexeev2023-07-081-14/+28
| |/
* | Merge pull request #78254 from dalexeev/gds-fix-property-group-name-conflictYuri Sizov2023-07-311-1/+3
|\ \ | |/ |/|
| * GDScript: Fix conflict between property and group namesDanil Alexeev2023-06-151-1/+3
* | Merge pull request #77744 from dalexeev/gds-reset-block-locals-on-exitRémi Verschelde2023-06-211-1/+1
|\ \
| * | GDScript: Reset local variables on exit from blockDanil Alexeev2023-06-021-1/+1
| |/
* / Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-4/+8
|/
* Add support for static variables in GDScriptGeorge Marques2023-04-271-8/+13
* Improve and fix GDScript documentation generation & behaviorocean (they/them)2023-04-211-1/+1
* GDScript: Change parser representation of class extendsDmitrii Maganov2023-03-131-1/+1
* Merge pull request #73590 from vnen/gdscript-global-scope-enumsRémi Verschelde2023-02-201-0/+2
|\
| * Make global scope enums accessible as types in GDScriptGeorge Marques2023-02-191-0/+2
* | GDScript: Rework type checkDmitrii Maganov2023-02-171-2/+15
|/
* Merge pull request #72608 from vnen/gdscript-warning-default-errorYuri Sizov2023-02-051-4/+7
|\
| * GDScript: Add warnings that are set to error by defaultGeorge Marques2023-02-021-4/+7
* | GDScript: Improve usability of setter chainsGeorge Marques2023-02-021-0/+2
|/
* Revert "GDScript: Add warnings that are set to error by default"Rémi Verschelde2023-02-011-7/+4
* GDScript: Add warnings that are set to error by defaultGeorge Marques2023-02-011-4/+7
* Merge pull request #72454 from dalexeev/gds-fix-icon-annotationRémi Verschelde2023-01-311-1/+1
|\
| * GDScript: Fix `@icon` annotationDanil Alexeev2023-01-311-1/+1
* | GDScript: Allow void functions to return calls to other void functionsGeorge Marques2023-01-311-0/+1
|/
* GDScript: Fix issues with typed arraysDmitrii Maganov2023-01-311-1/+1
* GDScript: Allow constant expressions in annotationsDanil Alexeev2023-01-251-1/+1
* Merge pull request #71914 from vnen/gdscript-no-continue-matchRémi Verschelde2023-01-231-2/+0
|\
| * GDScript: Remove function of `continue` for match statementGeorge Marques2023-01-221-2/+0
* | Add support for Unicode identifiers in GDScriptGeorge Marques2023-01-211-1/+4
|/
* Merge pull request #70987 from vonagam/fix-parameter-conversion-assignGeorge Marques2023-01-121-1/+1
|\
| * GDScript: Fix missing conversion for default argument valuesDmitrii Maganov2023-01-061-1/+1
* | Assorted enum and native type fixesocean (they/them)2023-01-091-2/+2
|/