1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-15 20:39:40 +00:00
openmw-tes3mp/apps
scrawl 2b407a9995 Refactor NIF cache
- Remove broken cache locking mechanism

This was supposed to unload NIFFiles after a cell transition completes, but it was never working due to a mistake on the line if (--sLockLevel), should have been if (--sLockLevel == 0). Repairing this would increase load times (NIF files would have to be reloaded more frequently), so just removed it for now.

 - Decouple cache from NIFFile (now a new nifcache component)

 - Add API for future background loading

 - Provide a reliable way (SharedPtr) to hold on to loaded NIFFiles. This will be useful to avoid deep copies of keyframe and text key data, which is currently a performance bottleneck.
2014-08-24 02:37:50 +02:00
..
bsatool Fix bsatool warning 2013-12-05 15:46:33 +01:00
esmtool Fix typo (RefId -> RefNum) 2014-07-29 19:01:14 +02:00
launcher CMake cleanup: Remove distribution-specific install stuff (unused) 2014-06-10 15:03:27 +02:00
mwiniimporter CMake cleanup: Remove distribution-specific install stuff (unused) 2014-06-10 15:03:27 +02:00
opencs Refactor NIF cache 2014-08-24 02:37:50 +02:00
openmw Refactor NIF cache 2014-08-24 02:37:50 +02:00
openmw_test_suite Fix travis 2014-07-12 18:53:22 +02:00
doc.hpp