summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #44719 from ThakeeNathees/assert-argument-bug-fixedRémi Verschelde2021-01-111-6/+3
|\
| * GDScript assert message parsing bug fixedThakee Nathees2020-12-271-6/+3
* | Merge pull request #44818 from ThakeeNathees/const-crash-fixRémi Verschelde2021-01-111-0/+2
|\ \
| * | GDScript crash at incomplete const bug fixThakee Nathees2020-12-301-0/+2
| |/
* | Merge pull request #45076 from ThakeeNathees/gdscript-operator-precedence-bug...Rémi Verschelde2021-01-111-2/+2
|\ \
| * | GDScript operator `+` `-` precedence bug fixThakee Nathees2021-01-101-2/+2
| |/
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* | Rename empty() to is_empty()Marcel Admiraal2020-12-281-21/+21
|/
* Merge pull request #43890 from vnen/gdscript-builtin-functions-refactorRémi Verschelde2020-12-151-10/+1
|\
| * GDScript: Refactor builtin functionsGeorge Marques2020-11-261-10/+1
* | Refactor DocData into core and editor (DocTools) partsThakee Nathees2020-12-021-16/+2
* | Documentation generation for GDScriptThakee Nathees2020-11-291-0/+285
* | Merge pull request #43500 from AndreaCatania/gds_fixesRémi Verschelde2020-11-271-1/+3
|\ \
| * | Fixes crash when returns .Andrea Catania2020-11-131-1/+3
| |/
* | Merge pull request #43226 from mateosss/unreachable-prop-crashGeorge Marques2020-11-271-1/+5
|\ \ | |/ |/|
| * Fix crash due to unreachable code in propertiesMateo de Mayo2020-10-301-1/+5
* | Fix completion for built-in load functionGustav2020-11-101-19/+21
* | Variant: Rename Type::_RID to Type::RIDRémi Verschelde2020-11-091-1/+1
* | Refactored variant constructor logicreduz2020-11-091-2/+6
* | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
|/
* Fix typos with codespellRémi Verschelde2020-09-181-3/+3
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-1/+1
* Change GDScript compiler to use codegen abstractionGeorge Marques2020-09-011-1/+12
* GDScript: Allow "extends" to be used inside inner classGeorge Marques2020-09-011-0/+8
* GDScript: Allow "self" to be used in class levelGeorge Marques2020-09-011-2/+2
* GDScript: Fix crash when parsing propertiesGeorge Marques2020-08-261-1/+1
* GDScript: Fix issues when deriving from other scriptsGeorge Marques2020-08-261-1/+0
* GDScript: Show error when function return type is missingGeorge Marques2020-08-191-0/+3
* GDScript: Fix signal parameters not respecting commasGeorge Marques2020-08-191-2/+9
* GDScript: Check duplicate keys in dictionaries and enumsGeorge Marques2020-08-191-1/+7
* GDScript: Allow preload() to be used with constant expressionsGeorge Marques2020-08-191-23/+0
* GDScript: Allow keywords to be used in $ notationGeorge Marques2020-08-191-3/+6
* GDScript: Allow enum values to be set to constant expressionsGeorge Marques2020-08-181-12/+10
* GDScript: Allow empty files to be valid scriptsGeorge Marques2020-08-171-6/+0
* GDScript: Fix crash when superclass file is non-existentGeorge Marques2020-08-171-3/+3
* GDScript: Fix editor crash when writing @tool annotationGeorge Marques2020-08-171-10/+12
* Merge pull request #41104 from vnen/gdscript-assignment-tidyGeorge Marques2020-08-121-1/+11
|\
| * GDScript: Tidy up assignment operator checkGeorge Marques2020-08-081-1/+11
* | Merge pull request #41055 from snichols/null-callee-fixRémi Verschelde2020-08-111-2/+8
|\ \
| * | Adding error message for empty grouping expressionStephen Nichols2020-08-051-1/+5
| * | Fixing null callee crash.Stephen Nichols2020-08-051-1/+3
| |/
* / [GDScript] Add static HashMap cleanup.bruvzg2020-08-011-0/+4
|/
* Wrap up GDScript 2.0 base implementationGeorge Marques2020-07-221-44/+64
* Reintroduce code completionGeorge Marques2020-07-201-11/+197
* Reenable GDScript LSP serverGeorge Marques2020-07-201-0/+2
* Added support for enums to be used as types in GDScriptGeorge Marques2020-07-201-3/+7
* Add warning checks in GDScript analyzerGeorge Marques2020-07-201-1/+157
* Add new GDScript type checkerGeorge Marques2020-07-201-0/+2
* Add better local variable detection in GDScript parserGeorge Marques2020-07-201-34/+233
* Add support for propertiesGeorge Marques2020-07-201-2/+206