Age | Commit message (Collapse) | Author |
|
|
|
|
|
Some cases had been handled in #17602, but those two were missed.
Fixes #24677.
|
|
Closes #25733.
|
|
Hide new sky properties if we don't have sky as a background
|
|
Include PhysicsMaterial when 3D is disabled
|
|
Change hint_color to hint_albedo for sampler2ds
|
|
Fix local_delta when resetting CPUParticles
|
|
Fix a font oversampling warning being printed when it shouldn't
|
|
Fix crashes when calling update_bitmask_area
|
|
Add check in folding to see if the nodepath exists to avoid message spam and expose get_node_or_null
|
|
It's still needed by 2D physics.
|
|
|
|
|
|
Fixed selection being activated when using scroll lines.
|
|
|
|
|
|
|
|
|
|
this fixes #25507
|
|
|
|
Fixes #25504
|
|
|
|
Small fixup on button toggle behaviour in ColorPicker
|
|
|
|
|
|
Fixes #24213.
|
|
Updated visual shader builtins
|
|
|
|
|
|
Make some small enhancements to the ColorPicker
|
|
|
|
|
|
Closes #24935.
|
|
|
|
|
|
|
|
|
|
|
|
The original attempt to fix the issue was accidentally using the wrong
type for the image cache. This change fixes that.
|
|
|
|
|
|
|
|
|
|
Updates containers minimum size when some constants are modified
|
|
|
|
|
|
|
|
Fixes #22655.
|
|
The intent was to avoid creating a physics override to set a default value
that doesn't make a difference, but as #22406 shows it can be necessary to
set the default value *back* after an override was created to set a non-default
value.
Fixes #22406.
|