Age | Commit message (Collapse) | Author |
|
|
|
Fix group names in FastNoise and Gradient
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Couldn't get the 'NONE' option to work.
|
|
|
|
|
|
|
|
|
|
The "orphan" terminology is already used elsewhere.
|
|
|
|
|
|
|
|
|
|
|
|
This aligns collision areas with visual areas within a viewport
|
|
|
|
|
|
Security update, fixes CVE-2018-25032 in zlib.
Preliminary assessment doesn't show Godot as affected since we don't
seem to call `deflate` with the problematic parameters, but the extent
of the vulnerability is not fully clear upstream yet.
|
|
Using codespell 2.2-dev from current git.
Fix a couple incorrect uses of gendered pronouns.
|
|
|
|
|
|
|
|
|
|
build).
|
|
|
|
Sauermann/fix-subviewport-container-event-transform
Fix event transform in SubViewportContainer
|
|
Fix Control::warp_mouse to respect canvas transform
|
|
|
|
|
|
|
|
|
|
|
|
The transform does not take the canvas transform into account.
|
|
Co-authored-by: Eric M <itsjusteza@gmail.com>
|
|
|
|
|
|
|
|
- Make call errors use the call node instead of the calle, which will be
empty on super calls.
- Don't allow `super()` to be used within lambdas.
|
|
|
|
|