summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_analyzer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* GDScript: Do not produce `UNUSED_SIGNAL` warning for common implicit usesDanil Alexeev2024-09-171-0/+34
* 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
| |/
* | 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
| |/