virtualx-engine/doc
PouleyKetchoupp 7344beafdd
Fix errors in KinematicBody when floor is destroyed or removed
In all physics servers, body_get_direct_state() now silently returns
nullptr when the body has been already freed or is removed from space,
so the client code can detect this state and invalidate the body rid.

In 2D, there is no change in behavior (just no more errors).

In 3D, the Bullet server returned a valid direct body state when the
body was removed from the physics space, but in this case it didn't
make sense to use the information from the body state.

(cherry picked from commit b93aeec4a2)
2021-11-15 22:32:53 +01:00
..
classes Fix errors in KinematicBody when floor is destroyed or removed 2021-11-15 22:32:53 +01:00
tools Rename "makerst.py" to "make_rst.py" 2021-10-26 13:34:36 +02:00
translations i18n: Sync classref translations with Weblate 2021-11-03 15:00:52 +01:00
Doxyfile Remove trailing whitespace 2018-11-20 11:15:02 +01:00
Makefile Rename "makerst.py" to "make_rst.py" 2021-10-26 13:34:36 +02:00