virtualx-engine/scene
PouleyKetchoupp bfd0d33244 Fix errors in CharacterBody 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.
2021-11-10 08:27:33 -07:00
..
2d Fix errors in CharacterBody when floor is destroyed or removed 2021-11-10 08:27:33 -07:00
3d Fix errors in CharacterBody when floor is destroyed or removed 2021-11-10 08:27:33 -07:00
animation Merge pull request #53819 from TokageItLab/re-implement-ping-pong 2021-11-09 22:11:04 +01:00
audio Fix crash due to reentrancy in AudioStreamPlayer* finished signal. 2021-10-28 19:45:29 -07:00
debugger Use range iterators for Map 2021-09-30 15:09:12 -06:00
gui Merge pull request #54372 from bruvzg/text_edit_ui 2021-11-09 00:13:25 +01:00
main Merge pull request #52943 from RandomShaper/property_pin_control_natural 2021-11-08 18:53:08 +01:00
resources Merge pull request #53819 from TokageItLab/re-implement-ping-pong 2021-11-09 22:11:04 +01:00
property_utils.cpp Unify determination of default property values 2021-11-07 15:27:47 +01:00
property_utils.h Unify determination of default property values 2021-11-07 15:27:47 +01:00
register_scene_types.cpp Rename GradientTexture to GradientTexture1D 2021-11-07 15:11:04 +02:00
register_scene_types.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
scene_string_names.cpp Merge pull request #45699 from TokageItLab/implement-skeleton-editor-gizmo 2021-10-06 21:11:20 +02:00
scene_string_names.h Merge pull request #45699 from TokageItLab/implement-skeleton-editor-gizmo 2021-10-06 21:11:20 +02:00
SCsub Disable Node3D when compiling without 3D and fix disable_3d option 2021-08-13 08:59:48 -05:00