summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/analyzer
Commit message (Expand)AuthorAgeFilesLines
* GDScript: Fix vararg method calls with exact argumentsDmitrii Maganov2023-01-302-0/+8
* Merge pull request #72285 from vnen/gdscript-variable-matchRémi Verschelde2023-01-294-0/+14
|\
| * GDScript: Allow variables in match patternsGeorge Marques2023-01-284-0/+14
* | Merge pull request #71844 from vonagam/fix-constant-conversionsRémi Verschelde2023-01-2923-15/+72
|\ \
| * | GDScript: Fix constant conversionsDmitrii Maganov2023-01-2923-15/+72
| |/
* / GDScript: Fix implicit conversions for function returnsDmitrii Maganov2023-01-282-0/+36
|/
* GDScript: Fix test from #69163 after annotations changeRémi Verschelde2023-01-281-1/+1
* Merge pull request #69163 from vonagam/variant-safe-linesRémi Verschelde2023-01-282-0/+37
|\
| * GDScript: Fix wrong marking of some lines related to Variant as unsafeDmitrii Maganov2023-01-122-0/+37
* | GDScript: Allow constant expressions in annotationsDanil Alexeev2023-01-255-3/+22
* | Merge pull request #71349 from vonagam/disallow-infer-on-weakRémi Verschelde2023-01-258-6/+19
|\ \
| * | GDScript: Disallow type inference with untyped initializerDmitrii Maganov2023-01-138-6/+19
* | | Add support for Unicode identifiers in GDScriptGeorge Marques2023-01-211-1/+1
* | | Fix unnammed enum crash regressionocean (they/them)2023-01-182-0/+8
* | | GDScript: Fix typing of iterator in for loopDmitrii Maganov2023-01-1320-0/+94
|/ /
* | Merge pull request #70733 from vonagam/fix-assigning-untypedRémi Verschelde2023-01-124-0/+29
|\ \
| * | GDScript: Fix some issues with assignments that involve untyped thingsDmitrii Maganov2023-01-124-0/+29
| |/
* / GDScript: Fix extending abstract classes, forbid their constructionDmitrii Maganov2023-01-126-0/+29
|/
* GDScript: Fix getting type from PropertyInfo for Variant argumentsDmitrii Maganov2023-01-124-9/+8
* Add GDScript `.editorconfig` rulesAdam Scott2023-01-1011-85/+85
* Merge pull request #71140 from vonagam/fix-const-index-subscript-typeRémi Verschelde2023-01-102-0/+7
|\
| * GDScript: Fix type for index subscript on constantDmitrii Maganov2023-01-102-0/+7
* | Fix GDScript base and outer classes, signals and functions lookup orderAdam Scott2023-01-0913-0/+180
|/
* Merge pull request #71051 from vonagam/consts-are-deep-startRémi Verschelde2023-01-094-0/+14
|\
| * GDScript: Begin making constants deep, not shallow or flatDmitrii Maganov2023-01-084-0/+14
* | Assorted enum and native type fixesocean (they/them)2023-01-0955-7/+530
|/
* GDScript: Fix typing of lambda functionsDmitrii Maganov2023-01-0610-0/+49
* GDScript: Fix array as default value for parameterDmitrii Maganov2023-01-062-0/+25
* Unify typing of variables, constants and parameters in GDScriptDmitrii Maganov2023-01-0610-4/+57
* Merge pull request #70859 from vonagam/fix-preload-native-typeRémi Verschelde2023-01-033-0/+19
|\
| * GDScript: Fix wrong native type for preloaded classDmitrii Maganov2023-01-033-0/+19
* | Merge pull request #70702 from vnen/gdscript-error-on-assign-voidRémi Verschelde2023-01-0310-0/+25
|\ \
| * | GDScript: Make using return of void function an errorGeorge Marques2022-12-3010-0/+25
* | | Merge pull request #70656 from vonagam/fix-void-returnsRémi Verschelde2023-01-036-0/+17
|\ \ \ | |_|/ |/| |
| * | GDScript: Disallow return with value in void functionsDmitrii Maganov2022-12-296-0/+17
| |/
* | Merge pull request #70613 from vonagam/fix-enum-as-constantGeorge Marques2022-12-302-0/+46
|\ \
| * | Fix usage of Enum as constantDmitrii Maganov2022-12-282-0/+46
| |/
* / GDScript: Fix return type of constructor call for extending classDmitrii Maganov2022-12-272-0/+12
|/
* Merge pull request #69991 from rune-scape/cast-typeRémi Verschelde2022-12-232-0/+8
|\
| * GDScript: Fix cast producing nullrune-scape2022-12-122-0/+8
* | Merge pull request #70220 from adamscott/fix-external-enumRémi Verschelde2022-12-236-1/+14
|\ \
| * | Fix external enums not assignable as constantsAdam Scott2022-12-176-1/+14
* | | Merge pull request #70440 from rune-scape/null-againRémi Verschelde2022-12-222-0/+11
|\ \ \
| * | | Fix GDScript analyzer null literalrune-scape2022-12-222-0/+11
* | | | Add MethodInfo to signal datatypeocean (they/them)2022-12-212-0/+6
|/ / /
* / / 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
| |/