1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-03 20:13:06 +00:00
openmw/apps/components_tests
elsid 51d73e37df
Fix msvc warnings
components\lua\configuration.cpp(133): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
components\esm3\effectlist.cpp(35): warning C4267: '=': conversion from 'size_t' to 'uint32_t', possible loss of data
components_tests\misc\testmathutil.cpp(54): warning C4305: 'argument': truncation from 'const double' to 'osg::Vec3f::value_type'
components_tests\misc\testmathutil.cpp(62): warning C4305: 'argument': truncation from 'const double' to 'osg::Vec3f::value_type'
components_tests\misc\testmathutil.cpp(131): warning C4305: 'argument': truncation from 'const double' to 'osg::Vec3f::value_type'
components_tests\misc\testmathutil.cpp(135): warning C4305: 'argument': truncation from 'const double' to 'osg::Vec3f::value_type'
components_tests\misc\testmathutil.cpp(135): warning C4305: 'argument': truncation from 'const double' to 'osg::Vec3f::value_type'
components_tests\misc\testmathutil.cpp(139): warning C4305: 'argument': truncation from 'const double' to 'osg::Vec3f::value_type'
2025-03-09 17:55:17 +01:00
..
detournavigator Reduce precision for random point distance comparison 2024-12-20 14:00:49 +01:00
esm
esm3 Add a test and address feedback 2024-10-06 11:32:24 +02:00
esm4
esmloader
esmterrain
files
fx Store Lua script path as VFS normalized 2024-09-15 13:53:20 +02:00
lua Keep MENU-registered input actions between games 2025-02-26 16:56:41 +01:00
misc Fix msvc warnings 2025-03-09 17:55:17 +01:00
nif
nifloader Use normalized path for KeyframeManager::get 2024-11-20 21:29:36 +01:00
nifosg Merge branch 'vfs_normalized_path_22' into 'master' 2024-12-01 21:45:01 +00:00
resource
sceneutil
serialization
settings
shader
sqlite3
toutf8
vfs
CMakeLists.txt Add a test and address feedback 2024-10-06 11:32:24 +02:00
main.cpp Support custom log level in tests 2024-07-13 11:15:34 +02:00