1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-04 02:41:19 +00:00
OpenMW/apps/openmw
Andrei Kortunov faad18b7f9
Merge pull request #3072 from akortunov/warnfix
Fix node masks signed/unsigned mismatch
2021-04-21 09:26:06 +04:00
..
mwbase Validate GUI scaling and place it to the launcher 2021-04-15 15:18:32 +04:00
mwclass Use CRTP to define CustomData clone function 2021-04-05 11:53:07 +02:00
mwdialogue Do not leave variables without initialization, even in execution paths where they are unused 2021-04-19 16:08:10 +04:00
mwgui Do not leave variables without initialization, even in execution paths where they are unused 2021-04-19 16:08:10 +04:00
mwinput Validate GUI scaling and place it to the launcher 2021-04-15 15:18:32 +04:00
mwmechanics Cast double constant to float explicitely 2021-04-19 17:08:03 +04:00
mwphysics Merge pull request #3070 from akortunov/coverity 2021-04-20 07:33:03 +02:00
mwrender Merge pull request #3072 from akortunov/warnfix 2021-04-21 09:26:06 +04:00
mwscript Remove unused forward declarations 2021-04-11 14:46:51 +02:00
mwsound Use override instead of virtual 2021-04-11 14:46:51 +02:00
mwstate Constify a few things 2021-04-11 14:46:51 +02:00
mwworld Merge pull request #3070 from akortunov/coverity 2021-04-20 07:33:03 +02:00
android_main.cpp
CMakeLists.txt
doc.hpp
engine.cpp Code review cleanup, add setting documentation 2021-04-13 11:09:35 -07:00
engine.hpp Remove unused forward declarations 2021-04-11 14:46:51 +02:00
main.cpp