summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_analyzer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix analyzer pushing SHADOWED_VARIABLE warning for members shadowed in subcla...girdenis-p2024-11-061-17/+31
* Merge pull request #98356 from dustdfg/gdscript_endif_readability_commentsClay John2024-10-241-1/+1
|\
| * Add some comments to #endif's where it will easier lifeYevhen Babiichuk (DustDFG)2024-10-211-1/+1
* | GDScript: Fix cached parser error when using typed Dictionariesrune-scape2024-10-221-4/+8
|/
* Fix lookup symbol for enum members to search a correct code definitionChaosus2024-10-081-3/+12
* Merge pull request #78656 from Repiteo/typed-dictionaryRémi Verschelde2024-09-061-15/+293
|\
| * Implement typed dictionariesThaddeus Crews2024-09-041-15/+293
* | Merge pull request #89675 from dalexeev/gds-correct-unused-signal-warningRémi Verschelde2024-09-051-0/+34
|\ \ | |/ |/|
| * GDScript: Do not produce `UNUSED_SIGNAL` warning for common implicit usesDanil Alexeev2024-03-191-0/+34
* | Merge pull request #78178 from dalexeev/gds-add-non-tool-extends-tool-errorRémi Verschelde2024-08-281-0/+20
|\ \
| * | GDScript: Add warning if non-`@tool` class extends `@tool` classDanil Alexeev2024-07-041-0/+20
* | | GDScript: Fix too many calls to 'remove_parser'rune-scape2024-08-031-23/+29
* | | GDScript: Fix common mismatched external parser errorsrune-scape2024-07-311-42/+156
* | | Revert "GDScript: Fix common mismatched external parser errors"Rémi Verschelde2024-07-251-109/+35
* | | Merge pull request #94617 from rune-scape/fix-mismatched-parsersRémi Verschelde2024-07-241-35/+109
|\ \ \
| * | | GDScript: Fix common mismatched external parser errorsrune-scape2024-07-231-35/+109
* | | | GDScript: Fix false positive cases of `ENUM_VARIABLE_WITHOUT_DEFAULT`Danil Alexeev2024-07-221-2/+2
|/ / /
* / / 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
| |/ /