summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #77744 from dalexeev/gds-reset-block-locals-on-exitRémi Verschelde2023-06-211-4/+9
|\
| * GDScript: Reset local variables on exit from blockDanil Alexeev2023-06-021-4/+9
* | Fix lambda parsing continuing on subsequent lines #73273今井きなみ2023-06-211-1/+1
* | Merge pull request #77129 from dalexeev/gds-fix-static-var-bugs-part-1Rémi Verschelde2023-06-191-1/+9
|\ \
| * | GDScript: Fix some bugs with static variables and functionsDanil Alexeev2023-06-161-1/+9
* | | Merge pull request #76207 from dalexeev/clarify-rpc-docsFabio Alessandrelli2023-06-181-12/+7
|\ \ \
| * | | Clarify `@rpc` annotation arguments docsDanil Alexeev2023-06-131-12/+7
* | | | Merge pull request #75051 from AleryBerry/fix-error-message-lua-styleRémi Verschelde2023-06-181-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | GDScript: Fix error message for Lua-style dictionaryAleryBerry2023-03-201-2/+2
* | | | Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-4/+8
| |/ / |/| |
* | | GDScript: Fix doc comment parsing (newlines and spaces)Danil Alexeev2023-06-051-109/+179
| |/ |/|
* | Merge pull request #75943 from adamscott/fix-missing-script-type-nullptr-checkRémi Verschelde2023-05-221-1/+1
|\ \
| * | Add missing `script_type` `nullptr` checkAdam Scott2023-04-111-1/+1
* | | Rework Navigation Avoidancesmix82023-05-101-0/+1
* | | Add support for static variables in GDScriptGeorge Marques2023-04-271-28/+58
* | | Merge pull request #72095 from anvilfolk/gd-docsYuri Sizov2023-04-261-3/+14
|\ \ \
| * | | Improve and fix GDScript documentation generation & behaviorocean (they/them)2023-04-211-3/+14
* | | | Merge pull request #75605 from anvilfolk/type-baseRémi Verschelde2023-04-241-3/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Make type not found errors more informative.ocean (they/them)2023-04-021-3/+0
* | | | GDScript: Add some checks for `@tool` and `@icon`Danil Alexeev2023-04-201-0/+16
* | | | Merge pull request #72979 from dalexeev/gds-annotation-parsingYuri Sizov2023-04-171-17/+22
|\ \ \ \
| * | | | GDScript: Fix and improve annotation parsingDanil Alexeev2023-04-141-17/+22
| | |/ / | |/| |
* | | | Merge pull request #62830 from ajreckof/access-identifier-keywordsYuri Sizov2023-04-171-0/+3
|\ \ \ \ | |/ / / |/| | |
| * | | fix access to identifiers that are reserved keywordsajreckof2023-04-141-0/+3
| |/ /
* / / Fix mistakes in documentation and GDScript errorsVolTer2023-04-101-6/+5
|/ /
* / GDScript: Change parser representation of class extendsDmitrii Maganov2023-03-131-3/+3
|/
* Merge pull request #73410 from MewPurPur/Fixin-error-spam-2-Electric-BoogalooRémi Verschelde2023-03-081-1/+1
|\
| * Fix error spam when naming a func at the end of the scriptVolTer2023-03-071-1/+1
* | GDScript: Fix parsing unexpected break/continue in lambdaDmitrii Maganov2023-02-231-0/+13
* | GDScript: Rework type checkDmitrii Maganov2023-02-171-7/+26
|/
* GDScript: Remove `treat_warnings_as_errors` project settingDanil Alexeev2023-02-101-1/+1
* Merge pull request #72971 from vnen/gdscript-multiline-commentRémi Verschelde2023-02-091-15/+51
|\
| * GDScript: Allow strings as multiline commentsGeorge Marques2023-02-091-15/+51
* | GDScript: Be more lenient with identifiersGeorge Marques2023-02-091-2/+14
|/
* GDScript: Improve validation and documentation of `@export_flags`Danil Alexeev2023-02-071-13/+40
* Merge pull request #72804 from vnen/gdscript-no-onready-without-nodeYuri Sizov2023-02-061-1/+1
|\
| * GDScript: Fix inheritance check of @onready for inner classesGeorge Marques2023-02-061-1/+1
* | Merge pull request #72708 from KoBeWi/PackedMultilineStringArrayYuri Sizov2023-02-061-0/+7
|\ \ | |/ |/|
| * Fix @export_multiline for PackedStringArraykobewi2023-02-041-0/+7
* | Merge pull request #72330 from MinusKube/unreachable_code_bugRémi Verschelde2023-02-061-0/+8
|\ \
| * | Fix unreachable code warning for elif blockMinusKube2023-01-291-0/+8
* | | Merge pull request #72794 from vnen/gdscript-no-onready-without-nodeRémi Verschelde2023-02-061-0/+4
|\ \ \
| * | | GDScript: Don't allow @onready without inheriting NodeGeorge Marques2023-02-061-0/+4
* | | | GDScript: Better handling of `@rpc` annotation and autocompletionDanil Alexeev2023-02-051-11/+31
|/ / /
* | | Merge pull request #72608 from vnen/gdscript-warning-default-errorYuri Sizov2023-02-051-7/+7
|\ \ \
| * | | GDScript: Add warnings that are set to error by defaultGeorge Marques2023-02-021-7/+7
| | |/ | |/|
* / | Improve docs for rpc annotationsGeroVeni2023-02-041-1/+1
|/ /
* | GDScript: Fix crash in export group annotationsDanil Alexeev2023-02-021-1/+6
* | Revert "GDScript: Add warnings that are set to error by default"Rémi Verschelde2023-02-011-7/+7
* | GDScript: Add warnings that are set to error by defaultGeorge Marques2023-02-011-7/+7