Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 vuotta sitten |
Rémi Verschelde
|
30d4c923cb
Merge pull request #32966 from ffaristocrat/fix-hex-parsing
|
5 vuotta sitten |
Micheál Keane
|
4b9fd961d6
Fixes #32963 by correctly parsing bin/hex literals
|
5 vuotta sitten |
Rémi Verschelde
|
c43c3747cf
Merge pull request #32808 from bojidar-bg/30937-less-strict-mixed-spacing
|
5 vuotta sitten |
Bojidar Marinov
|
afbde3314a
Allow mixed tabs and spaces when indentation does not depend on tab size
|
5 vuotta sitten |
Marcel Admiraal
|
5b96233c34
Remove duplicate valid value check in gdscript_tokenizer.cpp.
|
5 vuotta sitten |
qarmin
|
17732fe698
Added some obvious errors explanations
|
5 vuotta sitten |
Robin Hübner
|
6ab118c464
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative", "modules/gdscript" directories.
|
6 vuotta sitten |
Bojidar Marinov
|
f12f3cf726
Disallow using of both tabs and spaces for indentation in the same file
|
6 vuotta sitten |
qarmin
|
4e5310cc60
Some code changed with Clang-Tidy
|
6 vuotta sitten |
jude-lafitteIII
|
d3cc9c0bf1
Support for binary literals in GDScript. Added an error that shows if a point is written in a hex literal. Added highlighting for binary literals in GDScript
|
6 vuotta sitten |
Rémi Verschelde
|
a342131eba
Merge pull request #27673 from qarmin/small_fixes
|
6 vuotta sitten |
Rémi Verschelde
|
07b76c0376
Merge pull request #27170 from timoschwarzer/allow-whitespaces-in-warning-ignore-comments
|
6 vuotta sitten |
Rémi Verschelde
|
c8994b56f9
Style: Apply new changes from clang-format 8.0
|
6 vuotta sitten |
qarmin
|
856a8226a5
Small fixes, mostly dupicated code
|
6 vuotta sitten |
Rémi Verschelde
|
fc370b3feb
Fix -Wimplicit-fallthrough warnings from GCC 8
|
6 vuotta sitten |
Fabio Alessandrelli
|
393e62b98a
Add object encoding param to serialization methods
|
6 vuotta sitten |
Timo Schwarzer
|
7a0dfc04aa
Allow whitespaces in warning-ignore comments
|
6 vuotta sitten |
marxin
|
e5f665c718
Fix -Wsign-compare warnings.
|
6 vuotta sitten |
marxin
|
7de7f0ef17
Fix all -Wtype-limits warnings.
|
6 vuotta sitten |
marxin
|
8d51618949
Add -Wshadow=local to warnings and fix reported issues.
|
6 vuotta sitten |
Rémi Verschelde
|
d35003d92a
GDScript: Remove unused `switch`, `case` and `do` CF keywords
|
6 vuotta sitten |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 vuotta sitten |
lupoDharkael
|
039e3e295a
GDScriptTokenizer: Fix token_names order
|
6 vuotta sitten |
Fabio Alessandrelli
|
d6b31daec6
Rename slave keyword to puppet
|
7 vuotta sitten |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
7 vuotta sitten |
Rémi Verschelde
|
52466d57e9
Make some debug prints verbose-only, remove others
|
7 vuotta sitten |
George Marques
|
eb48119821
Added system for GDScript warnings
|
7 vuotta sitten |
Hein-Pieter van Braam
|
0e29f7974b
Reduce unnecessary COW on Vector by make writing explicit
|
7 vuotta sitten |
George Marques
|
8aab9a06d4
Add typing syntax
|
7 vuotta sitten |