Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Add Color.from_hsv() | Bernhard Liebl | 2018-01-18 | 1 | -7/+36 | |
| | | | ||||||
* | | | Merge pull request #15933 from x1212/fix_preload_in_exports | Rémi Verschelde | 2018-02-19 | 1 | -25/+4 | |
|\ \ \ | | | | | | | | | fix spurious error messages during autocomplete and validate | |||||
| * | | | fix spurious error messages during autocomplete and validate | x1212 | 2018-02-14 | 1 | -25/+4 | |
| | | | | | | | | | | | | | | | | | | | | _parse() caused resets on members like validating and for_completion by calling clear(). | |||||
* | | | | Merge pull request #16173 from vnen/gdscript-arguments | Rémi Verschelde | 2018-02-19 | 1 | -2/+2 | |
|\ \ \ \ | |_|_|/ |/| | | | Add argument count check for some GDScript functions | |||||
| * | | | Add argument count check for some GDScript functions | George Marques | 2018-01-30 | 1 | -2/+2 | |
| |/ / | | | | | | | | | | | | | - Print functions have no check. - Also remove extra apostrophe from the error report. | |||||
* / / | GDScriptParser: Remove debug prints. | Andreas Haas | 2018-02-02 | 1 | -2/+0 | |
|/ / | ||||||
* | | GDScript: always call ResourceLoader::load() in non-completion mode | Bernhard Liebl | 2018-01-21 | 1 | -1/+1 | |
| | | ||||||
* | | Suppress errors on autocompletion for preload() | Bernhard Liebl | 2018-01-18 | 1 | -1/+1 | |
| | | ||||||
* | | Fix typos in code and docs with codespell | Rémi Verschelde | 2018-01-18 | 1 | -2/+2 | |
|/ | | | | Using v1.11.0 from https://github.com/lucasdemarchi/codespell | |||||
* | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -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 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 | |
| | | | | Happy new year to the wonderful Godot community! | |||||
* | Merge pull request #12845 from remorse107/Array-Dictionary-Fix | Rémi Verschelde | 2017-12-16 | 1 | -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 Morse | 2017-11-17 | 1 | -9/+33 | |
| | | | | | | | | objects between different instances of objects. | |||||
* | | Properly support nested ternary expressions | Bojidar Marinov | 2017-12-11 | 1 | -4/+7 | |
| | | | | | | | | Fixes 14324. | |||||
* | | Make GDScript parser raise error when exporting Object | George Marques | 2017-12-09 | 1 | -0/+4 | |
| | | ||||||
* | | Style: Apply clang-format again on all files | Rémi Verschelde | 2017-12-07 | 1 | -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 variable | sanikoyes | 2017-11-20 | 1 | -8/+27 | |
| | | ||||||
* | | Allow exporting enums from GDScript | Bojidar Marinov | 2017-11-17 | 1 | -9/+69 | |
|/ | | | | | Use as `export(E) ...` Closes #12392 | |||||
* | GDScript: Refactor "GD" class prefix to "GDScript" | Rémi Verschelde | 2017-11-16 | 1 | -0/+4435 | |