summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_parser.h
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
|\
| * Fix #24895 (support for optional parameters in setters)Allan Daemon2019-01-231-0/+1
* | GDScript: Remove unused `switch`, `case` and `do` CF keywordsRémi Verschelde2019-02-201-1/+0
* | Fix many asan and ubsan reported issuesHein-Pieter van Braam2019-01-301-0/+2
|/
* GDScript: fix type-check of indexed valuesGeorge Marques2019-01-161-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix various Clang 7 warnings about unused stuffRémi Verschelde2018-10-011-1/+0
* Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde2018-09-271-0/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-3/+3
* GDScript: Allow `is` operator to test built-in typesGeorge Marques2018-08-261-0/+1