Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
It used an old vendored version of acorn.js which seems to choke on this
trailing comma. This is not a problem for more recent Emscripten versions.
We disable the `comma-dangle` check in ESLint to prevent this issue.
|
|
|
|
|
|
|
|
|
|
Clarify RigidDynamicBody modes
|
|
Set stop on slope on by default on CharacterBody
|
|
Update attribute class references in mono cache
|
|
|
|
Physic API change: apply the delta in move and collide like move and slide
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #godotengine/godot-proposals#29
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[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.
|
|
|