summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_analyzer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix gdscript analyzer error when instantiating EditorPlugins.baptr2024-07-101-1/+1
* GDScript: Fix false positive `CONFUSABLE_CAPTURE_REASSIGNMENT` warningsDanil Alexeev2024-06-281-1/+24
* GDScript: Add `CONFUSABLE_CAPTURE_REASSIGNMENT` warningDanil Alexeev2024-06-281-0/+15
* Merge pull request #93346 from RandomShaper/gds_cyc_altRémi Verschelde2024-06-261-2/+7
|\
| * GDScript: Enhance handling of cyclic dependenciesPedro J. Estébanez2024-06-261-2/+7
* | Fix editor crash when invalid global class script pathHilderin2024-06-251-0/+3
|/
* Merge pull request #92544 from dalexeev/gds-fix-const-non-metatype-subscriptRémi Verschelde2024-05-301-7/+39
|\
| * GDScript: Fix subscript resolution on constant non-metatype GDScript baseDanil Alexeev2024-05-301-7/+39
* | GDScript: Do not produce `INFERRED_DECLARATION` on type importDanil Alexeev2024-05-301-1/+6
|/
* GDScript: Fix lambdas capturing non-local variablesDanil Alexeev2024-05-221-4/+17
* GDScript: Fix `STANDALONE_EXPRESSION` warning for `preload()`Danil Alexeev2024-05-171-0/+1
* Merge pull request #91909 from KoBeWi/have_fun_reviewing_thisRémi Verschelde2024-05-141-1/+0
|\
| * Use Core/Scene stringnames consistentlykobewi2024-05-131-1/+0
* | Revert "GDScript: Implement get_dependencies()"Rémi Verschelde2024-05-131-14/+1
|/
* Add shorthand for using singleton string nameskobewi2024-05-111-2/+2
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-16/+21
* Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-031-5/+11
* GDScript: Fix access non-static members in static contextDanil Alexeev2024-05-011-8/+23
* Merge pull request #90860 from vnen/gdscript-get-dependenciesRémi Verschelde2024-04-291-1/+14
|\
| * GDScript: Implement get_dependencies()George Marques2024-04-181-1/+14
* | Merge pull request #90552 from vnen/gdscript-constructor-callable-releaseRémi Verschelde2024-04-291-1/+1
|\ \
| * | GDScript: Assume constructor to be accessible from classGeorge Marques2024-04-111-1/+1
* | | GDScript: Resolve types from autoload scenesGeorge Marques2024-04-261-3/+22
* | | Merge pull request #90601 from rune-scape/rune-gdscript-dependant-parser-ref-...Rémi Verschelde2024-04-221-44/+25
|\ \ \ | |_|/ |/| |
| * | GDScript: invalidate GDScriptParserRef when reloadingrune-scape2024-04-181-44/+25
| |/
* | Merge pull request #90794 from vnen/gdscript-no-unused-constant-warning-with-...Rémi Verschelde2024-04-181-1/+1
|\ \
| * | GDScript: Suppress unused constant warning with underscoreGeorge Marques2024-04-181-1/+1
* | | GDScript: Warn when enum variable has no defaultGeorge Marques2024-04-161-0/+12
|/ /
* / GDScript: Allow casting enum to intGeorge Marques2024-04-121-0/+2
|/
* Merge pull request #90448 from vnen/gdscript-infer-string-formatRémi Verschelde2024-04-101-0/+5
|\
| * GDScript: Infer type with string format operatorGeorge Marques2024-04-101-0/+5
* | Merge pull request #90442 from vnen/gdscript-dont-warn-using-default-builtinRémi Verschelde2024-04-101-3/+26
|\ \
| * | GDScript: Don't warn on unassigned for builtin-typed variablesGeorge Marques2024-04-101-3/+26
| |/
* | Merge pull request #84043 from dalexeev/gds-fix-unsafe-cast-warningRémi Verschelde2024-04-091-3/+1
|\ \ | |/ |/|
| * GDScript: Fix `UNSAFE_CAST` warningDanil Alexeev2023-10-271-3/+1
* | Don't pass `self` when calling a static function from a non-static contextJamie Hill-Daniel2024-04-041-3/+4
* | GDScript: Fix `@warning_ignore` annotation issuesDanil Alexeev2024-03-121-57/+40
* | GDScript: Adjust STATIC_CALLED_ON_INSTANCE warning to not default to the nati...20kdc2024-03-011-6/+2
* | GDScript: Canonicalize script path in FQCNDanil Alexeev2024-02-261-3/+3
* | Merge pull request #85501 from /remove-packed-scene-cacheRémi Verschelde2024-02-251-9/+2
|\ \
| * | Stop caching packed scenes in GDScript cacheJordyfel2023-11-291-9/+2
| |/
* | GDScript: Fix extension comparison for exported scriptsDanil Alexeev2024-02-151-3/+3
* | Merge pull request #86823 from dalexeev/gds-utility-func-as-callableRémi Verschelde2024-01-301-19/+28
|\ \
| * | GDScript: Allow utility functions to be used as `Callable`Danil Alexeev2024-01-051-19/+28
* | | Merge pull request #85224 from HolonProduction/identifier-type-prefer-annotatedYuri Sizov2024-01-241-6/+14
|\ \ \
| * | | Prefer identifiers annotated type if assigned type is incompatible to itHolonProduction2024-01-171-6/+14
* | | | Merge pull request #85215 from HolonProduction/type-from-property-class-nameRémi Verschelde2024-01-181-2/+13
|\ \ \ \ | |/ / / |/| | |
| * | | Handle global classes when resolving type from `PropertyInfo`HolonProduction2024-01-171-2/+13
| | |/ | |/|
* | | Add const lvalue ref to container parametersMuller-Castro2024-01-051-1/+1
| |/ |/|
* | Merge pull request #82639 from golfinq/gdscript-improve-indexing-errorRémi Verschelde2024-01-041-1/+1
|\ \