summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests/scripts/analyzer
AgeCommit message (Expand)Author
2023-01-10Merge pull request #71140 from vonagam/fix-const-index-subscript-typeRémi Verschelde
2023-01-10GDScript: Fix type for index subscript on constantDmitrii Maganov
2023-01-09Fix GDScript base and outer classes, signals and functions lookup orderAdam Scott
2023-01-09Merge pull request #71051 from vonagam/consts-are-deep-startRémi Verschelde
2023-01-09Assorted enum and native type fixesocean (they/them)
2023-01-08GDScript: Begin making constants deep, not shallow or flatDmitrii Maganov
2023-01-06GDScript: Fix typing of lambda functionsDmitrii Maganov
2023-01-06GDScript: Fix array as default value for parameterDmitrii Maganov
2023-01-06Unify typing of variables, constants and parameters in GDScriptDmitrii Maganov
2023-01-03Merge pull request #70859 from vonagam/fix-preload-native-typeRémi Verschelde
2023-01-03Merge pull request #70702 from vnen/gdscript-error-on-assign-voidRémi Verschelde
2023-01-03Merge pull request #70656 from vonagam/fix-void-returnsRémi Verschelde
2023-01-03GDScript: Fix wrong native type for preloaded classDmitrii Maganov
2022-12-30GDScript: Make using return of void function an errorGeorge Marques
2022-12-30Merge pull request #70613 from vonagam/fix-enum-as-constantGeorge Marques
2022-12-29GDScript: Disallow return with value in void functionsDmitrii Maganov
2022-12-28Fix usage of Enum as constantDmitrii Maganov
2022-12-27GDScript: Fix return type of constructor call for extending classDmitrii Maganov
2022-12-23Merge pull request #69991 from rune-scape/cast-typeRémi Verschelde
2022-12-23Merge pull request #70220 from adamscott/fix-external-enumRémi Verschelde
2022-12-22Merge pull request #70440 from rune-scape/null-againRémi Verschelde
2022-12-22Fix GDScript analyzer null literalrune-scape
2022-12-21Add MethodInfo to signal datatypeocean (they/them)
2022-12-17Fix external enums not assignable as constantsAdam Scott
2022-12-17Fix outer class lookupAdam Scott
2022-12-17Fix inner class constant assignmentAdam Scott
2022-12-16Fix enum value regressionrune-scape
2022-12-15Merge pull request #69471 from rune-scape/rune-out-of-orderRémi Verschelde
2022-12-14GDScript: Allow out of order member resolutionrune-scape
2022-12-12GDScript: Fix cast producing nullrune-scape
2022-12-12Fix String type compatibility being too permissiverune-scape
2022-12-10Fix constant base typing in extended GDScript classAdam Scott
2022-12-05Unify String and StringNamerune-scape
2022-12-01Improve parent signature errorkobewi
2022-11-18Merge pull request #67714 from adamscott/fix-preload-cyclic-references-part2Rémi Verschelde
2022-11-18Fix cyclic references in GDScript 2.0Adam Scott
2022-11-17Fix ability to overload "script" variableocean (they/them)
2022-11-13GDScript compiler subclass bugfixesRune
2022-08-31Improve null and object printing to avoid confusion with arraysHugo Locurcio
2022-08-07fix(gdscript): Infer type from preload constAntonio Dell'Annunziata
2022-05-25Merge pull request #61279 from Trioct/fix-typed-array-assignmentRémi Verschelde
2022-05-25Fix const typed array assignmentTrioct
2022-05-24GDScript: Don't show redundant await warning on unknown typesGeorge Marques
2022-05-03Add regression test for gdscript valid function signatureCalebJohn
2022-04-19Fixes GDScript define nested dictionary and array as constants #50285PastMoments
2022-03-06GDScript: Check if method signature matches the parentGeorge Marques
2022-02-03GDScript: Treat enum values as int and enum types as dictionaryGeorge Marques
2022-02-03GDScript: Consolidate behavior for assigning enum typesGeorge Marques
2022-01-13GDScript: Fix parsing default parameter values from function callsstrank
2022-01-04GDScript: Add annotation to ignore warningsGeorge Marques