Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Clarify RigidDynamicBody modes
|
|
Update attribute class references in mono cache
|
|
|
|
|
|
[Net] Extension system for network peers, webrtc.
|
|
|
|
by destroying the XRServer too early
|
|
interval type.
|
|
Fix trim overrun width not being reset.
|
|
|
|
|
|
Reload kinematic shapes when changing PhysicsBody mode to Kinematic
|
|
|
|
|
|
|
|
|
|
|
|
|
|
prevent a crash when calling test_body_motion. Call reload_kinematic_shapes from init_kinematic_utilities as they are always called together.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
etcpak: Update to upstream commit 7c3cb6f (Jul 29, 2021)
|
|
|
|
Adds a new `useHeuristics` compression mode for ETC2.
Upstream defaults to enable it so we do the same.
|
|
|
|
|
|
|
|
|
|
To help people porting code, it gives a hint to use "await" instead of a
generic error.
|
|
Incidentally, allow multiple statements in single line functions when
using semicolon as a terminator.
|
|
|
|
GDScript: Remove conversion assign mistakenly done when unneeded
|
|
|
|
Add `print_verbose()` built-in function to print in verbose mode only
|
|
|
|
This can be used as a shorthand for:
if OS.is_stdout_verbose():
print("...")
Unlike `print_debug()`, this works in release builds too and can
be toggled off in debug builds.
|