Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-03 | Merge pull request #16418 from bojidar-bg/15961-gdscript-array-export | Rémi Verschelde | |
Allow exporting arrays of resources in GDScript | |||
2018-04-22 | Change ".." punctuation for "..." in editor strings (#16507) | Hugo Locurcio | |
2018-03-04 | fix enum from preloaded script in export | x1212 | |
without triggering unnecessary reloads and parsing. | |||
2018-02-21 | Fix typos with codespell | luz.paz | |
Found via `codespell -q 3 --skip="./thirdparty,./editor/translations" -I ../godot-word-whitelist.txt` Whitelist consists of: ``` ang doubleclick lod nd que te unselect ``` | |||
2018-02-19 | Merge pull request #15852 from poke1024/color_hsv | Rémi Verschelde | |
Add Color.from_hsv() | |||
2018-02-19 | Merge pull request #15933 from x1212/fix_preload_in_exports | Rémi Verschelde | |
fix spurious error messages during autocomplete and validate | |||
2018-02-19 | Merge pull request #16173 from vnen/gdscript-arguments | Rémi Verschelde | |
Add argument count check for some GDScript functions | |||
2018-02-14 | fix spurious error messages during autocomplete and validate | x1212 | |
_parse() caused resets on members like validating and for_completion by calling clear(). | |||
2018-02-05 | Allow exporting arrays of resources in GDScript | Bojidar Marinov | |
Fixes #15961 | |||
2018-02-02 | GDScriptParser: Remove debug prints. | Andreas Haas | |
2018-01-30 | Add argument count check for some GDScript functions | George Marques | |
- Print functions have no check. - Also remove extra apostrophe from the error report. | |||
2018-01-21 | GDScript: always call ResourceLoader::load() in non-completion mode | Bernhard Liebl | |
2018-01-18 | Suppress errors on autocompletion for preload() | Bernhard Liebl | |
2018-01-18 | Add Color.from_hsv() | Bernhard Liebl | |
2018-01-18 | Fix typos in code and docs with codespell | Rémi Verschelde | |
Using v1.11.0 from https://github.com/lucasdemarchi/codespell | |||
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde | |
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. | |||
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2017-12-16 | Merge pull request #12845 from remorse107/Array-Dictionary-Fix | Rémi Verschelde | |
Fix issue #11400. Fixes issue with arrays and dictionary acting as static objects between different instances of objects. | |||
2017-12-11 | Properly support nested ternary expressions | Bojidar Marinov | |
Fixes 14324. | |||
2017-12-09 | Make GDScript parser raise error when exporting Object | George Marques | |
2017-12-07 | Style: Apply clang-format again on all files | Rémi Verschelde | |
Fixes issues introduced by newer clang-format versions or commits pushed directly without using the clang-format pre-commit hook. | |||
2017-11-20 | Allow to extends constant variable | sanikoyes | |
2017-11-17 | Fix issue #11400. Fixes issue with arrays and dictionary acting as static ↵ | Robert Morse | |
objects between different instances of objects. | |||
2017-11-17 | Allow exporting enums from GDScript | Bojidar Marinov | |
Use as `export(E) ...` Closes #12392 | |||
2017-11-16 | GDScript: Refactor "GD" class prefix to "GDScript" | Rémi Verschelde | |