godot/modules/bullet
Rémi Verschelde 06136d433b
SCons: Add explicit dependencies on thirdparty code in cloned env
Since we clone the environments to build thirdparty code, we don't get an
explicit dependency on the build objects produced by that environment.

So when we update thirdparty code, Godot code using it is not necessarily
rebuilt (I think it is for changed headers, but not for changed .c/.cpp files),
which can lead to an invalid compilation output (linking old Godot .o files
with a newer, potentially ABI breaking version of thirdparty code).

This was only seen as really problematic with bullet updates (leading to
crashes when rebuilding Godot after a bullet update without cleaning .o files),
but it's safer to fix it everywhere, even if it's a LOT of hacky boilerplate.

(cherry picked from commit c7b53c03ae)
(cherry picked from commit e94161dada)
2021-05-04 12:54:34 +02:00
..
doc_classes DocData: Skip unexposed classes 2020-04-21 14:15:34 +02:00
area_bullet.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
area_bullet.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
btRayShape.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
btRayShape.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
bullet_physics_server.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
bullet_physics_server.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
bullet_types_converter.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
bullet_types_converter.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
bullet_utilities.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
collision_object_bullet.cpp Added some checks to prevent accessing a null collider 2021-03-07 22:51:06 +01:00
collision_object_bullet.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
cone_twist_joint_bullet.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
cone_twist_joint_bullet.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
config.py SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
constraint_bullet.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
constraint_bullet.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
generic_6dof_joint_bullet.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
generic_6dof_joint_bullet.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
godot_collision_configuration.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
godot_collision_configuration.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
godot_collision_dispatcher.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
godot_collision_dispatcher.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
godot_motion_state.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
godot_ray_world_algorithm.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
godot_ray_world_algorithm.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
godot_result_callbacks.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
godot_result_callbacks.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
hinge_joint_bullet.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
hinge_joint_bullet.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
joint_bullet.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
joint_bullet.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
pin_joint_bullet.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
pin_joint_bullet.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
register_types.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
register_types.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
rid_bullet.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
rigid_body_bullet.cpp Merge pull request #45163 from akien-mga/3.2-cherrypicks 2021-01-13 17:38:05 +01:00
rigid_body_bullet.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
SCsub SCons: Add explicit dependencies on thirdparty code in cloned env 2021-05-04 12:54:34 +02:00
shape_bullet.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
shape_bullet.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
shape_owner_bullet.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
shape_owner_bullet.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
slider_joint_bullet.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
slider_joint_bullet.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
soft_body_bullet.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
soft_body_bullet.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
space_bullet.cpp Check for the use of an empty shape in Bullet Kinematic collisions 2021-04-06 22:37:35 +02:00
space_bullet.h Merge pull request #45163 from akien-mga/3.2-cherrypicks 2021-01-13 17:38:05 +01:00