Age | Commit message (Collapse) | Author |
|
The GDVIRTUAL_NATIVE_PTR did not declare the correct GDNativeConstPtr
template, resulting in "void*" being used as it's type info in both the
documentation and the extension API dump.
|
|
[Net] Extension system for network peers, webrtc.
|
|
|
|
Fix access to render target texture for XR interfaces
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
by destroying the XRServer too early
|
|
interval type.
|
|
|
|
Allows 2D character controller to work without applying gravity when
touching the ground (also more safely in 3D), and collision detection
is more flexible with different safe margin values.
Character body motion changes in 2D and 3D:
-Recovery only for depth > min contact depth to help with collision
detection consistency (rest info could be lost if recovery was too much)
-Adaptive min contact depth (based on margin) instead of space parameter
Extra CharacterBody changes:
-2D: apply changes made in 3D for stop on slope and floor snap that help
fixing some jittering cases
-3D: fix minor inconsistencies in stop on slope and floor snap logic
|
|
Fix inversed check inside register_singleton
|
|
Set directory dialog folder icon color
|
|
Fix trim overrun width not being reset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reload kinematic shapes when changing PhysicsBody mode to Kinematic
|
|
|
|
|
|
|
|
|
|
Fix TileMap layer loading
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix tile size property
|
|
|
|
|
|
prevent a crash when calling test_body_motion. Call reload_kinematic_shapes from init_kinematic_utilities as they are always called together.
|
|
|
|
|
|
|