godot/servers/physics_2d
Pedro J. Estébanez cc98dbff04 Remove joint freeing logic from physics servers
Since joint resources are created by joint nodes and also they take care of freeing them, the physics server doesn't need to free bodies' joints explicitly.

The logic for clearing the constraints map/set is still relevant as there may be collision pairs and in their case its the server itself the one creating them and therefore releasing them.

(cherry picked from commit fbeb27b01d)
2017-09-09 21:47:20 +02:00
..
SCsub
area_2d_sw.cpp
area_2d_sw.h
area_pair_2d_sw.cpp
area_pair_2d_sw.h
body_2d_sw.cpp
body_2d_sw.h
body_pair_2d_sw.cpp
body_pair_2d_sw.h
broad_phase_2d_basic.cpp
broad_phase_2d_basic.h
broad_phase_2d_hash_grid.cpp
broad_phase_2d_hash_grid.h
broad_phase_2d_sw.cpp
broad_phase_2d_sw.h
collision_object_2d_sw.cpp
collision_object_2d_sw.h
collision_solver_2d_sat.cpp
collision_solver_2d_sat.h
collision_solver_2d_sw.cpp
collision_solver_2d_sw.h
constraint_2d_sw.h
joints_2d_sw.cpp
joints_2d_sw.h
physics_2d_server_sw.cpp
physics_2d_server_sw.h
physics_2d_server_wrap_mt.cpp
physics_2d_server_wrap_mt.h
shape_2d_sw.cpp
shape_2d_sw.h
space_2d_sw.cpp
space_2d_sw.h
step_2d_sw.cpp
step_2d_sw.h