1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-01 12:01:51 +00:00
OpenMW/apps/openmw
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
..
mwbase Use a smaller integer type instead of dealing with casting issues. 2024-01-28 14:48:49 +01:00
mwclass Merge branch 'more_move' into 'master' 2024-01-26 16:21:00 +00:00
mwdialogue
mwgui
mwinput
mwlua Merge branch 'deserializeinventory' into 'master' 2024-01-30 04:24:50 +00:00
mwmechanics Initialize mScripted again. 2024-02-01 20:00:10 +01:00
mwphysics Cleanup physics callbacks 2024-02-07 22:04:34 +01:00
mwrender Fix formatting 2024-01-31 17:00:33 -06:00
mwscript Use a smaller integer type instead of dealing with casting issues. 2024-01-28 14:48:49 +01:00
mwsound
mwstate Pass some arguments by references 2024-02-01 10:02:15 +04:00
mwworld Pass some arguments by references 2024-02-01 10:02:15 +04:00
android_main.cpp
CMakeLists.txt Cleanup physics callbacks 2024-02-07 22:04:34 +01:00
doc.hpp
engine.cpp
engine.hpp
main.cpp
options.cpp
options.hpp
profile.hpp