godot/servers/physics_2d
Michael 1ba106a71e 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.
2018-04-22 06:01:29 -04:00
..
area_2d_sw.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
area_2d_sw.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
area_pair_2d_sw.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
area_pair_2d_sw.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
body_2d_sw.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
body_2d_sw.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
body_pair_2d_sw.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
body_pair_2d_sw.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
broad_phase_2d_basic.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
broad_phase_2d_basic.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
broad_phase_2d_hash_grid.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
broad_phase_2d_hash_grid.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
broad_phase_2d_sw.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
broad_phase_2d_sw.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
collision_object_2d_sw.cpp Remove disabled shapes from physics 2018-03-07 18:03:44 +01:00
collision_object_2d_sw.h Remove disabled shapes from physics 2018-03-07 18:03:44 +01:00
collision_solver_2d_sat.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
collision_solver_2d_sat.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
collision_solver_2d_sw.cpp Improved ray shape (2D and 3D) by addiing the possibility to act as regular shape 2018-02-19 20:59:57 +01:00
collision_solver_2d_sw.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
constraint_2d_sw.h Added physics API in order to enable/disable collisions between rigidbody attached to a joint with bullet physics bullet 2018-02-05 18:54:07 +01:00
joints_2d_sw.cpp Bring back Vector2.cross() 2018-03-07 21:10:31 +01:00
joints_2d_sw.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
physics_2d_server_sw.cpp Improved kinematic body 2D and 3D, Now can move rigid body 2018-02-20 12:43:47 +01:00
physics_2d_server_sw.h Improved kinematic body 2D and 3D, Now can move rigid body 2018-02-20 12:43:47 +01:00
physics_2d_server_wrap_mt.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
physics_2d_server_wrap_mt.h Improved kinematic body 2D and 3D, Now can move rigid body 2018-02-20 12:43:47 +01:00
SCsub
shape_2d_sw.cpp Merge pull request #16530 from AndreaCatania/rays 2018-02-19 22:15:49 +01:00
shape_2d_sw.h Improved ray shape (2D and 3D) by addiing the possibility to act as regular shape 2018-02-19 20:59:57 +01:00
space_2d_sw.cpp Fixed 2D intersect_shape limiting broadphase results 2018-04-22 06:01:29 -04:00
space_2d_sw.h Improved kinematic body 2D and 3D, Now can move rigid body 2018-02-20 12:43:47 +01:00
step_2d_sw.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
step_2d_sw.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00