summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/analyzer/features
Commit message (Expand)AuthorAgeFilesLines
* GDScript: Fix vararg method calls with exact argumentsDmitrii Maganov2023-01-302-0/+8
* Merge pull request #71844 from vonagam/fix-constant-conversionsRémi Verschelde2023-01-294-0/+44
|\
| * GDScript: Fix constant conversionsDmitrii Maganov2023-01-294-0/+44
* | 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-253-3/+14
* | Merge pull request #71349 from vonagam/disallow-infer-on-weakRémi Verschelde2023-01-252-6/+0
|\ \
| * | GDScript: Disallow type inference with untyped initializerDmitrii Maganov2023-01-132-6/+0
* | | Fix unnammed enum crash regressionocean (they/them)2023-01-182-0/+8
* | | GDScript: Fix typing of iterator in for loopDmitrii Maganov2023-01-132-0/+19
|/ /
* | Merge pull request #70733 from vonagam/fix-assigning-untypedRémi Verschelde2023-01-122-0/+24
|\ \
| * | GDScript: Fix some issues with assignments that involve untyped thingsDmitrii Maganov2023-01-122-0/+24
| |/
* / GDScript: Fix extending abstract classes, forbid their constructionDmitrii Maganov2023-01-122-0/+14
|/
* GDScript: Fix getting type from PropertyInfo for Variant argumentsDmitrii Maganov2023-01-122-0/+8
* Add GDScript `.editorconfig` rulesAdam Scott2023-01-107-74/+73
* Fix GDScript base and outer classes, signals and functions lookup orderAdam Scott2023-01-095-0/+122
* Assorted enum and native type fixesocean (they/them)2023-01-0916-2/+399
* GDScript: Fix typing of lambda functionsDmitrii Maganov2023-01-062-0/+16
* GDScript: Fix array as default value for parameterDmitrii Maganov2023-01-062-0/+25
* Unify typing of variables, constants and parameters in GDScriptDmitrii Maganov2023-01-066-0/+53
* 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 #70656 from vonagam/fix-void-returnsRémi Verschelde2023-01-032-0/+7
|\ \ | |/ |/|
| * GDScript: Disallow return with value in void functionsDmitrii Maganov2022-12-292-0/+7
* | Fix usage of Enum as constantDmitrii Maganov2022-12-282-0/+46
|/
* 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
* | | Fix GDScript analyzer null literalrune-scape2022-12-222-0/+11
|/ /
* | 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-155-0/+131
|\ \
| * | GDScript: Allow out of order member resolutionrune-scape2022-12-145-0/+131
| |/
* / 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-052-0/+11
* Fix cyclic references in GDScript 2.0Adam Scott2022-11-187-5/+29
* 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
* 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
* GDScript: Check if method signature matches the parentGeorge Marques2022-03-062-0/+20
* 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-038-0/+73
* GDScript: Add annotation to ignore warningsGeorge Marques2022-01-042-0/+19
* GDScript: Fix inferred typed array marked as constantGeorge Marques2021-10-152-0/+8