summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_parser.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #19021 from Faless/rpc_sync_fixMax Hilbrunner2018-05-291-9/+40
|\ | | | | RPCMode refactor, more sync modes
| * New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli2018-05-261-2/+33
| |
| * Refactor RPCMode enum and checksFabio Alessandrelli2018-05-261-7/+7
| |
* | Enable singletons to be recognized as constant expressionsGeorge Marques2018-05-281-0/+8
|/ | | | Fix #14681
* Merge pull request #16418 from bojidar-bg/15961-gdscript-array-exportRémi Verschelde2018-05-031-30/+28
|\ | | | | Allow exporting arrays of resources in GDScript
| * Allow exporting arrays of resources in GDScriptBojidar Marinov2018-02-051-30/+28
| | | | | | | | Fixes #15961
* | Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio2018-04-221-6/+6
| |
* | fix enum from preloaded script in exportx12122018-03-041-4/+7
| | | | | | | | without triggering unnecessary reloads and parsing.
* | Fix typos with codespellluz.paz2018-02-211-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 ```
* | Merge pull request #15852 from poke1024/color_hsvRémi Verschelde2018-02-191-7/+36
|\ \ | | | | | | Add Color.from_hsv()
| * | Add Color.from_hsv()Bernhard Liebl2018-01-181-7/+36
| | |
* | | Merge pull request #15933 from x1212/fix_preload_in_exportsRémi Verschelde2018-02-191-25/+4
|\ \ \ | | | | | | | | fix spurious error messages during autocomplete and validate
| * | | fix spurious error messages during autocomplete and validatex12122018-02-141-25/+4
| | | | | | | | | | | | | | | | | | | | _parse() caused resets on members like validating and for_completion by calling clear().
* | | | Merge pull request #16173 from vnen/gdscript-argumentsRémi Verschelde2018-02-191-2/+2
|\ \ \ \ | |_|_|/ |/| | | Add argument count check for some GDScript functions
| * | | Add argument count check for some GDScript functionsGeorge Marques2018-01-301-2/+2
| |/ / | | | | | | | | | | | | - Print functions have no check. - Also remove extra apostrophe from the error report.
* / / 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
|/ | | | 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