1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-08 18:50:55 +00:00
openmw/apps/essimporter
elsid 18d3102148
Do not use union to access FIXED_STRING<4> as int
https://en.cppreference.com/w/cpp/language/union:
> It's undefined behavior to read from the member of the union that wasn't most recently written.
2021-10-17 17:16:21 +02:00
..
CMakeLists.txt
convertacdt.cpp Save scripted animation state (Fixes #1931, #2150, #3393) 2016-08-03 03:52:35 +02:00
convertacdt.hpp
convertcntc.cpp
convertcntc.hpp
convertcrec.cpp ESSImport: inventory loading works, equipment slots need more work 2015-01-19 12:22:51 +01:00
convertcrec.hpp
converter.cpp Fix/workaround for Issue #3246 2021-08-17 12:29:28 +10:00
converter.hpp
convertinventory.cpp Use more C++11 in tools code 2020-06-10 10:30:37 +04:00
convertinventory.hpp ESSImport: inventory loading works, equipment slots need more work 2015-01-19 12:22:51 +01:00
convertnpcc.cpp ESSImport: convert NPC disposition 2015-01-20 19:29:54 +01:00
convertnpcc.hpp
convertplayer.cpp
convertplayer.hpp
convertscpt.cpp Fix uninitialized fields in the essimporter 2021-04-14 08:07:08 +04:00
convertscpt.hpp
convertscri.cpp Use more C++11 in tools code 2020-06-10 10:30:37 +04:00
convertscri.hpp
importacdt.cpp Save scripted animation state (Fixes #1931, #2150, #3393) 2016-08-03 03:52:35 +02:00
importacdt.hpp
importcellref.cpp
importcellref.hpp Using override keyword in most apps 2021-05-18 19:42:24 -05:00
importcntc.cpp
importcntc.hpp
importcrec.cpp ESSImport: read AiPackages 2015-02-14 12:25:52 +01:00
importcrec.hpp
importdial.cpp
importdial.hpp
importer.cpp
importer.hpp
importercontext.cpp Starting ESS importer for Morrowind save files 2015-01-17 00:16:49 +01:00
importercontext.hpp
importgame.cpp
importgame.hpp
importinfo.cpp
importinfo.hpp
importinventory.cpp
importinventory.hpp
importjour.cpp ESSImport: read dialogue/journal records, not converted yet 2015-01-23 15:34:14 +01:00
importjour.hpp
importklst.cpp ESSImport: convert kill counter 2015-01-19 09:29:30 +01:00
importklst.hpp
importnpcc.cpp ESSImport: read AiPackages 2015-02-14 12:25:52 +01:00
importnpcc.hpp
importplayer.cpp
importplayer.hpp
importproj.cpp
importproj.h
importques.cpp
importques.hpp
importscpt.cpp
importscpt.hpp
importscri.cpp
importscri.hpp
importsplm.cpp
importsplm.h
main.cpp