summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_parser.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* | Properly support nested ternary expressionsBojidar Marinov2017-12-111-4/+7
| | | | | | | | Fixes 14324.
* | Make GDScript parser raise error when exporting ObjectGeorge Marques2017-12-091-0/+4
| |
* | Style: Apply clang-format again on all filesRémi Verschelde2017-12-071-4/+3
| | | | | | | | | | Fixes issues introduced by newer clang-format versions or commits pushed directly without using the clang-format pre-commit hook.
* | Allow to extends constant variablesanikoyes2017-11-201-8/+27
| |
* | Allow exporting enums from GDScriptBojidar Marinov2017-11-171-9/+69
|/ | | | | Use as `export(E) ...` Closes #12392
* GDScript: Refactor "GD" class prefix to "GDScript"Rémi Verschelde2017-11-161-0/+4435