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-tes3coop/apps/essimporter
scrawl 29556a1802 More consistent wording of errors/warnings
A Warning indicates a potential problem in the content file(s) that the user told OpenMW to load. E.g. this might cause an object to not display at all or as intended, however the rest of the game will run fine.

An Error, however, is more likely to be a bug with the engine itself - it means that basic assumptions have been violated and the engine might not run correctly anymore.

The above mostly applies to errors/warnings during game-play; startup issues are handled differently: when a file is completely invalid/corrupted to the point that the engine can not start, that might cause messages that are worded as Error due to the severity of the issue but are not necessarily the engine's fault.

Hopefully, being a little more consistent here will alleviate confusion among users as to when a log message should be reported and to whom.
8 years ago
..
CMakeLists.txt Changed missing library dependencies to simple fix 8 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 More consistent wording of errors/warnings 8 years ago
converter.hpp Update converter.hpp 8 years ago
convertinventory.cpp Some fixes for building on FreeBSD 9 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 ESSImporter: Convert last known exterior cell (Fixes #3693) 8 years ago
convertplayer.hpp Import teleporting and levitation disabled state from vanilla savegames (Fixes #3420) 8 years ago
convertscpt.cpp ESSImport: document targeted scripts (not implemented yet) 10 years ago
convertscpt.hpp ESSImport: convert running global scripts 10 years ago
convertscri.cpp ESSImport: convert script local variables 10 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 Save scripted animation state (Fixes #1931, #2150, #3393) 9 years ago
importcellref.cpp fixed MSVC 2013 warning C4800 10 years ago
importcellref.hpp ESSImport: some fixes 10 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 More consistent wording of errors/warnings 8 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 ESS-import: player is no longer disabled (Bug #3246) 8 years ago
importgame.cpp ESSImport: fix for GMDT being only 92 bytes in a certain save file 10 years ago
importgame.hpp ESSImport: convert weather state 10 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 ESSImport: Correctly handle item stacks (XIDX tag). (Fixes #3340) 9 years ago
importinventory.hpp ESSImport: read script variables (not converted yet) 10 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
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 ESSImport: document targeted scripts (not implemented yet) 10 years ago
importscri.cpp ESSImport: read script variables (not converted yet) 10 years ago
importscri.hpp Fixed multiple spelling mistakes 8 years ago
main.cpp Add silent mode to ConfigurationManager, used by essimporter 10 years ago