Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
|
|
|
|
|
|
|
|
Implement a BitField hint
|
|
|
|
Allows to specify the binder that an enum must be treated as a bitfield.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|