summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_analyzer.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* GDScript: Consolidate behavior for assigning enum typesGeorge Marques2022-02-031-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* GDScript: Remove error when coroutine is called without awaitGeorge Marques2021-10-141-2/+2
* Check for GDScript member and class naming conflicts in a variety of conditions.SaracenOne2021-09-021-0/+6
* GDScript: Fix issue when calling `new()` on its ownGeorge Marques2021-08-181-1/+1
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-1/+1
* GDScript: Implement lambdas compilation and runtimeGeorge Marques2021-04-281-1/+0
* GDScript: Add lambdas to the type analyzerGeorge Marques2021-04-281-0/+3
* Move GDSript annotation application after type-checkingGeorge Marques2021-03-301-2/+0
* Add typed arrays to GDScriptGeorge Marques2021-03-291-1/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Merge pull request #43895 from vnen/gdscript-operators-fixRémi Verschelde2020-11-261-0/+1
|\
| * GDScript: Improve handling of operatorsGeorge Marques2020-11-261-0/+1
* | GDScript: Give an error if dependency can't be parsedGeorge Marques2020-11-261-1/+1
|/
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-3/+3
* Array/Dictinoary no more reduced to array/dictionary variantThakee Nathees2020-09-111-0/+3
* GDScript: parameter infer type bug fixThakee Nathees2020-09-061-1/+1