1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-19 20:10:17 +00:00
openmw/apps
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.
2021-08-17 12:29:28 +10:00
..
benchmarks Store heightfields as array of heights instead of triangles 2021-07-26 00:22:21 +02:00
bsatool Add file to BSA 2021-04-08 18:08:28 +02:00
esmtool Add a std::noboolalpha to a std::boolalpha 2021-07-21 14:40:54 +02:00
essimporter Fix/workaround for Issue #3246 2021-08-17 12:29:28 +10:00
launcher fix CI artifacts, missing header 2021-07-25 20:49:17 -07:00
mwiniimporter Using auto keyword in most apps 2021-05-18 19:20:59 -05:00
niftest Using auto keyword in most apps 2021-05-18 19:20:59 -05:00
opencs Merge branch 'OpenCS-enforce-str-length' into 'master' 2021-08-06 21:08:09 +00:00
openmw Fix/workaround for Issue #3246 2021-08-17 12:29:28 +10:00
openmw_test_suite Remove redundant TileCachedRecastMeshManager::hasTile function 2021-08-12 22:40:06 +02:00
wizard Using override keyword in most apps 2021-05-18 19:42:24 -05:00
doc.hpp