summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_analyzer.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* GDScript: Don't try to parse constant scripts that aren't validGeorge Marques2020-09-011-2/+2
* GDScript: Allow enum values to be set to constant expressionsGeorge Marques2020-08-181-0/+2
* [GDScript] Add static HashMap cleanup.bruvzg2020-08-011-0/+2
* Wrap up GDScript 2.0 base implementationGeorge Marques2020-07-221-1/+3
* Added support for enums to be used as types in GDScriptGeorge Marques2020-07-201-1/+1
* Add warning checks in GDScript analyzerGeorge Marques2020-07-201-2/+3
* Add new GDScript type checkerGeorge Marques2020-07-201-1/+64
* New GDScript tokenizer and parserGeorge Marques2020-07-201-0/+52