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
David Cernat 1f0cb09933 Add OpenMW commits up to 1 Jun 2021
# Conflicts:
#   .travis.yml
#   README.md
4 years ago
..
actor.cpp Add OpenMW commits up to 21 May 2021 4 years ago
actor.hpp Remove both racy and useless code. 4 years ago
actorconvexcallback.cpp Remove some useless includes in apps/openmw/mwphysics 4 years ago
actorconvexcallback.hpp Use convexSweepTest for projectile movement to solve any 4 years ago
closestnotmerayresultcallback.cpp Use convexSweepTest for projectile movement to solve any 4 years ago
closestnotmerayresultcallback.hpp Use convexSweepTest for projectile movement to solve any 4 years ago
collisiontype.hpp Use a separate collision type for doors (Fixes #1962) 9 years ago
constants.hpp Fix double -> float conversions 4 years ago
contacttestresultcallback.cpp Do not block a door when it turns away. 4 years ago
contacttestresultcallback.hpp Remove some useless includes in apps/openmw/mwphysics 4 years ago
contacttestwrapper.cpp values for this higher than sGroundOffset cause jittering on some surface; use safe-seeming value slightly less than sGroundOffset 4 years ago
contacttestwrapper.h values for this higher than sGroundOffset cause jittering on some surface; use safe-seeming value slightly less than sGroundOffset 4 years ago
deepestnotmecontacttestresultcallback.cpp Visualize hand to hand hits 4 years ago
deepestnotmecontacttestresultcallback.hpp Visualize hand to hand hits 4 years ago
hasspherecollisioncallback.hpp components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues 4 years ago
heightfield.cpp Avoid heightfield conversion in newer Bullet 4 years ago
heightfield.hpp Avoid heightfield conversion in newer Bullet 4 years ago
movementsolver.cpp Tone down actor's skip simulation flag to an optional skip collision 4 years ago
movementsolver.hpp Remove some useless includes in apps/openmw/mwphysics 4 years ago
mtphysics.cpp Remove an unused struct 4 years ago
mtphysics.hpp Add OpenMW commits up to 21 May 2021 4 years ago
object.cpp Make the code less verbose / more readable using for range loop and 4 years ago
object.hpp Revert "Remove physics dependency on basenode" 4 years ago
physicssystem.cpp Add OpenMW commits up to 1 Jun 2021 4 years ago
physicssystem.hpp Add OpenMW commits up to 21 May 2021 4 years ago
projectile.cpp An another pass 4 years ago
projectile.hpp An another pass 4 years ago
projectileconvexcallback.cpp Remove a brainfart from precise projectile handling: all non-actor 4 years ago
projectileconvexcallback.hpp Remove some useless includes in apps/openmw/mwphysics 4 years ago
ptrholder.hpp Don't cache Ptr, it can be updated while the simulation is running. 4 years ago
raycasting.hpp Use convexSweepTest for projectile movement to solve any 4 years ago
stepper.cpp Remove some useless includes in apps/openmw/mwphysics 4 years ago
stepper.hpp values for this higher than sGroundOffset cause jittering on some surface; use safe-seeming value slightly less than sGroundOffset 4 years ago
trace.cpp Use convexSweepTest for projectile movement to solve any 4 years ago
trace.h Use tracer hit height to skip stepping up in movement solver. 8 years ago