1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 01:15:31 +00:00
openmw-tes3mp/components
Nathan Jeffords 2181393518 change texture renaming logic to increase performance
ResourceGroupManager::resourceExistsInAnyGroup is slow (at least on
windows) if the tested path does not exist, but is fast if it does (due
to finding it in the index). This change tries the '.dds' version of the
name first, and reverts to the original if the '.dds' version was not
found.
2013-01-04 11:36:22 -08:00
..
bsa consider all files in Splash directory 2012-10-17 12:39:45 +02:00
compiler Mostly removal of unnecessary #include's and a little clean up 2012-07-17 09:27:12 +02:00
esm Merge branch 'editor2' 2012-12-28 23:31:43 +01:00
file_finder Issue #133 Handle resources across multiple data directories 2012-02-12 14:21:07 +01:00
files improved error handling 2012-12-26 17:15:53 +01:00
interpreter replaced std::string concatenation with std::ostringstream 2013-01-01 11:59:05 -08:00
misc added missing reference to <cctype> 2013-01-01 10:58:30 -08:00
nif fixed getString function in NIF loader 2012-11-22 10:35:03 +01:00
nifbullet fix BulletShapeLoader namespace 2012-11-08 18:48:07 +01:00
nifogre change texture renaming logic to increase performance 2013-01-04 11:36:22 -08:00
nifoverrides override nif transparency settings (part 1) 2012-04-11 20:13:15 +02:00
settings settings.cpp: fix std::runtime_error compile error 2012-09-05 23:39:58 +02:00
terrain remove underscores from filenames in esm 2012-09-23 23:12:10 +04:00
to_utf8 made previous commits naming standard compliant 2012-12-26 16:19:59 +01:00
translation 1. Dialogs in Russian version now works. 2012-12-31 04:15:47 +04:00
CMakeLists.txt Merge remote-tracking branch 'lazydev/master' 2012-12-26 15:50:03 +01:00
doc.hpp second set of additional doxygen comments 2010-09-25 20:15:05 +02:00