forked from teamnwah/openmw-tes3coop
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.
2b407a9995
- 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. |
11 years ago | |
---|---|---|
.. | ||
bsa | 11 years ago | |
compiler | 11 years ago | |
contentselector | 11 years ago | |
esm | 11 years ago | |
esmterrain | 11 years ago | |
files | 11 years ago | |
interpreter | 11 years ago | |
loadinglistener | 11 years ago | |
misc | 11 years ago | |
nif | 11 years ago | |
nifbullet | 11 years ago | |
nifcache | 11 years ago | |
nifogre | 11 years ago | |
nifoverrides | 11 years ago | |
ogreinit | 11 years ago | |
settings | 11 years ago | |
terrain | 11 years ago | |
to_utf8 | 11 years ago | |
translation | 11 years ago | |
version | 11 years ago | |
CMakeLists.txt | 11 years ago | |
doc.hpp | 14 years ago |