summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/parser/features
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix parse error using Vector{2,3,4}.INFAdam Scott2023-01-082-0/+9
| |/
* | Merge pull request #70713 from vonagam/fix-unnamed-enum-outer-conflictsGeorge Marques2023-01-122-0/+22
|\ \
| * | GDScript: Fix false name conflicts for unnamed enumsDmitrii Maganov2022-12-292-0/+22
| |/
* | Add GDScript `.editorconfig` rulesAdam Scott2023-01-106-121/+121
* | GDScript: Fix multiline and trailing comma for assertDmitrii Maganov2023-01-082-0/+26
|/
* Implement RETURN_VALUE_DISCARDED warning in GDscriptclayjohn2022-10-131-2/+2
* Improve dictionary printing to avoid confusion with arraysHugo Locurcio2022-10-044-6/+6
* Improve null and object printing to avoid confusion with arraysHugo Locurcio2022-08-312-2/+2
* Merge pull request #61666 from nathanfranke/fix-match-bindGeorge Marques2022-06-152-0/+19
|\
| * use correct error for unused bind match, suppress with underscoreNathan Franke2022-06-032-0/+19
* | Merge pull request #57151 from cdemirer/fix-match-array-dict-pattern-logic-errorGeorge Marques2022-06-144-0/+93
|\ \ | |/ |/|
| * Fix logic errors in match-statement Array & Dictionary Patternscdemirer2022-03-024-0/+93
* | GDScript: Support `%` in shorthand for `get_node`George Marques2022-05-272-0/+68
* | GDScript: Fix lambda captures in default argument valuesGeorge Marques2022-05-232-0/+9
* | GDScript: Fix `if` after lambda being seen as ternaryGeorge Marques2022-05-232-0/+9
* | Merge pull request #59863 from cdemirer/fix-match-multiple-bind-single-patternRémi Verschelde2022-05-112-0/+10
|\ \
| * | Fix issues with multiple bind patterns in match statementcdemirer2022-04-042-0/+10
* | | quote strings inside arrays and dictionariesNathan Franke2022-05-035-8/+8
* | | Fixes GDScript define nested dictionary and array as constants #50285PastMoments2022-04-192-0/+63
|/ /
* / Add test cases for accessing parent elements from child classstrank2022-03-042-0/+56
|/
* Don't sort printed Dictionarykobewi2022-01-221-1/+1
* Fix various typosluz paz2022-01-021-1/+1
* Merge pull request #52905 from vnen/gdscript-single-line-declarationRémi Verschelde2021-09-214-0/+46
|\
| * GDScript: Allow classes declaration to be done in single lineGeorge Marques2021-09-214-0/+46
* | GDScript: Allow multiple lines in signal parameters declarationGeorge Marques2021-09-212-0/+22
|/
* Add more integration tests to the GDScript test suiteHugo Locurcio2021-09-1516-0/+64
* GDScript: Allow string keys on Lua-style dictionariesGeorge Marques2021-09-152-0/+11
* Add dozens of new integration tests to the GDScript test suiteHugo Locurcio2021-09-1475-1/+1302
* GDScript: Removed spurious UNASSIGNED_VARIABLE warning for localsZuBsPaCe2021-09-102-12/+15
* Merge pull request #52081 from ThreeRhinosInAnElephantCostume/fixmatchfreezeGeorge Marques2021-09-104-0/+85
|\
| * Added tests for expression matchingThreeRhinosInAnElephantCostume2021-09-034-0/+85
* | GDScript test style fixMax Hilbrunner2021-08-271-2/+2
* | Correct null and boolean values being capitalised by the str commandBalloonpopper2021-08-262-0/+11
|/
* Rename GDScript test script filenames to use `snake_case`Andrii Doroshenko (Xrayez)2021-04-166-0/+33