summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_parser.h
Commit message (Expand)AuthorAgeFilesLines
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-081-3/+3
* Merge pull request #44719 from ThakeeNathees/assert-argument-bug-fixedRémi Verschelde2021-01-111-1/+1
|\
| * GDScript assert message parsing bug fixedThakee Nathees2020-12-271-1/+1
* | Merge pull request #45076 from ThakeeNathees/gdscript-operator-precedence-bug...Rémi Verschelde2021-01-111-2/+1
|\ \
| * | GDScript operator `+` `-` precedence bug fixThakee Nathees2021-01-101-2/+1
| |/
* / Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
|/
* Merge pull request #43890 from vnen/gdscript-builtin-functions-refactorRémi Verschelde2020-12-151-2/+0
|\
| * GDScript: Refactor builtin functionsGeorge Marques2020-11-261-2/+0
* | Refactor DocData into core and editor (DocTools) partsThakee Nathees2020-12-021-1/+1
* | Documentation generation for GDScriptThakee Nathees2020-11-291-0/+38
|/
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-11/+11
* Change GDScript compiler to use codegen abstractionGeorge Marques2020-09-011-0/+2
* GDScript: Allow enum values to be set to constant expressionsGeorge Marques2020-08-181-1/+4
* Merge pull request #41055 from snichols/null-callee-fixRémi Verschelde2020-08-111-0/+8
|\
| * Fixing null callee crash.Stephen Nichols2020-08-051-0/+8
* | [GDScript] Add static HashMap cleanup.bruvzg2020-08-011-0/+1
|/
* Wrap up GDScript 2.0 base implementationGeorge Marques2020-07-221-4/+32
* Reintroduce code completionGeorge Marques2020-07-201-1/+59
* Reenable GDScript LSP serverGeorge Marques2020-07-201-0/+29
* Added support for enums to be used as types in GDScriptGeorge Marques2020-07-201-3/+9
* Add warning checks in GDScript analyzerGeorge Marques2020-07-201-6/+56
* Add new GDScript type checkerGeorge Marques2020-07-201-1/+4
* Add better local variable detection in GDScript parserGeorge Marques2020-07-201-16/+128
* Add support for propertiesGeorge Marques2020-07-201-0/+22
* New GDScript tokenizer and parserGeorge Marques2020-07-201-492/+829
* break, continue outside of a loop, match statement handledThakee Nathees2020-05-151-0/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-2/+4
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-6/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-68/+67
* regression: static func can't access const fixThakee Nathees2020-05-131-1/+1
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-2/+4
* Merge pull request #37020 from aaronfranke/rangeRémi Verschelde2020-05-101-1/+1
|\
| * Change get_completion_identifier_is_function to return a boolAaron Franke2020-05-091-1/+1
* | more clearer unexpected statement end error messagesThakee Nathees2020-05-101-0/+1
|/
* export var type reduce() implementedThakee Nathees2020-04-271-0/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-12/+12
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Allow mixed tabs and spaces when indentation does not depend on tab sizeBojidar Marinov2019-10-251-1/+21
* Merge pull request #31921 from bojidar-bg/28978-uninitialized-array-valueRémi Verschelde2019-09-191-0/+1
|\
| * Fix uninitialized arrays and dictionaries retaining valueBojidar Marinov2019-09-031-0/+1
* | GDScript: add an optional message parameter to assert()Mitch Curtis2019-09-111-1/+6
|/
* Add GDScript Language Protocol plugingeequlim2019-08-111-0/+1
* Merge pull request #30289 from bojidar-bg/29586-class-name-constantRémi Verschelde2019-07-031-1/+1
|\
| * Fix inheriting from class_name messing up constantsBojidar Marinov2019-07-031-1/+1
* | Fix parsing of arguments in constant expressionsBojidar Marinov2019-07-031-1/+1
|/
* Prevent using multiple class_name in a classlupoDharkael2019-04-161-0/+2
* Revert "Forbid implicit type conversion in GDScript"Rémi Verschelde2019-03-041-1/+1
* GDScript: Forbid implicit type conversionGeorge Marques2019-03-031-1/+1
* Add a dependency search mode for GDScript parserGeorge Marques2019-03-031-1/+5
* Merge pull request #25018 from AllanDaemon/#24895George Marques2019-02-241-0/+1
|\