1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-10-28 01:56:40 +00:00
openmw/components
elsid 995f0e4865
Fix unused-but-set-variable warning
components/esm3/inventorystate.cpp:18:18: warning: variable 'index' set but not used [-Wunused-but-set-variable]
        uint32_t index = 0;
                 ^
2023-12-22 14:43:38 +01:00
..
bsa
bullethelpers
compiler
config
contentselector Make hardcoded strings in Launcher and Wizard localizable 2023-12-11 12:02:43 +04:00
crashcatcher
debug
detournavigator Merge branch 'rm_unused_variable' into 'master' 2023-11-22 19:46:38 +00:00
esm Remove fixed size reads 2023-12-17 13:00:14 +01:00
esm3 Fix unused-but-set-variable warning 2023-12-22 14:43:38 +01:00
esm4 Merge branch 'imod' into 'master' 2023-11-17 18:22:17 +00:00
esmloader
esmterrain
fallback
files
fontloader
fx
interpreter
l10n
loadinglistener
lua Add sol::lib::jit to actually enable JIT 2023-12-07 04:57:52 -06:00
lua_ui Use std::erase instead of using std::remove without erasing 2023-11-29 16:59:01 +01:00
misc Use multiplication character in the launcher instead of 'x' 2023-11-28 22:47:27 +04:00
myguiplatform
navmeshtool
nif Handle NiFogProperty (feature #5173) 2023-12-09 17:13:16 +03:00
nifbullet Restore animated collision shape rescaling 2023-12-06 00:54:54 +03:00
nifosg Merge branch 'nifogproperty' into 'master' 2023-12-12 18:30:11 +00:00
platform
process Do not include formatting spaces to localizable strings 2023-11-30 13:06:50 +04:00
resource Restore animated collision shape rescaling 2023-12-06 00:54:54 +03:00
sceneutil Merge branch 'nifogproperty' into 'master' 2023-12-12 18:30:11 +00:00
sdlutil
serialization
settings Ignore absent default setting value 2023-12-03 17:18:26 +01:00
shader Untangle normals and parallax handling 2023-12-12 22:42:53 +03:00
sqlite3
std140
stereo
terrain
to_utf8
translation
version
vfs
widgets
CMakeLists.txt Handle NiFogProperty (feature #5173) 2023-12-09 17:13:16 +03:00
doc.hpp