Age | Commit message (Collapse) | Author |
|
GDScript: Fix wrong native type for preloaded class
|
|
GDScript: Error when assigning return value of void function
|
|
GDScript: Disallow return with value in void functions
|
|
|
|
Fixes https://github.com/godotengine/godot/issues/62650
|
|
Remove the `VOID_ASSIGNMENT` warning since those cases will be errors
now.
|
|
Fixes https://github.com/godotengine/godot/issues/54018
Fixes https://github.com/godotengine/godot/issues/70213
Fixes https://github.com/godotengine/godot/issues/70495
|
|
|
|
|
|
|
|
variant
|
|
Fix external enums not assignable as constants
|
|
Fix GDScript analyzer null literal
|
|
|
|
|
|
|
|
|
|
- Add external enums test
- Rename external inner class test
- Clean up `GDScriptAnalyzer::reduce_identifier_from_base` class
behavior
|
|
|
|
|
|
GDScript: Fix built-in script `find_class` bugs
|
|
|
|
Fix preload type regression
|
|
|
|
|
|
|
|
GDScript: Out of order member resolution
|
|
|
|
|
|
Fix unary op warnings never showing
|
|
|
|
|
|
GDScript: Preload should make native type
|
|
GDScript: Fix subclass script path issues
|
|
|
|
|
|
|
|
|
|
Improve parent signature error
|
|
GDScript 2.0: Fix shift due to skip of non-constant default argument values
|
|
|
|
|
|
|
|
Fix singleton scene cyclic loading
|
|
|
|
|
|
|
|
Fix using signals in lambda functions
|
|
|
|
|