summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/analyzer
Commit message (Expand)AuthorAgeFilesLines
* GDScript: Fix access non-static members in static contextDanil Alexeev2024-05-0116-4/+155
* GDScript: Warn when enum variable has no defaultGeorge Marques2024-04-162-0/+16
* 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
* | Merge pull request #90442 from vnen/gdscript-dont-warn-using-default-builtinRémi Verschelde2024-04-104-1/+13
|\ \
| * | GDScript: Don't warn on unassigned for builtin-typed variablesGeorge Marques2024-04-104-1/+13
| |/
* | Merge pull request #84043 from dalexeev/gds-fix-unsafe-cast-warningRémi Verschelde2024-04-098-0/+72
|\ \ | |/ |/|
| * GDScript: Fix `UNSAFE_CAST` warningDanil Alexeev2023-10-278-0/+72
* | GDScript: Fix `@warning_ignore` annotation issuesDanil Alexeev2024-03-129-21/+240
* | Merge pull request #82122 from dalexeev/gds-add-export-hidden-annotationRémi Verschelde2024-02-272-13/+12
|\ \
| * | GDScript: Add `@export_storage` annotationDanil Alexeev2023-12-192-13/+12
| |/
* | Merge pull request #82639 from golfinq/gdscript-improve-indexing-errorRémi Verschelde2024-01-044-4/+4
|\ \ | |/ |/|
| * GDScript: Improve error messages for invalid indexingRémi Verschelde2023-10-024-4/+4
* | GDScript: Fix non-static call is allowed in static var lambda bodyDanil Alexeev2023-10-209-1/+67
* | GDScript: Fix incorrect error message for utility functionsDanil Alexeev2023-10-164-0/+8
* | GDScript: Add error when exporting node in non [Node]-derived classesDanil Alexeev2023-10-056-0/+31
* | GDScript: Fix `UNSAFE_CALL_ARGUMENT` warning for `Variant` constructorsDanil Alexeev2023-09-302-8/+49
|/
* Merge pull request #82477 from dalexeev/gds-covariance-and-contravarianceYuri Sizov2023-09-2818-0/+138
|\
| * GDScript: Add return type covariance and parameter type contravarianceDanil Alexeev2023-09-2818-0/+138
* | Merge pull request #82030 from dalexeev/gds-make-for-loop-array-literal-typedYuri Sizov2023-09-282-0/+7
|\ \
| * | GDScript: Make array literal typed if `for` loop variable type is specifiedDanil Alexeev2023-09-212-0/+7
* | | Merge pull request #80085 from vnen/gdscript-pattern-guardsYuri Sizov2023-09-282-0/+6
|\ \ \ | |_|/ |/| |
| * | GDScript: Implement pattern guards for match statementGeorge Marques2023-09-272-0/+6
* | | Merge pull request #75988 from dalexeev/gds-unsafe-call-argumentYuri Sizov2023-09-279-0/+91
|\ \ \ | |/ / |/| |
| * | GDScript: Improve call analysisDanil Alexeev2023-09-219-0/+91
| |/
* | Check if any global script class is shadowed by a variableChia-Hsiang Cheng2023-09-262-9/+16
* | GDScript: Prevent constructing and inheriting engine singletonsDanil Alexeev2023-09-224-0/+12
|/
* 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-174-0/+31
* | Remove REDUNDANT_FOR_VARIABLE_TYPEryanabx2023-09-124-18/+0
* | Fix various typos with codespellRémi Verschelde2023-09-121-2/+2
|/
* Merge pull request #80964 from dalexeev/gds-allow-use-local-consts-as-typesYuri Sizov2023-08-259-0/+79
|\
| * GDScript: Allow use local constants as typesDanil Alexeev2023-08-259-0/+79
* | GDScript: Fix lambda resolution with cyclic referencesDanil Alexeev2023-08-256-0/+53
|/
* GDScript: Add static typing for `for` loop variableDanil Alexeev2023-08-176-0/+24
* Merge pull request #78552 from dalexeev/gds-check-get-node-in-static-funcRémi Verschelde2023-08-172-0/+11
|\
| * GDScript: Check `get_node()` shorthand in static functionsDanil Alexeev2023-08-092-0/+11
* | 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-2611-1/+80
* Fix for not being able to ignore shadowing warnings on class scopejpcerrone2023-07-244-9/+17
* Change GDScript tests to use InstancePlaceholder as the example abstractAaron Franke2023-07-154-4/+4
* GDScript: fix regression when checking for virtual function implementation.ocean (they/them)2023-06-218-34/+0
* Merge pull request #77129 from dalexeev/gds-fix-static-var-bugs-part-1Rémi Verschelde2023-06-192-0/+10
|\
| * GDScript: Fix some bugs with static variables and functionsDanil Alexeev2023-06-162-0/+10
* | 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-156-0/+23