godot/servers/physics
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
..
joints Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
area_pair_sw.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
area_pair_sw.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
area_sw.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
area_sw.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
body_pair_sw.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
body_pair_sw.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
body_sw.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
body_sw.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
broad_phase_basic.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
broad_phase_basic.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
broad_phase_octree.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
broad_phase_octree.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
broad_phase_sw.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
broad_phase_sw.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
collision_object_sw.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
collision_object_sw.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
collision_solver_sat.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
collision_solver_sat.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
collision_solver_sw.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
collision_solver_sw.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
constraint_sw.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
gjk_epa.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
gjk_epa.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
joints_sw.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
physics_server_sw.cpp Remove joint freeing logic from physics servers 2017-09-09 21:47:20 +02:00
physics_server_sw.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-02 22:28:28 +01:00
shape_sw.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
shape_sw.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
space_sw.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
space_sw.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
step_sw.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
step_sw.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00