summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_analyzer.cpp
AgeCommit message (Expand)Author
2020-11-09Variant: Rename Type::_RID to Type::RIDRémi Verschelde
2020-11-09Refactored variant constructor logicreduz
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-11-07Refactored variant setters/gettersreduz
2020-11-03Merge pull request #41516 from Lunatoid/allow-object-newRémi Verschelde
2020-10-20Merge pull request #41983 from ThakeeNathees/array-const-folding-bug-fixGeorge Marques
2020-09-18Fix typos with codespellRémi Verschelde
2020-09-11Array/Dictinoary no more reduced to array/dictionary variantThakee Nathees
2020-09-08Merge pull request #41709 from ThakeeNathees/dictionary-indexing-bug-fixRémi Verschelde
2020-09-06GDScript: parameter infer type bug fixThakee Nathees
2020-09-03fixed parser error when indexing a dictionary.Thakee Nathees
2020-09-02Fixed ParseError when calling Object.new()Lunatoid
2020-09-01Change GDScript compiler to use codegen abstractionGeorge Marques
2020-09-01GDScript: Don't mark function parameters as constantGeorge Marques
2020-09-01GDScript: Properly set class inheritance for global classesGeorge Marques
2020-09-01GDScript: Fix analysis of singleton dependenciesGeorge Marques
2020-09-01GDScript: Don't try to parse constant scripts that aren't validGeorge Marques
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