You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
vphysics_jolt/vphysics_jolt
Josh Dowell 562458200c
continuous-integration/drone/push Build encountered an error Details
If we fail to create a convex hull from the supplied points, substitute it for a small sphere.
I found exactly one model in a single map for gmod that causes this to happen, a better solution would be to re-calculate a valid hull from the supplied points, but this'll do since it's such a rare case.
2 months ago
..
compat compat: Support for GMod mini-source-sdk 2 months ago
cbase.cpp Initial commit 9 months ago
cbase.h cbase: Undef offsetof if present 9 months ago
vjolt_callstack.h Initial commit 9 months ago
vjolt_collide.cpp If we fail to create a convex hull from the supplied points, substitute it for a small sphere. 2 months ago
vjolt_collide.h collide: Deconstruct CPhysCollide properly 9 months ago
vjolt_collide_trace.cpp all: Rebase against latest VPhysics Jolt 2 months ago
vjolt_constraints.cpp all: Rebase against latest VPhysics Jolt 2 months ago
vjolt_constraints.h constraints: Fix refcountning of constraint pt 9 months ago
vjolt_controller_fluid.cpp all: Rebase against latest VPhysics Jolt 2 months ago
vjolt_controller_fluid.h Initial commit 9 months ago
vjolt_controller_motion.cpp controller_motion: Use std::vector for m_pObjects 9 months ago
vjolt_controller_motion.h controller_motion: Use std::vector for m_pObjects 9 months ago
vjolt_controller_player.cpp player: Only push objects if the normal < -0.7 (grounded) 2 months ago
vjolt_controller_player.h Initial commit 9 months ago
vjolt_controller_shadow.cpp Initial commit 9 months ago
vjolt_controller_shadow.h Initial commit 9 months ago
vjolt_controller_vehicle.cpp vehicle: Implement per-wheel brake torque 9 months ago
vjolt_controller_vehicle.h vehicle: Implement per-wheel brake torque 9 months ago
vjolt_debugrender.cpp all: Rebase against latest VPhysics Jolt 2 months ago
vjolt_debugrender.h all: Rebase against latest VPhysics Jolt 2 months ago
vjolt_environment.cpp all: Rebase against latest VPhysics Jolt 2 months ago
vjolt_environment.h all: Rebase against latest VPhysics Jolt 2 months ago
vjolt_friction.cpp Initial commit 9 months ago
vjolt_friction.h Initial commit 9 months ago
vjolt_interface.cpp Initial commit 9 months ago
vjolt_interface.h Initial commit 9 months ago
vjolt_internal_listeners.h Initial commit 9 months ago
vjolt_keyvalues_schema.cpp Initial commit 9 months ago
vjolt_keyvalues_schema.h Initial commit 9 months ago
vjolt_layers.h Initial commit 9 months ago
vjolt_listener_contact.h all: Rebase against latest VPhysics Jolt 2 months ago
vjolt_object.cpp all: Rebase against latest VPhysics Jolt 2 months ago
vjolt_object.h Initial commit 9 months ago
vjolt_objectpairhash.cpp objectpairhash: Use Contains helper 9 months ago
vjolt_objectpairhash.h Initial commit 9 months ago
vjolt_parse.cpp parse: Add dummy fallback KV for when parsing fails 9 months ago
vjolt_parse.h Initial commit 9 months ago
vjolt_querymodel.cpp Initial commit 9 months ago
vjolt_querymodel.h Initial commit 9 months ago
vjolt_state_recorder_file.h state_recorder: Prefix call to move with std:: to silence warning 9 months ago
vjolt_surfaceprops.cpp compat: Support for GMod mini-source-sdk 2 months ago
vjolt_surfaceprops.h compat: Support for GMod mini-source-sdk 2 months ago
vjolt_util.h util: Remove our impls of popcnt and tzcnt 9 months ago
vphysics_jolt_avx2.vpc all: Add multiple builds for different CPU feature sets and a wrapper DLL to go along with them 9 months ago
vphysics_jolt_inc.vpc all: Add multiple builds for different CPU feature sets and a wrapper DLL to go along with them 9 months ago
vphysics_jolt_sse2.vpc all: Add multiple builds for different CPU feature sets and a wrapper DLL to go along with them 9 months ago
vphysics_jolt_sse42.vpc all: Add multiple builds for different CPU feature sets and a wrapper DLL to go along with them 9 months ago