summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_analyzer.cpp
AgeCommit message (Expand)Author
2020-08-26GDScript: Show error when there's an inheritance cycleGeorge Marques
2020-08-26GDScript: Fix issues when deriving from other scriptsGeorge Marques
2020-08-23GDScript: Properly resolve external inner classes from preloadGeorge Marques
2020-08-23Merge pull request #41238 from MarianoGnu/gdscript-export-resourceGeorge Marques
2020-08-19GDScript: Make subscript access be properly type checkedGeorge Marques
2020-08-19GDScript: Check duplicate keys in dictionaries and enumsGeorge Marques
2020-08-19GDScript: Allow preload() to be used with constant expressionsGeorge Marques
2020-08-18GDScript: Allow enum values to be set to constant expressionsGeorge Marques
2020-08-18GDScript: Allow supertype objects to be assigned to a subtype variableGeorge Marques
2020-08-18GDScript: Allow implicit type conversion when constructing variantsGeorge Marques
2020-08-17GDSript: Prevent crash when completing unary operatorsGeorge Marques
2020-08-17GDScript: Fix wrong argument check for formatting operatorGeorge Marques
2020-08-13Fix GdScript Analyzier not detecting Resource subclass correctlyMariano Suligoy
2020-08-12Merge pull request #41104 from vnen/gdscript-assignment-tidyGeorge Marques
2020-08-11Merge pull request #41055 from snichols/null-callee-fixRĂ©mi Verschelde
2020-08-08Merge pull request #40673 from ThakeeNathees/gdscript-op-eval-validationGeorge Marques
2020-08-08Merge pull request #40951 from bruvzg/gds_cleanupGeorge Marques
2020-08-08GDScript: Tidy up assignment operator checkGeorge Marques
2020-08-06GDScript: unsafe arithmetic assignment bug fixThakee Nathees
2020-08-05Fixing null callee crash.Stephen Nichols
2020-08-03Merge pull request #40690 from ThakeeNathees/arithmetic-assign-type-check-bug...George Marques
2020-08-03Fixed tiny grammar issues in error messagesunknown
2020-08-01[GDScript] Add static HashMap cleanup.bruvzg
2020-07-29GDScript: Fix crash caused by inconsistent get_memberLyuma
2020-07-27GDScript: Fix crash on 'await' completionGeorge Marques
2020-07-26GDScript: "Object" datatype changed from BUILTIN to NATIVEThakee Nathees
2020-07-26GDScript arithmetic assignment type check bug fixedThakee Nathees
2020-07-24GDScript operator evaluation validation bug fixThakee Nathees
2020-07-22Wrap up GDScript 2.0 base implementationGeorge Marques
2020-07-20Reintroduce code completionGeorge 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