summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Add argument count check for some GDScript functionsGeorge Marques2018-01-301-2/+2
| |/ /
* / / GDScriptParser: Remove debug prints.Andreas Haas2018-02-021-2/+0
|/ /
* | GDScript: always call ResourceLoader::load() in non-completion modeBernhard Liebl2018-01-211-1/+1
* | Suppress errors on autocompletion for preload()Bernhard Liebl2018-01-181-1/+1
* | Fix typos in code and docs with codespellRémi Verschelde2018-01-181-2/+2
|/
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Merge pull request #12845 from remorse107/Array-Dictionary-FixRémi Verschelde2017-12-161-9/+33
|\
| * Fix issue #11400. Fixes issue with arrays and dictionary acting as static obj...Robert Morse2017-11-171-9/+33
* | Properly support nested ternary expressionsBojidar Marinov2017-12-111-4/+7
* | 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
* | Allow to extends constant variablesanikoyes2017-11-201-8/+27
* | Allow exporting enums from GDScriptBojidar Marinov2017-11-171-9/+69
|/
* GDScript: Refactor "GD" class prefix to "GDScript"Rémi Verschelde2017-11-161-0/+4435