aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_parser.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio2018-06-051-6/+6
| | | | (cherry picked from commit 1c419531a009f48aa074f9b5f93b98d387c33723)
* Revert "fix spurious error messages during autocomplete and validate"Hein-Pieter van Braam2018-02-271-4/+25
| | | | | | | This reverts commit b7faa76485be1cfe368d24e4fe30adf252beedbe. This causes a regression in 3.0.1. We haven't found a proper fix yet so we're removing this from 3.0.2
* Fix typos with codespellluz.paz2018-02-221-2/+2
| | | | | | | | | | | | | | | | Found via `codespell -q 3 --skip="./thirdparty,./editor/translations" -I ../godot-word-whitelist.txt` Whitelist consists of: ``` ang doubleclick lod nd que te unselect ``` (cherry picked from commit 612ab4bbc6f2396f4dcd68c3f142f7dfa2f5f0a5)
* fix spurious error messages during autocomplete and validatex12122018-02-191-25/+4
| | | | | | | _parse() caused resets on members like validating and for_completion by calling clear(). (cherry picked from commit 48c9ed45450a7d30f880d6a30ecd0459a66f6282)
* 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
| | | | Using v1.11.0 from https://github.com/lucasdemarchi/codespell
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
| | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* 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 objects between different instances of objects.
| * Fix issue #11400. Fixes issue with arrays and dictionary acting as static ↵Robert Morse2017-11-171-9/+33
| | | | | | | | objects between different instances of objects.
* | 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