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.
openmw-tes3mp/apps/openmw/mwphysics
scrawl 9d8275580b Movement solver: performance improvement for the minimum stepping distance check, no need to waste time doing a second stepMove if we did not hit a slope or the step was already large enough to begin with. 8 years ago
..
actor.cpp Run physics in fixed timesteps, use the remainder to interpolate between current and previous state 9 years ago
actor.hpp Run physics in fixed timesteps, use the remainder to interpolate between current and previous state 9 years ago
collisiontype.hpp Use a separate collision type for doors (Fixes #1962) 9 years ago
convert.hpp Readded collision objects and movement physics 10 years ago
physicssystem.cpp Movement solver: performance improvement for the minimum stepping distance check, no need to waste time doing a second stepMove if we did not hit a slope or the step was already large enough to begin with. 8 years ago
physicssystem.hpp Make water walking mechanics closer to original MW 8 years ago
trace.cpp Pass the btCollisionObject as const 9 years ago
trace.h Pass the btCollisionObject as const 9 years ago