summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_parser.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add custom icons to script classes.Will Nations2018-08-141-0/+1
* Added system for GDScript warningsGeorge Marques2018-08-101-0/+24
* Add ability to infer variable type from assigned valueGeorge Marques2018-07-201-0/+2
* Add editor highlight for type-safe linesGeorge Marques2018-07-201-1/+14
* Use type information to enable GDScript introspectionGeorge Marques2018-07-201-42/+1
* Add static type checks in the parserGeorge Marques2018-07-201-27/+117
* Store type hint of declared identifiersGeorge Marques2018-07-201-3/+45
* Move inheritance resolution to the parserGeorge Marques2018-07-201-0/+4
* Add typing syntaxGeorge Marques2018-07-201-70/+44
* Refactor RPCMode enum and checksFabio Alessandrelli2018-05-291-4/+4
* Revert "RPCMode refactor, more sync modes"Max Hilbrunner2018-05-291-4/+4
* Refactor RPCMode enum and checksFabio Alessandrelli2018-05-261-4/+4
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* GDScript: Refactor "GD" class prefix to "GDScript"Rémi Verschelde2017-11-161-0/+547