summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests/scripts/parser/features
AgeCommit message (Expand)Author
2023-01-22GDScript: Remove function of `continue` for match statementGeorge Marques
2023-01-16Merge pull request #67774 from aaronfranke/script-annotationsRémi Verschelde
2023-01-12Merge pull request #70899 from adamscott/fix-vector-infRémi Verschelde
2023-01-12Merge pull request #70713 from vonagam/fix-unnamed-enum-outer-conflictsGeorge Marques
2023-01-10Add GDScript `.editorconfig` rulesAdam Scott
2023-01-08Fix parse error using Vector{2,3,4}.INFAdam Scott
2023-01-08GDScript: Fix multiline and trailing comma for assertDmitrii Maganov
2022-12-29GDScript: Fix false name conflicts for unnamed enumsDmitrii Maganov
2022-12-19Make script annotations placed before class_name and extendsAaron Franke
2022-10-13Implement RETURN_VALUE_DISCARDED warning in GDscriptclayjohn
2022-10-04Improve dictionary printing to avoid confusion with arraysHugo Locurcio
2022-08-31Improve null and object printing to avoid confusion with arraysHugo Locurcio
2022-06-15Merge pull request #61666 from nathanfranke/fix-match-bindGeorge Marques
2022-06-14Merge pull request #57151 from cdemirer/fix-match-array-dict-pattern-logic-errorGeorge Marques
2022-06-03use correct error for unused bind match, suppress with underscoreNathan Franke
2022-05-27GDScript: Support `%` in shorthand for `get_node`George Marques
2022-05-23GDScript: Fix lambda captures in default argument valuesGeorge Marques
2022-05-23GDScript: Fix `if` after lambda being seen as ternaryGeorge Marques
2022-05-11Merge pull request #59863 from cdemirer/fix-match-multiple-bind-single-patternRémi Verschelde
2022-05-03quote strings inside arrays and dictionariesNathan Franke
2022-04-19Fixes GDScript define nested dictionary and array as constants #50285PastMoments
2022-04-04Fix issues with multiple bind patterns in match statementcdemirer
2022-03-04Add test cases for accessing parent elements from child classstrank
2022-03-02Fix logic errors in match-statement Array & Dictionary Patternscdemirer
2022-01-22Don't sort printed Dictionarykobewi
2022-01-02Fix various typosluz paz
2021-09-21Merge pull request #52905 from vnen/gdscript-single-line-declarationRémi Verschelde
2021-09-21GDScript: Allow classes declaration to be done in single lineGeorge Marques
2021-09-21GDScript: Allow multiple lines in signal parameters declarationGeorge Marques
2021-09-15Add more integration tests to the GDScript test suiteHugo Locurcio
2021-09-15GDScript: Allow string keys on Lua-style dictionariesGeorge Marques
2021-09-14Add dozens of new integration tests to the GDScript test suiteHugo Locurcio
2021-09-10GDScript: Removed spurious UNASSIGNED_VARIABLE warning for localsZuBsPaCe
2021-09-10Merge pull request #52081 from ThreeRhinosInAnElephantCostume/fixmatchfreezeGeorge Marques
2021-09-03Added tests for expression matchingThreeRhinosInAnElephantCostume
2021-08-27GDScript test style fixMax Hilbrunner
2021-08-26Correct null and boolean values being capitalised by the str commandBalloonpopper
2021-04-16Rename GDScript test script filenames to use `snake_case`Andrii Doroshenko (Xrayez)