Geequlim
|
6c71289432
Fix parse error when extends from subclass of named classes
|
6 years ago |
mashumafi
|
717c492eb6
Add setting to exclude addons from script warnings
|
5 years ago |
lupoDharkael
|
ad1e8069d3
GDScript: add variable shadowing warning
|
6 years ago |
George Marques
|
82b15ab469
GDScript: Fix type resolution not being return in some cases
|
5 years ago |
shaderbeast
|
a07d53b262
Mark class_name line as safe in editor
|
6 years ago |
Cameron Reikes
|
781006e25a
Expression before 'is' may be null
|
6 years ago |
Bojidar Marinov
|
8112025573
Re-allow indexing on "self" and object types in GDScript
|
6 years ago |
George Marques
|
c9a5ca7ca5
GDScript: Add _ prefix on class name in type compatibility check
|
5 years ago |
Michael Alexsander Silva Dias
|
b7e644bd26
Make 'break' and 'continue' be marked as safe
|
6 years ago |
Rémi Verschelde
|
fc18d637a8
Fix -Wimplicit-fallthrough warnings from GCC 8
|
6 years ago |
Rémi Verschelde
|
cab4921477
Revert "GDScript: Don't allow built-in scripts to use class_name"
|
6 years ago |
George Marques
|
42514bfd80
GDScript: Don't allow built-in scripts to use class_name
|
6 years ago |
Bojidar Marinov
|
667dc0b336
Check for subclasses when checking for name clashes
|
6 years ago |
Daniel Spaniol
|
044ec35f62
Require `return` in all match branches
|
6 years ago |
Bojidar Marinov
|
0d8492cf9e
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 |
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 |