godot/servers
Michael cc8e1e93c3 Fixed 2D intersect_shape limiting broadphase results
Physics2DDirectSpaceStateSW was applying the result limit to broadphase
collision detection instead of narrow. This is inconsistent with its 3D
variant, as well as the rest of the 2D direct space state functions.

Broadphase is now limited by INTERSECTION_QUERY_MAX like everything else,
and narrow phase is exited early when the result limit has been reached.

(cherry picked from commit 1ba106a71e)
2019-07-03 12:27:24 +02:00
..
arvr Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
audio Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
physics Fix missing const in CapsuleShapeSW::get_area 2019-07-03 12:27:23 +02:00
physics_2d Fixed 2D intersect_shape limiting broadphase results 2019-07-03 12:27:24 +02:00
visual Implement VisualServerScene::instance_set_extra_visibility_margin() method to actually apply extra culling margin and mark instance AABB dirty 2019-07-03 12:27:24 +02:00
SCsub disable caching for targets using helper functions 2017-11-28 23:24:12 -04:00
arvr_server.cpp Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
arvr_server.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
audio_server.cpp Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
audio_server.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
physics_2d_server.cpp Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
physics_2d_server.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
physics_server.cpp Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
physics_server.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
register_server_types.cpp Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
register_server_types.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
server_wrap_mt_common.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
visual_server.cpp Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
visual_server.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00