godot/servers
Pedro J. Estébanez fbeb27b01d 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.
2017-09-09 21:45:22 +02:00
..
arvr Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
audio Dead code tells no tales 2017-08-27 22:13:45 +02:00
physics Remove joint freeing logic from physics servers 2017-09-09 21:45:22 +02:00
physics_2d Remove joint freeing logic from physics servers 2017-09-09 21:45:22 +02:00
visual removed DISCARD built in variable, replaced by actual discard GLSL instruction, fixes #9677 2017-08-29 10:15:49 -03:00
arvr_server.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
arvr_server.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
audio_server.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
audio_server.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
physics_2d_server.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
physics_2d_server.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
physics_server.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
physics_server.h Dead code tells no tales 2017-08-27 22:13:45 +02:00
register_server_types.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
register_server_types.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
SCsub Merge pull request #8567 from BastiaanOlij/ar_vr_server 2017-07-31 13:29:18 +02:00
server_wrap_mt_common.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
visual_server.cpp Dead code tells no tales 2017-08-27 22:13:45 +02:00
visual_server.h Dead code tells no tales 2017-08-27 22:13:45 +02:00