summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_parser.h
Commit message (Expand)AuthorAgeFilesLines
* 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