summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts
Commit message (Expand)AuthorAgeFilesLines
* fix(gdscript): Infer type from preload constAntonio Dell'Annunziata2022-08-073-0/+10
* Merge pull request #62701 from cdemirer/for-variable-conflictRémi Verschelde2022-07-064-0/+11
|\
| * Do error when for variable conflicts with a variable in scopecdemirer2022-07-044-0/+11
* | Add grouping annotations for class properties in GDScriptYuri Sizov2022-07-052-3/+3
|/
* Fix set chain bug with jump_if_sharedcdemirer2022-06-282-0/+26
* 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
* | Merge pull request #61440 from vnen/gdscript-scene-unique-nodesRémi Verschelde2022-05-316-4/+72
|\ \
| * | GDScript: Support `%` in shorthand for `get_node`George Marques2022-05-276-4/+72
* | | Merge pull request #61279 from Trioct/fix-typed-array-assignmentRémi Verschelde2022-05-252-0/+4
|\ \ \
| * | | Fix const typed array assignmentTrioct2022-05-252-0/+4
* | | | GDScript: Don't show redundant await warning on unknown typesGeorge Marques2022-05-242-0/+14
| |/ / |/| |
* | | 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
* | | GDScript: Do not allow standalone lambdasGeorge Marques2022-05-232-0/+5
|/ /
* | Merge pull request #55201 from Scony/fix-unreachable-code-false-positiveRémi Verschelde2022-05-182-0/+18
|\ \
| * | Fix 'unreachable-code' false-positive, fixes #55154Pawel Lampe2021-11-212-0/+18
* | | Merge pull request #59863 from cdemirer/fix-match-multiple-bind-single-patternRémi Verschelde2022-05-114-0/+16
|\ \ \
| * | | Fix issues with multiple bind patterns in match statementcdemirer2022-04-044-0/+16
* | | | Merge pull request #60732 from CalebJohn/matching_signature_regression_testRémi Verschelde2022-05-112-0/+16
|\ \ \ \
| * | | | Add regression test for gdscript valid function signatureCalebJohn2022-05-032-0/+16
* | | | | quote strings inside arrays and dictionariesNathan Franke2022-05-036-11/+11
|/ / / /
* | | | Merge pull request #60396 from vnen/gdscript-self-lambdaRémi Verschelde2022-04-272-0/+28
|\ \ \ \
| * | | | GDScript: Allow using self in lambdasGeorge Marques2022-04-242-0/+28
| |/ / /
* / / / Fixes GDScript define nested dictionary and array as constants #50285PastMoments2022-04-193-1/+64
|/ / /
* | | GDScript: Check if method signature matches the parentGeorge Marques2022-03-0612-0/+80
* | | Add test cases for accessing parent elements from child classstrank2022-03-042-0/+56
| |/ |/|
* | Merge pull request #57591 from vnen/gdscript-enum-fixesRémi Verschelde2022-02-0424-1/+199
|\ \
| * | GDScript: Treat enum values as int and enum types as dictionaryGeorge Marques2022-02-034-0/+48
| * | GDScript: Allow tests to run on release buildsGeorge Marques2022-02-032-1/+2
| * | GDScript: Consolidate behavior for assigning enum typesGeorge Marques2022-02-0318-0/+149
* | | Merge pull request #57052 from KoBeWi/nosortRémi Verschelde2022-01-231-1/+1
|\ \ \
| * | | Don't sort printed Dictionarykobewi2022-01-221-1/+1
| |/ /
* | | Merge pull request #55214 from Scony/fix-gdscript-crash-2Rémi Verschelde2022-01-222-0/+4
|\ \ \ | |/ / |/| |
| * | Fix GDScript parser crash on 'dollar mixed with assignment' expressionPawel Lampe2021-11-212-0/+4
| |/
* | GDScript: Fix parsing default parameter values from function callsstrank2022-01-134-0/+52
* | GDScript: Add annotation to ignore warningsGeorge Marques2022-01-042-0/+19
* | Fix various typosluz paz2022-01-021-1/+1
* | Fix shadowed global identifier warning duplicationYuri Roubinsky2021-12-131-4/+4
* | Allow using built-in names for variables, push warnings insteadYuri Roubinsky2021-11-132-0/+11
|/
* Improve GDScript indentation error messageMax Hilbrunner2021-10-281-1/+1
* Refactored Node3D rotation modesreduz2021-10-251-1/+1
* Merge pull request #53843 from vnen/gdscript-typed-array-subscript-constantRémi Verschelde2021-10-152-0/+8
|\
| * GDScript: Fix inferred typed array marked as constantGeorge Marques2021-10-152-0/+8
* | GDScript: Properly return value with await on non-coroutineGeorge Marques2021-10-142-0/+14
|/
* Merge pull request #53807 from vnen/dont-share-arrays-and-dictsRémi Verschelde2021-10-144-0/+60
|\
| * Zero Dictionary and Array variants when changing type with resetGeorge Marques2021-10-144-0/+60
* | Merge pull request #53726 from briansemrau/gd-outer-classGeorge Marques2021-10-142-0/+23
|\ \ | |/ |/|