summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_parser.cpp
AgeCommit message (Expand)Author
2022-05-23GDScript: Fix `if` after lambda being seen as ternaryGeorge Marques
2022-05-23GDScript: Do not allow standalone lambdasGeorge Marques
2022-05-18Merge pull request #55201 from Scony/fix-unreachable-code-false-positiveRémi Verschelde
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-12Fix first value updateJoJoX
2022-05-12Add a new HashMap implementationreduz
2022-05-12Fix incorrect precedence of pow operator in GDScript Yuri Rubinsky
2022-05-11Implement exponential operator (**) to GDScript/ExpressionsYuri Roubinsky
2022-05-11Merge pull request #59863 from cdemirer/fix-match-multiple-bind-single-patternRémi Verschelde
2022-04-24GDScript: Allow using self in lambdasGeorge Marques
2022-04-06Add enum values (Ignore, Warn, Error) to GDScript warningsjordi
2022-04-04Fix issues with multiple bind patterns in match statementcdemirer
2022-03-30Merge pull request #59694 from vnen/gdscript-better-call-superRémi Verschelde
2022-03-30GDScript: Fix issues with completion and `super` callsGeorge Marques
2022-03-30Fix autocompletion of static methods in built-in types in GDScriptYuri Roubinsky
2022-03-22Merge pull request #58971 from Chaosus/gds_multiline_annotationYuri Rubinsky
2022-03-16Add an error emitting when the `@export_flags` arg count is exceededYuri Roubinsky
2022-03-10Allow making multiline annotations in GDScriptYuri Roubinsky
2022-02-18Make 'is_attribute' false during parse error to prevent crashSaracenOne
2022-02-08Refactor some object type checking code with `cast_to`Rémi Verschelde
2022-02-04Merge pull request #57591 from vnen/gdscript-enum-fixesRémi Verschelde
2022-02-03GDScript: Consolidate behavior for assigning enum typesGeorge Marques
2022-01-22Merge pull request #55433 from V-Sekai/prev_operand_nullptr_checkRémi Verschelde
2022-01-22Merge pull request #55214 from Scony/fix-gdscript-crash-2Rémi Verschelde
2022-01-17Merge pull request #55625 from cdemirer/fix-type-guessing-and-gdscript-parser...Rémi Verschelde
2022-01-13Fix various typosluz paz
2022-01-10Merge pull request #55715 from nathanfranke/enum-orderedRémi Verschelde
2022-01-10Merge pull request #56342 from NNesh/fix/class-completionRémi Verschelde
2022-01-08Fixed completion showing for class membersNNesh
2022-01-05Merge pull request #56483 from vnen/gdscript-warning-annotationRémi Verschelde
2022-01-04GDScript: Add annotation to ignore warningsGeorge Marques
2022-01-03Update copyright statements to 2022Rémi Verschelde
2022-01-03Fix gdscript-parser crashcdemirer
2021-12-16Use OrderedHashMap for enum_valuesNathan Franke
2021-12-13Fix shadowed global identifier warning duplicationYuri Roubinsky
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-03Fix typo in `gdscript_parser`Raul Santos
2021-11-29Check for nullptr expression in parse_precedence functionSaracenOne
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-11-21Fix GDScript parser crash on 'dollar mixed with assignment' expressionPawel Lampe
2021-11-21Fix 'unreachable-code' false-positive, fixes #55154Pawel Lampe
2021-11-13Allow using built-in names for variables, push warnings insteadYuri Roubinsky
2021-11-10Merge pull request #54676 from Chaosus/gds_restrict_namesRémi Verschelde
2021-11-09Allow using $/root node pathsMaximilian
2021-11-08Prevent identifiers from naming as built-in funcs and global classesYuri Roubinsky
2021-10-28Merge pull request #54350 from akien-mga/clang-format-dont-align-operandsRémi Verschelde
2021-10-28Merge pull request #53526 from KoBeWi/super_printRémi Verschelde
2021-10-28clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde
2021-10-15GDScript: Avoid crash if missing setter signatureGeorge Marques
2021-10-11Merge pull request #53103 from ZuBsPaCe/gdscript-analyze-properties-fixGeorge Marques