virtualx-engine/servers/physics
Juan Linietsky 962382ac5c Refactored RID/RID_Owner to always use O(1) allocation.
* Implements a growing chunked allocator
* Removed redudant methods get and getptr, only getornull is supported now.
2019-12-12 08:55:15 +01:00
..
joints Removed unused variables, add some constants numbers 2019-12-10 05:13:02 +01:00
area_pair_sw.cpp
area_pair_sw.h
area_sw.cpp
area_sw.h
body_pair_sw.cpp
body_pair_sw.h
body_sw.cpp Activate Body(2D)SW when switching to rigid or character mode. 2019-10-15 07:41:13 +02:00
body_sw.h
broad_phase_basic.cpp
broad_phase_basic.h
broad_phase_octree.cpp Some code changed with Clang-Tidy 2019-06-26 15:08:25 +02:00
broad_phase_octree.h
broad_phase_sw.cpp
broad_phase_sw.h
collision_object_sw.cpp add 2d physic optimization simlilar to 3d physics 2019-06-21 19:33:01 +08:00
collision_object_sw.h Added some obvious errors explanations 2019-09-25 10:28:50 +02:00
collision_solver_sat.cpp Reverted fix that makes sense for collision_solver_2d_sat but not for the 3d version 2019-07-31 17:36:09 +02:00
collision_solver_sat.h
collision_solver_sw.cpp Fix some code found by Coverity Scan and PVS Studio 2019-07-23 09:14:31 +02:00
collision_solver_sw.h
constraint_sw.h Refactored RID/RID_Owner to always use O(1) allocation. 2019-12-12 08:55:15 +01:00
gjk_epa.cpp Fix always true/false values 2019-06-20 16:59:48 +02:00
gjk_epa.h Remove redundant author doc comments 2019-08-12 04:26:38 -05:00
joints_sw.h
physics_server_sw.cpp Refactored RID/RID_Owner to always use O(1) allocation. 2019-12-12 08:55:15 +01:00
physics_server_sw.h Refactored RID/RID_Owner to always use O(1) allocation. 2019-12-12 08:55:15 +01:00
SCsub
shape_sw.cpp Changed some code showed in LGTM and Coverage 2019-07-20 08:09:57 +02:00
shape_sw.h Refactored RID/RID_Owner to always use O(1) allocation. 2019-12-12 08:55:15 +01:00
space_sw.cpp Refactored RID/RID_Owner to always use O(1) allocation. 2019-12-12 08:55:15 +01:00
space_sw.h Refactored RID/RID_Owner to always use O(1) allocation. 2019-12-12 08:55:15 +01:00
step_sw.cpp
step_sw.h