summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/analyzer
Commit message (Expand)AuthorAgeFilesLines
* Fix outer class lookupAdam Scott2022-12-172-0/+14
* Fix inner class constant assignmentAdam Scott2022-12-173-0/+11
* Fix enum value regressionrune-scape2022-12-161-1/+2
* Merge pull request #69471 from rune-scape/rune-out-of-orderRémi Verschelde2022-12-1523-1/+206
|\
| * GDScript: Allow out of order member resolutionrune-scape2022-12-1423-1/+206
* | Fix String type compatibility being too permissiverune-scape2022-12-122-0/+9
|/
* Fix constant base typing in extended GDScript classAdam Scott2022-12-107-0/+53
* Unify String and StringNamerune-scape2022-12-054-0/+22
* Improve parent signature errorkobewi2022-12-015-5/+5
* Merge pull request #67714 from adamscott/fix-preload-cyclic-references-part2Rémi Verschelde2022-11-187-5/+29
|\
| * Fix cyclic references in GDScript 2.0Adam Scott2022-11-187-5/+29
* | Fix ability to overload "script" variableocean (they/them)2022-11-174-0/+19
|/
* GDScript compiler subclass bugfixesRune2022-11-134-0/+29
* Improve null and object printing to avoid confusion with arraysHugo Locurcio2022-08-311-1/+1
* fix(gdscript): Infer type from preload constAntonio Dell'Annunziata2022-08-073-0/+10
* 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
|/
* 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