VPhysics-Jolt/vphysics_jolt
RaphaelIT7 c63e5211b3 Made JoltPhysicsObject::GetName() functional 2023-10-02 13:02:52 -07:00
..
compat compat: Support for GMod mini-source-sdk 2023-04-10 01:24:51 +01:00
cbase.cpp Initial commit 2022-08-29 00:21:50 +01:00
cbase.h cbase: Undef offsetof if present 2022-09-02 18:28:19 +01:00
vjolt_callstack.h Initial commit 2022-08-29 00:21:50 +01:00
vjolt_collide.cpp If we fail to create a convex hull from the supplied points, substitute it for a small sphere. 2023-04-11 07:15:10 +01:00
vjolt_collide.h collide: Deconstruct CPhysCollide properly 2022-09-21 19:26:07 +01:00
vjolt_collide_trace.cpp all: Rebase against latest VPhysics Jolt 2023-03-29 18:31:20 +01:00
vjolt_constraints.cpp all: Rebase against latest VPhysics Jolt 2023-03-29 18:31:20 +01:00
vjolt_constraints.h constraints: Fix refcountning of constraint pt 2022-09-09 01:42:31 +01:00
vjolt_controller_fluid.cpp all: Rebase against latest VPhysics Jolt 2023-03-29 18:31:20 +01:00
vjolt_controller_fluid.h Initial commit 2022-08-29 00:21:50 +01:00
vjolt_controller_motion.cpp controller_motion: Use std::vector for m_pObjects 2022-09-02 10:56:21 +01:00
vjolt_controller_motion.h controller_motion: Use std::vector for m_pObjects 2022-09-02 10:56:21 +01:00
vjolt_controller_player.cpp player: Only push objects if the normal < -0.7 (grounded) 2023-03-29 19:04:23 +01:00
vjolt_controller_player.h Initial commit 2022-08-29 00:21:50 +01:00
vjolt_controller_shadow.cpp Initial commit 2022-08-29 00:21:50 +01:00
vjolt_controller_shadow.h Initial commit 2022-08-29 00:21:50 +01:00
vjolt_controller_vehicle.cpp vehicle: Use StiffnessAndDamping for spring 2023-08-01 02:27:21 -07:00
vjolt_controller_vehicle.h vehicle: Implement per-wheel brake torque 2022-08-29 08:02:10 +01:00
vjolt_debugrender.cpp all: Rebase against latest VPhysics Jolt 2023-03-29 18:31:20 +01:00
vjolt_debugrender.h all: Rebase against latest VPhysics Jolt 2023-03-29 18:31:20 +01:00
vjolt_environment.cpp environment, spring: Use StiffnessAndDamping for springs 2023-08-01 02:27:27 -07:00
vjolt_environment.h all: Rebase against latest VPhysics Jolt 2023-03-29 18:31:20 +01:00
vjolt_friction.cpp Initial commit 2022-08-29 00:21:50 +01:00
vjolt_friction.h Initial commit 2022-08-29 00:21:50 +01:00
vjolt_interface.cpp Initial commit 2022-08-29 00:21:50 +01:00
vjolt_interface.h Initial commit 2022-08-29 00:21:50 +01:00
vjolt_internal_listeners.h Initial commit 2022-08-29 00:21:50 +01:00
vjolt_keyvalues_schema.cpp Initial commit 2022-08-29 00:21:50 +01:00
vjolt_keyvalues_schema.h Initial commit 2022-08-29 00:21:50 +01:00
vjolt_layers.h Initial commit 2022-08-29 00:21:50 +01:00
vjolt_listener_contact.h all: Rebase against latest VPhysics Jolt 2023-03-29 18:31:20 +01:00
vjolt_object.cpp Made JoltPhysicsObject::GetName() functional 2023-10-02 13:02:52 -07:00
vjolt_object.h Made JoltPhysicsObject::GetName() functional 2023-10-02 13:02:52 -07:00
vjolt_objectpairhash.cpp objectpairhash: Use Contains helper 2022-09-02 10:09:30 +01:00
vjolt_objectpairhash.h Initial commit 2022-08-29 00:21:50 +01:00
vjolt_parse.cpp parse: Add dummy fallback KV for when parsing fails 2022-08-30 04:32:01 +01:00
vjolt_parse.h Initial commit 2022-08-29 00:21:50 +01:00
vjolt_querymodel.cpp Initial commit 2022-08-29 00:21:50 +01:00
vjolt_querymodel.h Initial commit 2022-08-29 00:21:50 +01:00
vjolt_state_recorder_file.h state_recorder: Prefix call to move with std:: to silence warning 2022-08-30 06:11:40 +01:00
vjolt_surfaceprops.cpp compat: Support for GMod mini-source-sdk 2023-04-10 01:24:51 +01:00
vjolt_surfaceprops.h compat: Support for GMod mini-source-sdk 2023-04-10 01:24:51 +01:00
vjolt_util.h util: Remove our impls of popcnt and tzcnt 2022-09-09 02:00:43 +01:00
vphysics_jolt_avx2.vpc vpc: Fix SSE4.2/AVX2 leaking into other builds 2023-08-01 02:59:22 -07:00
vphysics_jolt_inc.vpc all: Add multiple builds for different CPU feature sets and a wrapper DLL to go along with them 2022-09-08 23:43:01 +01:00
vphysics_jolt_sse2.vpc vpc: Fix SSE4.2/AVX2 leaking into other builds 2023-08-01 02:59:22 -07:00
vphysics_jolt_sse42.vpc vpc: Fix SSE4.2/AVX2 leaking into other builds 2023-08-01 02:59:22 -07:00