summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_parser.cpp
AgeCommit message (Collapse)Author
2017-12-16Merge pull request #12845 from remorse107/Array-Dictionary-FixRémi Verschelde
Fix issue #11400. Fixes issue with arrays and dictionary acting as static objects between different instances of objects.
2017-12-11Properly support nested ternary expressionsBojidar Marinov
Fixes 14324.
2017-12-09Make GDScript parser raise error when exporting ObjectGeorge Marques
2017-12-07Style: Apply clang-format again on all filesRémi Verschelde
Fixes issues introduced by newer clang-format versions or commits pushed directly without using the clang-format pre-commit hook.
2017-11-20Allow to extends constant variablesanikoyes
2017-11-17Fix issue #11400. Fixes issue with arrays and dictionary acting as static ↵Robert Morse
objects between different instances of objects.
2017-11-17Allow exporting enums from GDScriptBojidar Marinov
Use as `export(E) ...` Closes #12392
2017-11-16GDScript: Refactor "GD" class prefix to "GDScript"Rémi Verschelde