1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-18 04:10:06 +00:00
OpenMW/apps/openmw
2021-09-14 18:09:55 +02:00
..
mwbase
mwclass
mwdialogue
mwgui Move getFileExtension to common header and use instead of repeating same code 2021-09-14 18:09:55 +02:00
mwinput
mwlua Rename CellRef::getRefIdPtr -> getRefIdRef and return reference 2021-09-06 22:52:08 +02:00
mwmechanics Merge branch 'fix_pathgrid_path' into 'master' 2021-09-08 09:55:42 +00:00
mwphysics moveObject() has side effects that might invalidate iterators from mActors. Instead of iterating over mActors, make a copy of needed data and iterate over the copies. 2021-09-06 12:51:25 +02:00
mwrender Move getFileExtension to common header and use instead of repeating same code 2021-09-14 18:09:55 +02:00
mwscript
mwsound Change normalizeFilename signature 2021-09-14 18:09:55 +02:00
mwstate
mwworld cellpreloader.cpp unused variable (#3102) 2021-09-11 20:58:42 +02:00
android_main.cpp
CMakeLists.txt Define dependency to OSG plugins in one place 2021-09-06 22:44:52 +02:00
doc.hpp
engine.cpp Don't use const for objects returned by value. 2021-09-01 22:23:50 +02:00
engine.hpp
main.cpp