Age | Commit message (Collapse) | Author |
|
This prevents lines from being printed every time the editor or project
starts in the editor Output log.
|
|
Fixed GodotSharp build failing when real_t is double
|
|
|
|
|
|
|
|
Co-authored-by: derammo <817160+derammo@users.noreply.github.com>
|
|
|
|
|
|
|
|
- Use `org.freedesktop.appearance color-scheme` to support system dark mode.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixed a type and made it so area3d get_overlapping_x is similar to its counterpart func in area2d so that it uses TypedArray instead of Array and ERR_FAIL_COND_V_MSG instead of no message, also minimized array resize calls
|
|
focused window instead of main.
|
|
|
|
Fixes #65233.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requires avoidance_enabled to be true to emit
|
|
|
|
Simplify StreamPeer, PacketPeer, MultiplayerPeer extension.
Simplify and update WebRTC*Extension with newly supported types.
|
|
|
|
|
|
Values lower than 1.0 can be used to make the fog rendering not fully
obstruct the sky. This can be desired when using fog as a purely
atmospheric effect, without intending to use fog for open world fog
fading.
When set to 0.0, fog rendering behavior will be similar to Godot 3.x
where sky rendering was never affected by fog.
|