1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-10-18 12:46:37 +00:00
openmw/components/lua
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
..
shapes
asyncpackage.cpp
asyncpackage.hpp
configuration.cpp
configuration.hpp
inputactions.cpp
inputactions.hpp
l10n.cpp Fix msvc warnings 2025-03-09 17:55:17 +01:00
l10n.hpp
luastate.cpp Ensure class members are tied to the main Lua state 2025-03-03 19:37:07 +01:00
luastate.hpp Ensure class members are tied to the main Lua state 2025-03-03 19:37:07 +01:00
scriptscontainer.cpp Ensure class members are tied to the main Lua state 2025-03-03 19:37:07 +01:00
scriptscontainer.hpp Ensure class members are tied to the main Lua state 2025-03-03 19:37:07 +01:00
scripttracker.cpp
scripttracker.hpp
serialization.cpp
serialization.hpp
storage.cpp Ensure class members are tied to the main Lua state 2025-03-03 19:37:07 +01:00
storage.hpp Ensure class members are tied to the main Lua state 2025-03-03 19:37:07 +01:00
utf8.cpp
utf8.hpp
util.hpp
utilpackage.cpp
utilpackage.hpp
yamlloader.cpp
yamlloader.hpp