1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-02-06 09:58:29 +00:00
openmw/apps/essimporter
dteviot e197f5318b fixing MSVC 2013 warning C4244: & C4305
conversion from 'const float' to 'int', possible loss of data
conversion from 'double' to 'int', possible loss of data
conversion from 'float' to 'int', possible loss of data
2015-03-08 13:07:29 +13:00
..
CMakeLists.txt ESSImport: convert player DrawState, cleanup 2015-01-31 22:40:39 +01:00
convertacdt.cpp fixing MSVC 2013 warning C4244: & C4305 2015-03-08 13:07:29 +13:00
convertacdt.hpp ESSImport: convert Dead flag 2015-01-31 22:40:39 +01:00
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 ESSImport: convert Dead flag 2015-01-31 22:40:39 +01:00
converter.hpp
convertinventory.cpp
convertinventory.hpp ESSImport: inventory loading works, equipment slots need more work 2015-01-19 12:22:51 +01:00
convertnpcc.cpp
convertnpcc.hpp
convertplayer.cpp
convertplayer.hpp
convertscpt.cpp
convertscpt.hpp
convertscri.cpp
convertscri.hpp ESSImport: convert script local variables 2015-01-24 16:45:36 +01:00
importacdt.cpp
importacdt.hpp
importcellref.cpp
importcellref.hpp
importcntc.cpp ESSImport: container state 2015-01-19 13:16:12 +01:00
importcntc.hpp
importcrec.cpp ESSImport: read AiPackages 2015-02-14 12:25:52 +01:00
importcrec.hpp ESSImport: read AiPackages 2015-02-14 12:25:52 +01:00
importdial.cpp ESSImport: some fixes 2015-01-23 15:34:48 +01:00
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 ESSImport: convert weather state 2015-01-27 23:05:19 +01:00
importinfo.cpp ESSImport: read dialogue/journal records, not converted yet 2015-01-23 15:34:14 +01:00
importinfo.hpp Fixed MSVC warnings. 2015-01-26 13:17:16 +13:00
importinventory.cpp ESSImport: read script variables (not converted yet) 2015-01-23 15:34:47 +01:00
importinventory.hpp
importjour.cpp
importjour.hpp
importklst.cpp ESSImport: convert kill counter 2015-01-19 09:29:30 +01:00
importklst.hpp
importnpcc.cpp
importnpcc.hpp
importplayer.cpp ESSImport: add some missing subrecords 2015-01-23 20:09:30 +01:00
importplayer.hpp ESSImport: note where skill progress is stored (not converted yet) 2015-01-31 22:40:39 +01:00
importques.cpp
importques.hpp Fixed MSVC warnings. 2015-01-26 13:17:16 +13:00
importscpt.cpp
importscpt.hpp
importscri.cpp ESSImport: read script variables (not converted yet) 2015-01-23 15:34:47 +01:00
importscri.hpp
main.cpp Add silent mode to ConfigurationManager, used by essimporter 2015-01-31 22:40:39 +01:00