1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-06 00:55:50 +00:00
OpenMW/apps/openmw/mwphysics
psi29a d64eea2fc6 Merge branch '7113-move-from-std-atoi-to-std-from_char' into 'master'
Move from std::atoi to std::from_char

Closes #7113

See merge request OpenMW/openmw!2760
2023-03-18 09:30:48 +00:00
..
actor.cpp In 0.46, SetPos was setting position of actors before physics simulation, and from this position movement was simulated. This changed with async physics merging, and at the same time problems started, mostly with abot's scenic travel. 2023-03-16 22:07:26 +01:00
actor.hpp In 0.46, SetPos was setting position of actors before physics simulation, and from this position movement was simulated. This changed with async physics merging, and at the same time problems started, mostly with abot's scenic travel. 2023-03-16 22:07:26 +01:00
actorconvexcallback.cpp
actorconvexcallback.hpp
closestnotmerayresultcallback.cpp Remove unused includes 2022-10-09 16:44:18 +02:00
closestnotmerayresultcallback.hpp
collisiontype.hpp
constants.hpp
contacttestresultcallback.cpp
contacttestresultcallback.hpp
contacttestwrapper.cpp
contacttestwrapper.h
deepestnotmecontacttestresultcallback.cpp Remove unused includes 2022-10-09 16:44:18 +02:00
deepestnotmecontacttestresultcallback.hpp
hasspherecollisioncallback.hpp
heightfield.cpp
heightfield.hpp
movementsolver.cpp In 0.46, SetPos was setting position of actors before physics simulation, and from this position movement was simulated. This changed with async physics merging, and at the same time problems started, mostly with abot's scenic travel. 2023-03-16 22:07:26 +01:00
movementsolver.hpp First pass with include-what-you-use 2022-10-09 10:39:43 +00:00
mtphysics.cpp In 0.46, SetPos was setting position of actors before physics simulation, and from this position movement was simulated. This changed with async physics merging, and at the same time problems started, mostly with abot's scenic travel. 2023-03-16 22:07:26 +01:00
mtphysics.hpp Do not use std::shared_mutex to wait for job for async physics 2023-03-05 18:07:56 +01:00
object.cpp
object.hpp First pass with include-what-you-use 2022-10-09 10:39:43 +00:00
physicssystem.cpp Move from std::atoi to std::from_char 2023-03-18 09:30:48 +00:00
physicssystem.hpp Remove raycasting functions from MWWorld::World 2022-11-13 15:35:26 +01:00
projectile.cpp First pass with include-what-you-use 2022-10-09 10:39:43 +00:00
projectile.hpp First pass with include-what-you-use 2022-10-09 10:39:43 +00:00
projectileconvexcallback.cpp First pass with include-what-you-use 2022-10-09 10:39:43 +00:00
projectileconvexcallback.hpp
ptrholder.hpp
raycasting.hpp Fix -Wnon-virtual-dtor warnings 2023-02-03 23:00:09 +01:00
stepper.cpp
stepper.hpp
trace.cpp
trace.h