1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2024-12-29 03:19:44 +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 Apply clang-format to code base 2022-09-22 21:35:26 +03:00
actorconvexcallback.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
closestnotmerayresultcallback.cpp Remove unused includes 2022-10-09 16:44:18 +02:00
closestnotmerayresultcallback.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
collisiontype.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
constants.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
contacttestresultcallback.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
contacttestresultcallback.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
contacttestwrapper.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
contacttestwrapper.h Apply clang-format to code base 2022-09-22 21:35:26 +03:00
deepestnotmecontacttestresultcallback.cpp Remove unused includes 2022-10-09 16:44:18 +02:00
deepestnotmecontacttestresultcallback.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
hasspherecollisioncallback.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
heightfield.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
heightfield.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
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 Apply clang-format to code base 2022-09-22 21:35:26 +03:00
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 Apply clang-format to code base 2022-09-22 21:35:26 +03:00
ptrholder.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
raycasting.hpp Fix -Wnon-virtual-dtor warnings 2023-02-03 23:00:09 +01:00
stepper.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
stepper.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
trace.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
trace.h Apply clang-format to code base 2022-09-22 21:35:26 +03:00