summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/analyzer/features
Commit message (Expand)AuthorAgeFilesLines
* Always add decimal when printing floatkobewi2024-10-235-37/+37
* Implement typed dictionariesThaddeus Crews2024-09-048-0/+264
* GDScript: Replace `assert()` with `Utils.check()` in testsDanil Alexeev2024-08-2810-215/+209
* GDScript: Fix common mismatched external parser errorsrune-scape2024-07-3112-0/+50
* GDScript: Fix some export annotation issuesDanil Alexeev2024-05-131-5/+5
* Style: Trim trailing whitespace and ensure newline at EOFRémi Verschelde2024-05-082-2/+0
* Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-032-0/+15
* GDScript: Fix access non-static members in static contextDanil Alexeev2024-05-012-0/+76
* GDScript: Allow casting enum to intGeorge Marques2024-04-122-0/+11
* Merge pull request #90448 from vnen/gdscript-infer-string-formatRémi Verschelde2024-04-102-0/+8
|\
| * GDScript: Infer type with string format operatorGeorge Marques2024-04-102-0/+8
* | GDScript: Don't warn on unassigned for builtin-typed variablesGeorge Marques2024-04-104-1/+13
|/
* GDScript: Fix `@warning_ignore` annotation issuesDanil Alexeev2024-03-126-19/+221
* GDScript: Add `@export_storage` annotationDanil Alexeev2023-12-192-13/+12
* GDScript: Add return type covariance and parameter type contravarianceDanil Alexeev2023-09-284-0/+54
* GDScript: Improve call analysisDanil Alexeev2023-09-212-0/+5
* Merge pull request #81332 from dalexeev/gds-fix-update-array-literal-in-weak-...Rémi Verschelde2023-09-202-0/+29
|\
| * GDScript: Don't make array literal typed in weak type contextDanil Alexeev2023-09-052-0/+29
* | GDScript: Fix subscript resolution for constant non-metatypesDanil Alexeev2023-09-192-0/+28
* | GDScript: Add check for `super()` methods not being implementedocean (they/them)2023-09-172-0/+24
|/
* Merge pull request #80964 from dalexeev/gds-allow-use-local-consts-as-typesYuri Sizov2023-08-253-0/+58
|\
| * GDScript: Allow use local constants as typesDanil Alexeev2023-08-253-0/+58
* | GDScript: Fix lambda resolution with cyclic referencesDanil Alexeev2023-08-252-0/+39
|/
* GDScript: Fix "Identifier not found" error when accessing inner class from in...Danil Alexeev2023-08-112-0/+26
* GDScript: Fix bug with identifier shadowed below in current scopeDanil Alexeev2023-07-261-1/+1
* Fix for not being able to ignore shadowing warnings on class scopejpcerrone2023-07-242-3/+3
* GDScript: fix regression when checking for virtual function implementation.ocean (they/them)2023-06-214-23/+0
* Merge pull request #74741 from vnen/variant-not-for-everyoneRémi Verschelde2023-06-182-0/+576
|\
| * GDScript: Allow boolean operators between any typesGeorge Marques2023-03-102-0/+576
* | GDScript: add errors when calling unimplemented virtual functionsocean (they/them)2023-06-152-0/+12
* | Merge pull request #77351 from anvilfolk/super-discardRémi Verschelde2023-06-152-0/+11
|\ \
| * | GDScript: do not warn of return value discarded for super() inside _init()ocean (they/them)2023-05-222-0/+11
* | | Merge pull request #75419 from vonagam/fix-super-classes-in-array-literalsRémi Verschelde2023-06-141-2/+2
|\ \ \ | |/ / |/| |
| * | GDScript: Allow elements of a parent class in a typed array literalDmitrii Maganov2023-03-281-2/+2
* | | Merge pull request #76412 from dalexeev/gds-reorganize-warningsRémi Verschelde2023-04-282-2/+2
|\ \ \
| * | | GDScript: Reorganize and unify warningsDanil Alexeev2023-04-282-2/+2
| |/ /
* | | Merge pull request #75014 from vonagam/assert-literal-falseRémi Verschelde2023-04-282-0/+8
|\ \ \ | |/ / |/| |
| * | GDScript: Allow usage of literal false in assert without a warningDmitrii Maganov2023-03-172-0/+8
| |/
* / GDScript: Fix false positive `REDUNDANT_AWAIT` warningDanil Alexeev2023-03-161-1/+1
|/
* Fix GDScript code style regarding colonDanil Alexeev2023-03-057-24/+24
* GDScript: Fix range regressionDmitrii Maganov2023-02-242-0/+9
* GDScript: Fix usage of enum value as range argumentDmitrii Maganov2023-02-232-0/+11
* Merge pull request #73705 from anvilfolk/doublewoopsieRémi Verschelde2023-02-212-0/+25
|\
| * Added check for null objects in gdscript typed assign.ocean (they/them)2023-02-212-0/+25
* | GDScript: Fix override signature check of script inheritanceGeorge Marques2023-02-212-0/+12
|/
* Merge pull request #73590 from vnen/gdscript-global-scope-enumsRémi Verschelde2023-02-202-0/+39
|\
| * Make global scope enums accessible as types in GDScriptGeorge Marques2023-02-192-0/+39
* | Merge pull request #73489 from vonagam/type-check-nodeRémi Verschelde2023-02-202-0/+129
|\ \
| * | GDScript: Rework type checkDmitrii Maganov2023-02-172-0/+129
| |/
* / Fix inability to assign null regressionocean (they/them)2023-02-172-0/+22
|/