Bojidar Marinov
|
b70b16a20f
Remove check for class_name and extends order
|
6 years ago |
Michael Alexsander Silva Dias
|
a8826ad3b8
Make 'break' and 'continue' be marked as safe
|
6 years ago |
Hugo Locurcio
|
a4794af5df
Improve writing style in GDScript error/warning messages
|
6 years ago |
Rémi Verschelde
|
d3153c28f0
Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'
|
6 years ago |
Rémi Verschelde
|
80c7cb6378
Merge pull request #31227 from profan/fix/err-explain-usages
|
6 years ago |
Robin Hübner
|
6ab118c464
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative", "modules/gdscript" directories.
|
6 years ago |
Cameron Reikes
|
2339e85b78
Expression before 'is' may be null
|
6 years ago |
Rémi Verschelde
|
be3b2f3ff9
Merge pull request #31041 from 2shady4u/master
|
6 years ago |
shaderbeast
|
1e6a52b215
Mark class_name line as safe in editor
|
6 years ago |
Rémi Verschelde
|
d15cf7b672
Merge pull request #30576 from qarmin/lgtm_coverage
|
6 years ago |
qarmin
|
6cbaf7662f
Changed some code showed in LGTM and Coverage
|
6 years ago |
Shiqing
|
206d515783
Fix unreachable code detection in match statements
|
6 years ago |
Rémi Verschelde
|
ba211bd58c
Merge pull request #30352 from bojidar-bg/28727-enum-value-check
|
6 years ago |
Bojidar Marinov
|
c43e050145
Fix parsing of enums allowing for juxtaposed identifiers
|
6 years ago |
Rémi Verschelde
|
e81ddf1242
Merge pull request #30289 from bojidar-bg/29586-class-name-constant
|
6 years ago |
Bojidar Marinov
|
2ef438c200
Fix inheriting from class_name messing up constants
|
6 years ago |
Bojidar Marinov
|
f7de816f8b
Fix parsing of arguments in constant expressions
|
6 years ago |
Rémi Verschelde
|
d17eac735c
Merge pull request #29815 from NilsIrl/plus_file_1
|
6 years ago |
unknown
|
bd25e8d72a
Fixed regression bug caused in #30095 and actually fix the issue it was supposed to fix(#26850)
|
6 years ago |
Rémi Verschelde
|
eaaff9da31
Merge pull request #29941 from qarmin/redundant_code_and_others
|
6 years ago |
unknown
|
a859643f7e
Fixed parser treating compound assignment the same as assignment which gave wrong argument usage count
|
6 years ago |
qarmin
|
4e5310cc60
Some code changed with Clang-Tidy
|
6 years ago |
Nils ANDRÉ-CHANG
|
d2833d4f4d
Replace ` + "/" + ` with `String::file_add()`
|
6 years ago |
Rémi Verschelde
|
971b5160c6
Merge pull request #29306 from qarmin/small_code_fixes
|
6 years ago |
Rémi Verschelde
|
4043c8a8c9
Merge pull request #29678 from akien-mga/err-macros-semicolon
|
6 years ago |
Rémi Verschelde
|
6d16f2f053
Fix error macro calls not ending with semicolon
|
6 years ago |
MrCdK
|
74d336d0f4
Added export hint to 2D and 3D physics and render layers.
|
6 years ago |
qarmin
|
8245db869f
Small fixes to unrechable code, possibly overflows, using NULL pointers
|
6 years ago |
Rémi Verschelde
|
8cc8383a7f
Merge pull request #29433 from bojidar-bg/29406-dictionary-constant
|
6 years ago |
Bojidar Marinov
|
b5bbedb45a
Properly catch certain errors in Dictionary declarations
|
6 years ago |