summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_parser.cpp
AgeCommit message (Expand)Author
2023-03-14Fix error spam when naming a func at the end of the scriptVolTer
2023-02-23GDScript: Fix parsing unexpected break/continue in lambdaDmitrii Maganov
2023-02-17GDScript: Rework type checkDmitrii Maganov
2023-02-10GDScript: Remove `treat_warnings_as_errors` project settingDanil Alexeev
2023-02-09Merge pull request #72971 from vnen/gdscript-multiline-commentRémi Verschelde
2023-02-09GDScript: Be more lenient with identifiersGeorge Marques
2023-02-09GDScript: Allow strings as multiline commentsGeorge Marques
2023-02-07GDScript: Improve validation and documentation of `@export_flags`Danil Alexeev
2023-02-06Merge pull request #72804 from vnen/gdscript-no-onready-without-nodeYuri Sizov
2023-02-06Merge pull request #72708 from KoBeWi/PackedMultilineStringArrayYuri Sizov
2023-02-06GDScript: Fix inheritance check of @onready for inner classesGeorge Marques
2023-02-06Merge pull request #72330 from MinusKube/unreachable_code_bugRémi Verschelde
2023-02-06Merge pull request #72794 from vnen/gdscript-no-onready-without-nodeRémi Verschelde
2023-02-06GDScript: Don't allow @onready without inheriting NodeGeorge Marques
2023-02-05GDScript: Better handling of `@rpc` annotation and autocompletionDanil Alexeev
2023-02-05Merge pull request #72608 from vnen/gdscript-warning-default-errorYuri Sizov
2023-02-04Fix @export_multiline for PackedStringArraykobewi
2023-02-04Improve docs for rpc annotationsGeroVeni
2023-02-02GDScript: Add warnings that are set to error by defaultGeorge Marques
2023-02-02GDScript: Fix crash in export group annotationsDanil Alexeev
2023-02-01Revert "GDScript: Add warnings that are set to error by default"Rémi Verschelde
2023-02-01GDScript: Add warnings that are set to error by defaultGeorge Marques
2023-01-31GDScript: Fix `@icon` annotationDanil Alexeev
2023-01-31GDScript: Fix issues with typed arraysDmitrii Maganov
2023-01-30GDScript: Fix match branches return check on releaseGeorge Marques
2023-01-30Merge pull request #72305 from dalexeev/gfs-fix-export-enumRémi Verschelde
2023-01-30GDScript: Fix `@export_enum` works only with `int`Danil Alexeev
2023-01-30Merge pull request #72175 from dalexeev/gds-fix-export-group-annotationsRémi Verschelde
2023-01-29Fix unreachable code warning for elif blockMinusKube
2023-01-28GDScript: Allow variables in match patternsGeorge Marques
2023-01-27GDScript: Fix broken export group annotationsDanil Alexeev
2023-01-25GDScript: Allow constant expressions in annotationsDanil Alexeev
2023-01-25Merge pull request #71120 from jordigcs/ternaryGeorge Marques
2023-01-24Clarify error message about script-level annotationDanil Alexeev
2023-01-23Merge pull request #71914 from vnen/gdscript-no-continue-matchRémi Verschelde
2023-01-22GDScript: Remove function of `continue` for match statementGeorge Marques
2023-01-21Add support for Unicode identifiers in GDScriptGeorge Marques
2023-01-19Allow standalone ternary expressionsjordi
2023-01-16Merge pull request #67774 from aaronfranke/script-annotationsRémi Verschelde
2023-01-13Merge pull request #70540 from vaartis/multiline-arrays-dictionariesRémi Verschelde
2023-01-12Merge pull request #70713 from vonagam/fix-unnamed-enum-outer-conflictsGeorge Marques
2023-01-09Merge pull request #69590 from anvilfolk/enumsRémi Verschelde
2023-01-09Assorted enum and native type fixesocean (they/them)
2023-01-09Merge pull request #70655 from vonagam/fix-assert-multilineRémi Verschelde
2023-01-08GDScript: Fix multiline and trailing comma for assertDmitrii Maganov
2023-01-06Unify typing of variables, constants and parameters in GDScriptDmitrii Maganov
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-29GDScript: Fix false name conflicts for unnamed enumsDmitrii Maganov
2022-12-25Implement export_multiline support for Array[String] and DictionaryEkaterina Vaartis
2022-12-19Make script annotations placed before class_name and extendsAaron Franke