summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_analyzer.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* GDScript: Fix too many calls to 'remove_parser'rune-scape2024-08-031-3/+3
* GDScript: Fix common mismatched external parser errorsrune-scape2024-07-311-1/+18
* Revert "GDScript: Fix common mismatched external parser errors"Rémi Verschelde2024-07-251-15/+0
* GDScript: Fix common mismatched external parser errorsrune-scape2024-07-231-0/+15
* GDScript: invalidate GDScriptParserRef when reloadingrune-scape2024-04-181-3/+0
* Prefer identifiers annotated type if assigned type is incompatible to itHolonProduction2024-01-171-0/+1
* Add const lvalue ref to container parametersMuller-Castro2024-01-051-1/+1
* GDScript: Fix lambda resolution with cyclic referencesDanil Alexeev2023-08-251-1/+3
* Merge pull request #75620 from jpcerrone/fix_shadow_warnings_not_going_away_a...Yuri Sizov2023-07-251-1/+1
|\
| * Fix for not being able to ignore shadowing warnings on class scopejpcerrone2023-07-241-1/+1
* | Script editor: Show depended script errorsrune-scape2023-07-241-0/+1
|/
* Merge pull request #77324 from anvilfolk/oh-no-its-virtualRémi Verschelde2023-06-151-2/+2
|\
| * GDScript: add errors when calling unimplemented virtual functionsocean (they/them)2023-06-151-2/+2
* | Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-2/+3
|/
* Add support for static variables in GDScriptGeorge Marques2023-04-271-0/+1
* GDScript: Fix missing warning for shadowing of built-in typesDmitrii Maganov2023-03-131-1/+1
* Merge pull request #73590 from vnen/gdscript-global-scope-enumsRémi Verschelde2023-02-201-1/+1
|\
| * Make global scope enums accessible as types in GDScriptGeorge Marques2023-02-191-1/+1
* | GDScript: Rework type checkDmitrii Maganov2023-02-171-0/+1
|/
* Clean up ProjectConverter3To4 architecture, move renames map to separate fileRémi Verschelde2023-02-101-11/+0
* Merge pull request #72608 from vnen/gdscript-warning-default-errorYuri Sizov2023-02-051-1/+1
|\
| * GDScript: Add warnings that are set to error by defaultGeorge Marques2023-02-021-1/+1
* | GDScript: Improve usability of setter chainsGeorge Marques2023-02-021-1/+1
|/
* Revert "GDScript: Add warnings that are set to error by default"Rémi Verschelde2023-02-011-1/+1
* GDScript: Add warnings that are set to error by defaultGeorge Marques2023-02-011-1/+1
* Merge pull request #57520 from jordigcs/gd-rename-mapRémi Verschelde2023-01-311-0/+11
|\
| * Add hint for identifiers renamed since Godot 3jordi2023-01-241-0/+11
* | GDScript: Fix issues with typed arraysDmitrii Maganov2023-01-311-4/+9
* | GDScript: Fix constant conversionsDmitrii Maganov2023-01-291-2/+3
* | Merge pull request #71120 from jordigcs/ternaryGeorge Marques2023-01-251-1/+1
|\ \ | |/ |/|
| * Allow standalone ternary expressionsjordi2023-01-191-1/+1
* | GDScript: Fix some issues with assignments that involve untyped thingsDmitrii Maganov2023-01-121-0/+1
* | GDScript: Fix getting type from PropertyInfo for Variant argumentsDmitrii Maganov2023-01-121-1/+1
* | Fix GDScript base and outer classes, signals and functions lookup orderAdam Scott2023-01-091-0/+1
* | Merge pull request #71051 from vonagam/consts-are-deep-startRémi Verschelde2023-01-091-2/+2
|\ \
| * | GDScript: Begin making constants deep, not shallow or flatDmitrii Maganov2023-01-081-2/+2
| |/
* / Assorted enum and native type fixesocean (they/them)2023-01-091-1/+1
|/
* GDScript: Fix typing of lambda functionsDmitrii Maganov2023-01-061-2/+2
* Unify typing of variables, constants and parameters in GDScriptDmitrii Maganov2023-01-061-3/+4
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* GDScript: Allow out of order member resolutionrune-scape2022-12-141-8/+11
* Fix constant base typing in extended GDScript classAdam Scott2022-12-101-0/+2
* Fix ability to overload "script" variableocean (they/them)2022-11-171-1/+1
* Implement RETURN_VALUE_DISCARDED warning in GDscriptclayjohn2022-10-131-1/+1
* Add a new HashSet templatereduz2022-05-201-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* GDScript: Allow using self in lambdasGeorge Marques2022-04-241-1/+2
* GDScript: Check if method signature matches the parentGeorge Marques2022-03-061-1/+1