summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_analyzer.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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