1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00
vcmi/scripting/lua
Soar Qin c87df8e704
Fix warnings/errors on MSVC (#753)
* Fix warnings/errors on MSVC
1. update googletest to tag release-1.11.0 to make googletest and
   googlemock compile on MSVC2022.
2. set gtest_force_shared_crt to ON in test cmake project to make tests
   compile on MSVC.
3. add /wd4251 and /wd4275 to MSVC compile flags to ignore DLL related
   warnings for class exports.
4. fix some other warnings and errors while compiling on MSVC2022.
2022-06-11 18:45:34 +03:00
..
api Fix warnings/errors on MSVC (#753) 2022-06-11 18:45:34 +03:00
CMakeLists.txt CMake presets. (#744) 2022-05-26 08:55:20 +03:00
Lua.cbp Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
LuaCallWrapper.h Less ugly API declarations 2021-02-17 01:14:53 +03:00
LuaFunctor.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
LuaReference.cpp Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
LuaReference.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
LuaScriptingContext.cpp Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
LuaScriptingContext.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
LuaScriptModule.cpp Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
LuaScriptModule.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
LuaSpellEffect.cpp Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
LuaSpellEffect.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
LuaStack.cpp Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
LuaStack.h !?OB WIP 2021-02-16 13:32:18 +03:00
LuaWrapper.h Less ugly API declarations 2021-02-17 01:14:53 +03:00
StdInc.cpp Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
StdInc.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00