godot/servers
PouleyKetchoupp 50501f2843 Fix physics queries not filtering out disabled collision shapes
This change allows collide_shape, intersect_shape, cast_motion and
rest_info in both 2D and 3D to ignore disabled shapes and make them
consistent with the physics simulation.

In some other cases, _cull_aabb_for_body is used and filters shapes out
internally, but whenever a physics query uses the broadphase directly
without calling _cull_aabb_for_body, disabled shapes can be returned
and need to be filtered out.
2021-02-09 19:14:17 -07:00
..
audio Add AudioEffectCapture 2021-02-02 09:22:16 -08:00
camera Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
physics_2d Fix physics queries not filtering out disabled collision shapes 2021-02-09 19:14:17 -07:00
physics_3d Fix physics queries not filtering out disabled collision shapes 2021-02-09 19:14:17 -07:00
rendering Invert spotlight angle attenuation 2021-02-07 20:10:33 +01:00
xr Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
audio_server.cpp Make audio bus channels' peak volume consistent 2021-02-02 11:30:32 +01:00
audio_server.h Make audio bus channels' peak volume consistent 2021-02-02 11:30:32 +01:00
camera_server.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
camera_server.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
display_server.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
display_server.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
navigation_server_2d.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
navigation_server_2d.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
navigation_server_3d.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
navigation_server_3d.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
physics_server_2d.cpp Use real_t in physics code 2021-01-28 18:15:42 -05:00
physics_server_2d.h Use real_t in physics code 2021-01-28 18:15:42 -05:00
physics_server_3d.cpp Use real_t in physics code 2021-01-28 18:15:42 -05:00
physics_server_3d.h Use real_t in physics code 2021-01-28 18:15:42 -05:00
register_server_types.cpp Add AudioEffectCapture 2021-02-02 09:22:16 -08:00
register_server_types.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
rendering_server.cpp Simplify Volumetric Fog 2021-02-06 15:08:21 -03:00
rendering_server.h Simplify Volumetric Fog 2021-02-06 15:08:21 -03:00
SCsub Renaming all ARVR nodes to XR 2020-04-09 15:33:01 +10:00
server_wrap_mt_common.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
text_server.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
text_server.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
xr_server.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
xr_server.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00