Age | Commit message (Collapse) | Author |
|
|
|
|
|
- Image.blit_rect()
- Image.blit_rect_mask()
- Image.blend_rect()
- Image.blend_rect_mask()
- Image.fill_rect()
- Image.get_used_rect()
- Image.get_rect()
- ImageTexture.set_size_override()
|
|
cdemirer/fix-non-global-autoload-code-completion-crash
|
|
|
|
|
|
|
|
|
|
Check for parameters shadowing class members
|
|
|
|
Improve GI renderer and add VRS support
Implement render device has_feature and move subgroup settings to limit_get
|
|
|
|
support to the GDextension API.
|
|
|
|
The / operator was wrongly documented as a multiplication.
|
|
|
|
cdemirer/prevent-unnecessary-additional-parser-error
|
|
|
|
Add `ok_button_text` to AcceptDialog and `cancel_button_text` to ConfirmationDialog
|
|
|
|
|
|
Fix GDScript parser sometimes crashing when issuing warning for unreachable pattern
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
filenames) and some non-standard UTF-8 variants, makes Unicode parse errors more verbose.
|
|
C#: Add `BezierInterpolate` method
|
|
Replace old RPC attributes with a new single `RPCAttribute` which works
like the GDScript `@rpc` annotation.
|
|
|
|
Adds a `BezierInterpolate` method for floats in `Mathf` and for vectors
in `Vector2` and `Vector3`.
|
|
|
|
|
|
|
|
|
|
cdemirer/fix-autocomplete-var-assigned-same-statement
|
|
|
|
Fix priority of annotated type vs initializer type
|
|
|
|
|
|
|