summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/analyzer
Commit message (Expand)AuthorAgeFilesLines
* Add regression test for gdscript valid function signatureCalebJohn2022-05-032-0/+16
* Fixes GDScript define nested dictionary and array as constants #50285PastMoments2022-04-191-1/+1
* GDScript: Check if method signature matches the parentGeorge Marques2022-03-0612-0/+80
* GDScript: Treat enum values as int and enum types as dictionaryGeorge Marques2022-02-034-0/+48
* GDScript: Consolidate behavior for assigning enum typesGeorge Marques2022-02-0316-0/+113
* GDScript: Fix parsing default parameter values from function callsstrank2022-01-132-0/+11
* GDScript: Add annotation to ignore warningsGeorge Marques2022-01-042-0/+19
* GDScript: Fix inferred typed array marked as constantGeorge Marques2021-10-152-0/+8
* Merge pull request #53726 from briansemrau/gd-outer-classGeorge Marques2021-10-142-0/+23
|\
| * GDScript: Access outer scope classesBrian Semrau2021-10-132-0/+23
* | Merge pull request #53720 from vnen/gdscript-typed-array-custom-classRémi Verschelde2021-10-122-0/+12
|\ \ | |/ |/|
| * GDScript: Fix typed array with custom classesGeorge Marques2021-10-122-0/+12
* | GDScript: Make setter parameter type same as variable typeGeorge Marques2021-10-122-0/+10
|/
* GDScript: Report property type errorsZuBsPaCe2021-10-0812-0/+123
* Merge pull request #53479 from vnen/gdscript-subscript-object-selfRémi Verschelde2021-10-062-0/+11
|\
| * GDScript: Allow subscript on self and object typesGeorge Marques2021-10-062-0/+11
* | GDScript: Avoid hard errors on inferred typesGeorge Marques2021-10-064-0/+29
* | GDScript: Make all warnings enabled in test generationGeorge Marques2021-10-061-0/+4
|/
* GDScript: Don't allow builtin type names as identifiersGeorge Marques2021-09-298-0/+25
* Merge pull request #52718 from Calinou/gdscript-add-integration-tests-2Rémi Verschelde2021-09-214-2/+6
|\
| * Add more integration tests to the GDScript test suiteHugo Locurcio2021-09-154-2/+6
* | GDScript: Avoid inferred types from giving hard errorsGeorge Marques2021-09-172-0/+11
|/
* GDScript: Allow string keys on Lua-style dictionariesGeorge Marques2021-09-156-0/+24
* Add dozens of new integration tests to the GDScript test suiteHugo Locurcio2021-09-1436-0/+139
* Fix GDScript test casesGeorge Marques2021-09-133-9/+9
* Merge pull request #52100 from vnen/gdscript-access-outer-constantsRémi Verschelde2021-09-136-0/+56
|\
| * GDScript: Allow access to outer constant and enum valuesGeorge Marques2021-08-246-0/+56
* | Correct null and boolean values being capitalised by the str commandBalloonpopper2021-08-262-2/+2
|/
* GDScript: Fix calling builtin static functionsGeorge Marques2021-08-182-0/+6
* GDScript: Fix inner classes and preloaded scripts as typesGeorge Marques2021-08-186-0/+26
* GDScript: Fix function signature check for self callsGeorge Marques2021-05-262-0/+12