| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #32808 from bojidar-bg/30937-less-strict-mixed-spacing | Rémi Verschelde | 2019-10-25 | 1 | -44/+27 |
| |\ |
|
| | * | Allow mixed tabs and spaces when indentation does not depend on tab size | Bojidar Marinov | 2019-10-25 | 1 | -44/+27 |
| * | | Remove duplicate valid value check in gdscript_tokenizer.cpp. | Marcel Admiraal | 2019-10-18 | 1 | -7/+3 |
| |/ |
|
| * | Added some obvious errors explanations | qarmin | 2019-09-25 | 1 | -1/+1 |
| * | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"... | Robin Hübner | 2019-08-09 | 1 | -6/+3 |
| * | Disallow using of both tabs and spaces for indentation in the same file | Bojidar Marinov | 2019-07-26 | 1 | -2/+34 |
| * | Some code changed with Clang-Tidy | qarmin | 2019-06-26 | 1 | -2/+2 |
| * | Support for binary literals in GDScript. Added an error that shows if a point... | jude-lafitteIII | 2019-04-25 | 1 | -2/+25 |
| * | Merge pull request #27673 from qarmin/small_fixes | Rémi Verschelde | 2019-04-22 | 1 | -1/+1 |
| |\ |
|
| | * | Small fixes, mostly dupicated code | qarmin | 2019-04-08 | 1 | -1/+1 |
| * | | Merge pull request #27170 from timoschwarzer/allow-whitespaces-in-warning-ign... | Rémi Verschelde | 2019-04-10 | 1 | -5/+6 |
| |\ \ |
|
| | * | | Allow whitespaces in warning-ignore comments | Timo Schwarzer | 2019-03-17 | 1 | -5/+6 |
| * | | | Style: Apply new changes from clang-format 8.0 | Rémi Verschelde | 2019-04-09 | 1 | -2/+4 |
| * | | | Fix -Wimplicit-fallthrough warnings from GCC 8 | Rémi Verschelde | 2019-04-05 | 1 | -1/+1 |
| | |/
|/| |
|
| * | | Add object encoding param to serialization methods | Fabio Alessandrelli | 2019-04-01 | 1 | -3/+5 |
| |/ |
|
| * | Fix -Wsign-compare warnings. | marxin | 2019-02-27 | 1 | -2/+2 |
| * | Fix all -Wtype-limits warnings. | marxin | 2019-02-21 | 1 | -2/+2 |
| * | Add -Wshadow=local to warnings and fix reported issues. | marxin | 2019-02-20 | 1 | -3/+3 |
| * | GDScript: Remove unused `switch`, `case` and `do` CF keywords | Rémi Verschelde | 2019-02-20 | 1 | -9/+0 |
| * | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
| * | GDScriptTokenizer: Fix token_names order | lupoDharkael | 2018-10-14 | 1 | -1/+1 |
| * | Rename slave keyword to puppet | Fabio Alessandrelli | 2018-09-15 | 1 | -4/+6 |
| * | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -3/+3 |
| * | Make some debug prints verbose-only, remove others | Rémi Verschelde | 2018-08-24 | 1 | -1/+0 |
| * | Added system for GDScript warnings | George Marques | 2018-08-10 | 1 | -1/+20 |
| * | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam | 2018-07-26 | 1 | -16/+16 |
| * | Add typing syntax | George Marques | 2018-07-20 | 1 | -4/+7 |
| * | Style: Format code with clang-format 6.0.1 | Rémi Verschelde | 2018-07-18 | 1 | -1/+1 |
| * | Global class names (and GDScript support for it) | Juan Linietsky | 2018-07-15 | 1 | -1/+3 |
| * | New sync keywords in GDScript, NativeScript, Mono | Fabio Alessandrelli | 2018-05-29 | 1 | -0/+9 |
| * | Revert "RPCMode refactor, more sync modes" | Max Hilbrunner | 2018-05-29 | 1 | -9/+0 |
| * | New sync keywords in GDScript, NativeScript, Mono | Fabio Alessandrelli | 2018-05-26 | 1 | -0/+9 |
| * | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
| * | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
| * | Rename Rect3 to AABB. | Ferenc Arn | 2017-11-17 | 1 | -5/+5 |
| * | GDScript: Refactor "GD" class prefix to "GDScript" | Rémi Verschelde | 2017-11-16 | 1 | -0/+1466 |