Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
Fix cyclic references in GDScript 2.0
|
|
|
|
|
|
|
|
|
|
kleonc/range-fix-single-arg-optimized-type-mismatch
[GDScript] Fix type mismatch in optimized single arg `range`
|
|
Fix property getter with custom return type
|
|
|
|
`GDScriptAnalyzer` Fix math utilities crashing when invalid args are passed
|
|
Allow non-constant string message for assert
|
|
|
|
|
|
|
|
when static functions are called directly from objects
|
|
|
|
change warnings=all to use /W4.
|
|
|
|
directory
Fixes #56343.
|
|
|
|
"enum_values" originally wasn't being forwarded to the new type inside "reduce_identifier_from_base", which caused hint strings derived from the new type to be blank, which ultimately caused an empty enum dropdown menu.
|
|
|
|
When resolving the type of the attribute from the variant, the result_type.kind was overritten for no reason.
It is assumed that this only needs to be done, if the variant value is not valid to have any kind here.
Solves #63715
|