1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2024-12-29 12:20:41 +00:00
OpenMW/apps/openmw/mwphysics
elsid 506824cb9d
Cleanup physics callbacks
* Do not copy with allocations.
* Remove unused DeepestNotMeContactTestResultCallback.
* Avoid using pointers which should not be nullptr.
* Move constructors implementation to headers.
* Move types defined in .cpp are to unnamed namespace.
* Comment unused arguments.
* Avoid C-style casts.
2024-02-07 22:04:34 +01:00
..
actor.cpp Set paged refs' base node to null (#6335) 2024-01-02 02:31:47 +03:00
actor.hpp
actorconvexcallback.cpp Cleanup physics callbacks 2024-02-07 22:04:34 +01:00
actorconvexcallback.hpp Cleanup physics callbacks 2024-02-07 22:04:34 +01:00
closestnotmerayresultcallback.cpp Cleanup physics callbacks 2024-02-07 22:04:34 +01:00
closestnotmerayresultcallback.hpp Cleanup physics callbacks 2024-02-07 22:04:34 +01:00
collisiontype.hpp
constants.hpp
contacttestresultcallback.cpp Cleanup physics callbacks 2024-02-07 22:04:34 +01:00
contacttestresultcallback.hpp Cleanup physics callbacks 2024-02-07 22:04:34 +01:00
contacttestwrapper.cpp
contacttestwrapper.h
hasspherecollisioncallback.hpp
heightfield.cpp
heightfield.hpp
movementsolver.cpp Cleanup physics callbacks 2024-02-07 22:04:34 +01:00
movementsolver.hpp
mtphysics.cpp Revert "Merge branch 'skating-olympics' into 'master'" 2023-12-27 19:11:49 +00:00
mtphysics.hpp Revert "Merge branch 'skating-olympics' into 'master'" 2023-12-27 19:11:49 +00:00
object.cpp Base GetColliding script functions on collisions detected by the movement solver 2024-01-20 16:50:51 +01:00
object.hpp Base GetColliding script functions on collisions detected by the movement solver 2024-01-20 16:50:51 +01:00
physicssystem.cpp Cleanup physics callbacks 2024-02-07 22:04:34 +01:00
physicssystem.hpp Base GetColliding script functions on collisions detected by the movement solver 2024-01-20 16:50:51 +01:00
projectile.cpp
projectile.hpp
projectileconvexcallback.cpp Cleanup physics callbacks 2024-02-07 22:04:34 +01:00
projectileconvexcallback.hpp Cleanup physics callbacks 2024-02-07 22:04:34 +01:00
ptrholder.hpp Revert "Merge branch 'skating-olympics' into 'master'" 2023-12-27 19:11:49 +00:00
raycasting.hpp
stepper.cpp
stepper.hpp
trace.cpp
trace.h