lupoDharkael
|
2ad302cec4
Don't allow class_name in built-in scripts
|
6 years ago |
lupoDharkael
|
c07b49280a
Prevent using multiple class_name in a class
|
6 years ago |
lupoDharkael
|
14078fbb82
GDScript: add variable shadowing warning
|
6 years ago |
Rémi Verschelde
|
e7a1fbe83a
Merge pull request #27863 from bojidar-bg/27460-constant-class-clash
|
6 years ago |
George Marques
|
e56f5d5c91
GDScript: Don't allow built-in scripts to use class_name
|
6 years ago |
Bojidar Marinov
|
ece09f9872
Check for subclasses when checking for name clashes
|
6 years ago |
Rémi Verschelde
|
c8994b56f9
Style: Apply new changes from clang-format 8.0
|
6 years ago |
Rémi Verschelde
|
fc370b3feb
Fix -Wimplicit-fallthrough warnings from GCC 8
|
6 years ago |
qarmin
|
8460d0678c
Small fixes to static analyzer bugs
|
6 years ago |
Rémi Verschelde
|
4ec384f9d4
Merge pull request #26097 from danielspaniol/25955-wrong-unreachable-warning-after-returning-from-matchs-wildcard-pattern
|
6 years ago |
Bojidar Marinov
|
b64f9f03f8
Fix duplicated lines in GDScript bytecode
|
6 years ago |
Bojidar Marinov
|
9637e42705
Fix enums coming from other classes without preload
|
6 years ago |
Rémi Verschelde
|
425ec6914c
Revert "Forbid implicit type conversion in GDScript"
|
6 years ago |
Rémi Verschelde
|
7889e9b7ca
Merge pull request #26562 from vnen/gdscript-no-implicit-cast
|
6 years ago |
George Marques
|
67fee40483
GDScript: Fix issue when detecting file class in inner class
|
6 years ago |
George Marques
|
d0b08342b8
GDScript: Forbid implicit type conversion
|
6 years ago |
George Marques
|
b24cb92240
GDScript: Allow `for` iterator to be rededefined
|
6 years ago |
Juan Linietsky
|
a9fe834a8e
Merge pull request #26547 from vnen/gdscript-dependency-parse
|
6 years ago |
George Marques
|
bda60bfa29
Add a dependency search mode for GDScript parser
|
6 years ago |
Bojidar Marinov
|
f207b2fe0e
Fix GDScript checking for assigning to a constant only in release
|
6 years ago |
Bojidar Marinov
|
db7864c1fd
Fix GDScript exports having the wrong type of default value by converting it
|
6 years ago |
George Marques
|
755c690252
Merge pull request #25018 from AllanDaemon/#24895
|
6 years ago |
Juan Linietsky
|
d13ac2a413
Request to use load when cyclic reference is found, closes #26119
|
6 years ago |
Daniel Spaniol
|
79176decd5
Require `return` in all match branches
|
6 years ago |
marxin
|
8d51618949
Add -Wshadow=local to warnings and fix reported issues.
|
6 years ago |
Rémi Verschelde
|
5fc86026ca
Fix typos with codespell
|
6 years ago |
Rémi Verschelde
|
13c50e8aa5
Merge pull request #25481 from hpvb/fix-ubsan-asan-reports
|
6 years ago |
Rémi Verschelde
|
e40395669c
Merge pull request #25550 from DualMatrix/fix-25357
|
6 years ago |
Rémi Verschelde
|
6c243326bd
Merge pull request #25650 from willnationsdev/script-icon
|
6 years ago |
Will Nations
|
c4ff433b17
Fix script class icon filepath lookups at runtime.
|
6 years ago |