godot/servers/physics_2d
PouleyKetchoupp ee4b756a51 More explanatory names for RigidBody modes
MODE_DYNAMIC instead of MODE_RIGID
MODE_DYNAMIC_LOCKED instead of MODE_CHARACTER

No more special case for sleeping behavior for MODE_DYNAMIC_LOCKED
(MODE_CHARACTER was forcing the body not to sleep, which is redundant
with can_sleep and wasn't done in Bullet).
2021-06-04 11:40:36 -07:00
..
area_2d_sw.cpp
area_2d_sw.h
area_pair_2d_sw.cpp Godot Physics collisions and solver processed on threads 2021-04-26 18:26:00 -07:00
area_pair_2d_sw.h Godot Physics collisions and solver processed on threads 2021-04-26 18:26:00 -07:00
body_2d_sw.cpp More explanatory names for RigidBody modes 2021-06-04 11:40:36 -07:00
body_2d_sw.h
body_pair_2d_sw.cpp Godot Physics collisions and solver processed on threads 2021-04-26 18:26:00 -07:00
body_pair_2d_sw.h Godot Physics collisions and solver processed on threads 2021-04-26 18:26:00 -07:00
broad_phase_2d_bvh.cpp Dynamic BVH broadphase in 2D & 3D Godot Physics 2021-05-10 16:28:55 -07:00
broad_phase_2d_bvh.h Dynamic BVH broadphase in 2D & 3D Godot Physics 2021-05-10 16:28:55 -07:00
broad_phase_2d_sw.cpp
broad_phase_2d_sw.h Dynamic BVH broadphase in 2D & 3D Godot Physics 2021-05-10 16:28:55 -07:00
collision_object_2d_sw.cpp Dynamic BVH broadphase in 2D & 3D Godot Physics 2021-05-10 16:28:55 -07:00
collision_object_2d_sw.h Godot Physics collisions and solver processed on threads 2021-04-26 18:26:00 -07:00
collision_solver_2d_sat.cpp
collision_solver_2d_sat.h
collision_solver_2d_sw.cpp
collision_solver_2d_sw.h
constraint_2d_sw.h Godot Physics collisions and solver processed on threads 2021-04-26 18:26:00 -07:00
joints_2d_sw.cpp Rename Vector2 clamped to limit_length and add limit_length to Vector3 2021-06-03 12:04:57 -04:00
joints_2d_sw.h Godot Physics collisions and solver processed on threads 2021-04-26 18:26:00 -07:00
physics_server_2d_sw.cpp Enable setting of collision iterations in PhysicsServer2D 2021-05-19 10:54:10 -04:00
physics_server_2d_sw.h Enable setting of collision iterations in PhysicsServer2D 2021-05-19 10:54:10 -04:00
physics_server_2d_wrap_mt.cpp
physics_server_2d_wrap_mt.h Enable setting of collision iterations in PhysicsServer2D 2021-05-19 10:54:10 -04:00
SCsub
shape_2d_sw.cpp
shape_2d_sw.h
space_2d_sw.cpp More explanatory names for RigidBody modes 2021-06-04 11:40:36 -07:00
space_2d_sw.h
step_2d_sw.cpp Godot Physics collisions and solver processed on threads 2021-04-26 18:26:00 -07:00
step_2d_sw.h Godot Physics collisions and solver processed on threads 2021-04-26 18:26:00 -07:00