godot/modules/bullet
Marcel Admiraal 2e99b5b137 Fix cast_motion sometimes failing
- Fixes Godot physics failing when the cast Shape is inside of, or
already colliding with another Shape.
- Fixes Bullet physics failing when there is no motion.
- Ensures Godot and Bullet physics behave the same.
- Updates the documentation to exclude the caveats for the failures and
differences.
2020-11-27 15:32:25 +00:00
..
doc_classes DocData: Skip unexposed classes 2020-04-21 14:15:34 +02:00
area_bullet.cpp Fix overlappingObjects vector crash 2020-07-15 12:11:31 +02:00
area_bullet.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
btRayShape.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
btRayShape.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
bullet_physics_server.cpp Remove the unnecessary sync() and the restrictions it imposes on 3D Physics. 2020-09-18 10:42:59 +01:00
bullet_physics_server.h Remove the unnecessary sync() and the restrictions it imposes on 3D Physics. 2020-09-18 10:42:59 +01:00
bullet_types_converter.cpp Check entire basis column for zero size when unscaling Bullet basis. 2020-10-04 20:52:38 +02:00
bullet_types_converter.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
bullet_utilities.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
collision_object_bullet.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
collision_object_bullet.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
cone_twist_joint_bullet.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
cone_twist_joint_bullet.h Update copyright statements to 2020 2020-01-01 11:16:22 +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 2020 2020-01-01 11:16:22 +01:00
constraint_bullet.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
generic_6dof_joint_bullet.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
generic_6dof_joint_bullet.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
godot_collision_configuration.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
godot_collision_configuration.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
godot_collision_dispatcher.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
godot_collision_dispatcher.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
godot_motion_state.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
godot_ray_world_algorithm.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
godot_ray_world_algorithm.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
godot_result_callbacks.cpp Revert "Allow Area2D and 3D mouse events without a collision layer" 2020-07-27 22:46:04 +02:00
godot_result_callbacks.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
hinge_joint_bullet.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
hinge_joint_bullet.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
joint_bullet.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
joint_bullet.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
pin_joint_bullet.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
pin_joint_bullet.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
register_types.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
register_types.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
rid_bullet.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
rigid_body_bullet.cpp Fix RigidBodyBullet areasWhereIam element shift. 2020-09-14 18:26:19 +01:00
rigid_body_bullet.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
SCsub Merge pull request #39084 from madmiraal/backport-37314 2020-07-02 13:26:03 +02:00
shape_bullet.cpp Ensure Bullet HeightMapShape3D data width and depth are at least 2. 2020-07-28 00:42:32 +02:00
shape_bullet.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
shape_owner_bullet.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
shape_owner_bullet.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
slider_joint_bullet.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
slider_joint_bullet.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
soft_body_bullet.cpp Make softbody completelly stiff to attachment point 2020-05-01 10:56:57 +02:00
soft_body_bullet.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
space_bullet.cpp Fix cast_motion sometimes failing 2020-11-27 15:32:25 +00:00
space_bullet.h Better damping implementation for Bullet rigid bodies 2020-05-27 17:50:24 +01:00