1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-16 16:10:58 +00:00
OpenMW/apps/openmw/mwphysics
fredzio 5a4872393a Rework actor position reset. While solving the issue with invalid
position being used under heavy load, I introduced a regression that
prevented the position to be updated in case of teleport.
Move the logic in its own function and decide in PhysicsSystem whether a
reset is needed.
2020-12-03 12:57:57 +01:00
..
actor.cpp Move the moment when the actor origin is saved before simulation so to 2020-11-28 21:36:45 +01:00
actor.hpp Move the moment when the actor origin is saved before simulation so to 2020-11-28 21:36:45 +01:00
closestnotmeconvexresultcallback.cpp Separate ClosestNotMeConvexResultCallback 2020-03-31 00:38:34 +03:00
closestnotmeconvexresultcallback.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
closestnotmerayresultcallback.cpp Separate ClosestNotMeRayResultCallback 2020-03-31 00:38:34 +03:00
closestnotmerayresultcallback.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
collisiontype.hpp
constants.hpp Separate Stepper 2020-03-31 00:38:34 +03:00
contacttestresultcallback.cpp Do not block a door when it turns away. 2020-11-01 23:01:18 +01:00
contacttestresultcallback.hpp Do not block a door when it turns away. 2020-11-01 23:01:18 +01:00
deepestnotmecontacttestresultcallback.cpp Visualize hand to hand hits 2020-10-26 13:48:15 +01:00
deepestnotmecontacttestresultcallback.hpp Visualize hand to hand hits 2020-10-26 13:48:15 +01:00
hasspherecollisioncallback.hpp components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues 2020-10-22 23:57:53 +02:00
heightfield.cpp Support bullet with double precision 2020-05-13 19:24:28 +02:00
heightfield.hpp Support bullet with double precision 2020-05-13 19:24:28 +02:00
movementsolver.cpp We need to update the collision world after each step. 2020-10-15 06:41:22 +02:00
movementsolver.hpp We need to update the collision world after each step. 2020-10-15 06:41:22 +02:00
mtphysics.cpp Rework actor position reset. While solving the issue with invalid 2020-12-03 12:57:57 +01:00
mtphysics.hpp Rework actor position reset. While solving the issue with invalid 2020-12-03 12:57:57 +01:00
object.cpp Process movement queue in one or several background threads 2020-10-15 06:41:35 +02:00
object.hpp Process movement queue in one or several background threads 2020-10-15 06:41:35 +02:00
physicssystem.cpp Rework actor position reset. While solving the issue with invalid 2020-12-03 12:57:57 +01:00
physicssystem.hpp Move the moment when the actor origin is saved before simulation so to 2020-11-28 21:36:45 +01:00
ptrholder.hpp
raycasting.hpp Add RayCastingInterface 2020-08-06 22:03:33 +02:00
stepper.cpp Separate Stepper 2020-03-31 00:38:34 +03:00
stepper.hpp Separate Stepper 2020-03-31 00:38:34 +03:00
trace.cpp Separate ClosestNotMeConvexResultCallback 2020-03-31 00:38:34 +03:00
trace.h