summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_analyzer.cpp
Commit message (Expand)AuthorAgeFilesLines
* GDScript: Show error when there's an inheritance cycleGeorge Marques2020-08-261-1/+14
* GDScript: Fix issues when deriving from other scriptsGeorge Marques2020-08-261-3/+6
* GDScript: Properly resolve external inner classes from preloadGeorge Marques2020-08-231-2/+20
* Merge pull request #41238 from MarianoGnu/gdscript-export-resourceGeorge Marques2020-08-231-0/+1
|\
| * Fix GdScript Analyzier not detecting Resource subclass correctlyMariano Suligoy2020-08-131-0/+1
* | GDScript: Make subscript access be properly type checkedGeorge Marques2020-08-191-1/+1
* | GDScript: Check duplicate keys in dictionaries and enumsGeorge Marques2020-08-191-0/+10
* | GDScript: Allow preload() to be used with constant expressionsGeorge Marques2020-08-191-0/+32
* | GDScript: Allow enum values to be set to constant expressionsGeorge Marques2020-08-181-3/+80
* | GDScript: Allow supertype objects to be assigned to a subtype variableGeorge Marques2020-08-181-3/+22
* | GDScript: Allow implicit type conversion when constructing variantsGeorge Marques2020-08-181-1/+3
* | GDSript: Prevent crash when completing unary operatorsGeorge Marques2020-08-171-0/+6
* | GDScript: Fix wrong argument check for formatting operatorGeorge Marques2020-08-171-1/+1
|/
* Merge pull request #41104 from vnen/gdscript-assignment-tidyGeorge Marques2020-08-121-39/+2
|\
| * GDScript: Tidy up assignment operator checkGeorge Marques2020-08-081-39/+2
* | Merge pull request #41055 from snichols/null-callee-fixRémi Verschelde2020-08-111-10/+12
|\ \
| * | Fixing null callee crash.Stephen Nichols2020-08-051-10/+12
* | | Merge pull request #40673 from ThakeeNathees/gdscript-op-eval-validationGeorge Marques2020-08-081-1/+13
|\ \ \
| * | | GDScript operator evaluation validation bug fixThakee Nathees2020-07-241-1/+13
* | | | Merge pull request #40951 from bruvzg/gds_cleanupGeorge Marques2020-08-081-0/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | [GDScript] Add static HashMap cleanup.bruvzg2020-08-011-0/+4
* | | | GDScript: unsafe arithmetic assignment bug fixThakee Nathees2020-08-061-15/+17
| |_|/ |/| |
* | | Merge pull request #40690 from ThakeeNathees/arithmetic-assign-type-check-bug...George Marques2020-08-031-5/+53
|\ \ \
| * | | GDScript arithmetic assignment type check bug fixedThakee Nathees2020-07-261-5/+53
| | |/ | |/|
* | | Fixed tiny grammar issues in error messagesunknown2020-08-031-2/+2
| |/ |/|
* | GDScript: Fix crash caused by inconsistent get_memberLyuma2020-07-291-1/+1
* | GDScript: Fix crash on 'await' completionGeorge Marques2020-07-271-0/+6
* | GDScript: "Object" datatype changed from BUILTIN to NATIVEThakee Nathees2020-07-261-0/+10
|/
* Wrap up GDScript 2.0 base implementationGeorge Marques2020-07-221-121/+284
* Reintroduce code completionGeorge Marques2020-07-201-0/+14
* Added support for enums to be used as types in GDScriptGeorge Marques2020-07-201-89/+214
* Add warning checks in GDScript analyzerGeorge Marques2020-07-201-43/+301
* Add new GDScript type checkerGeorge Marques2020-07-201-99/+2318
* New GDScript tokenizer and parserGeorge Marques2020-07-201-0/+283