summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_analyzer.h
AgeCommit message (Expand)Author
2021-08-18GDScript: Fix issue when calling `new()` on its ownGeorge Marques
2021-06-11Rename Reference to RefCountedPedro J. Estébanez
2021-04-28GDScript: Implement lambdas compilation and runtimeGeorge Marques
2021-04-28GDScript: Add lambdas to the type analyzerGeorge Marques
2021-03-30Move GDSript annotation application after type-checkingGeorge Marques
2021-03-29Add typed arrays to GDScriptGeorge Marques
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-26Merge pull request #43895 from vnen/gdscript-operators-fixRémi Verschelde
2020-11-26GDScript: Improve handling of operatorsGeorge Marques
2020-11-26GDScript: Give an error if dependency can't be parsedGeorge Marques
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-09-11Array/Dictinoary no more reduced to array/dictionary variantThakee Nathees
2020-09-06GDScript: parameter infer type bug fixThakee Nathees
2020-09-01GDScript: Don't try to parse constant scripts that aren't validGeorge Marques
2020-08-18GDScript: Allow enum values to be set to constant expressionsGeorge Marques
2020-08-01[GDScript] Add static HashMap cleanup.bruvzg
2020-07-22Wrap up GDScript 2.0 base implementationGeorge Marques
2020-07-20Added support for enums to be used as types in GDScriptGeorge Marques
2020-07-20Add warning checks in GDScript analyzerGeorge Marques
2020-07-20Add new GDScript type checkerGeorge Marques
2020-07-20New GDScript tokenizer and parserGeorge Marques