You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw/apps/essimporter
cc9cii 47a841d3b7 Fix/workaround for Issue #3246
OpenMW save file assumes the presence of NPC/Creature data but the vanilla save file provides only the delta changes in most situations.  The base data are not available without loading all the relevant dependency content files.  Duplicating that code in the ESSImporter is not desirable.

Ideally a flag should be set but that will mean a change in the save file format.  For a minor change such as this doing so seems like an overkill.  So a temporary workaround is introduced where the gold carried by the NPC/Creature is used as an indicator as the lack of ACDT data.
3 years ago
..
CMakeLists.txt ESS-Importer: Convert magic projectiles (Closes #2320) 7 years ago
convertacdt.cpp Save scripted animation state (Fixes #1931, #2150, #3393) 9 years ago
convertacdt.hpp Save scripted animation state (Fixes #1931, #2150, #3393) 9 years ago
convertcntc.cpp ESSImport: container state 10 years ago
convertcntc.hpp ESSImport: container state 10 years ago
convertcrec.cpp ESSImport: inventory loading works, equipment slots need more work 10 years ago
convertcrec.hpp ESSImport: inventory loading works, equipment slots need more work 10 years ago
converter.cpp Fix/workaround for Issue #3246 3 years ago
converter.hpp Using auto keyword in most apps 4 years ago
convertinventory.cpp Use more C++11 in tools code 5 years ago
convertinventory.hpp ESSImport: inventory loading works, equipment slots need more work 10 years ago
convertnpcc.cpp ESSImport: convert NPC disposition 10 years ago
convertnpcc.hpp ESSImport: player is placed in correct cell, npc cellrefs work 10 years ago
convertplayer.cpp Use more C++11 in tools code 5 years ago
convertplayer.hpp Import teleporting and levitation disabled state from vanilla savegames (Fixes #3420) 8 years ago
convertscpt.cpp Fix uninitialized fields in the essimporter 4 years ago
convertscpt.hpp ESSImport: convert running global scripts 10 years ago
convertscri.cpp Use more C++11 in tools code 5 years ago
convertscri.hpp ESSImport: convert script local variables 10 years ago
importacdt.cpp Save scripted animation state (Fixes #1931, #2150, #3393) 9 years ago
importacdt.hpp Use overrides, when needed 5 years ago
importcellref.cpp fixed MSVC 2013 warning C4800 10 years ago
importcellref.hpp Using override keyword in most apps 4 years ago
importcntc.cpp ESSImport: container state 10 years ago
importcntc.hpp ESSImport: container state 10 years ago
importcrec.cpp ESSImport: read AiPackages 10 years ago
importcrec.hpp ESSImport: read AiPackages 10 years ago
importdial.cpp ESSImport: some fixes 10 years ago
importdial.hpp Fixed MSVC warnings. 10 years ago
importer.cpp Using auto keyword in most apps 4 years ago
importer.hpp ESSImport: convert to utf8, based on encoding setting in openmw.cfg 10 years ago
importercontext.cpp Starting ESS importer for Morrowind save files 10 years ago
importercontext.hpp Don't save to or read automove state from saved games (#5452) 5 years ago
importgame.cpp ESSImport: fix for GMDT being only 92 bytes in a certain save file 10 years ago
importgame.hpp Initialize missing struct fields 6 years ago
importinfo.cpp ESSImport: read dialogue/journal records, not converted yet 10 years ago
importinfo.hpp Fixed MSVC warnings. 10 years ago
importinventory.cpp Fix uninitialized fields in the essimporter 4 years ago
importinventory.hpp Fix essimporter script header and inventory item conversion 5 years ago
importjour.cpp ESSImport: read dialogue/journal records, not converted yet 10 years ago
importjour.hpp Fixed MSVC warnings. 10 years ago
importklst.cpp ESSImport: convert kill counter 10 years ago
importklst.hpp Fixed MSVC warnings. 10 years ago
importnpcc.cpp ESSImport: read AiPackages 10 years ago
importnpcc.hpp ESSImport: read AiPackages 10 years ago
importplayer.cpp ESSImporter: Convert last known exterior cell (Fixes #3693) 8 years ago
importplayer.hpp ESSImporter: Convert last known exterior cell (Fixes #3693) 8 years ago
importproj.cpp ESS-Importer: Convert ballistic projectiles (Feature #2320) 7 years ago
importproj.h ESS-Importer: Convert ballistic projectiles (Feature #2320) 7 years ago
importques.cpp ESSImport: read dialogue/journal records, not converted yet 10 years ago
importques.hpp Fixed MSVC warnings. 10 years ago
importscpt.cpp ESSImport: document targeted scripts (not implemented yet) 10 years ago
importscpt.hpp Fix essimporter script header and inventory item conversion 5 years ago
importscri.cpp ESSImport: read script variables (not converted yet) 10 years ago
importscri.hpp Fixed multiple spelling mistakes 8 years ago
importsplm.cpp ESS-Importer: Convert magic projectiles (Closes #2320) 7 years ago
importsplm.h ESS-Importer: Convert magic projectiles (Closes #2320) 7 years ago
main.cpp Fix various warnings found by clang 4 years ago