openmw-tes3coop/components
Thoronador 32f051d61d Remove 'GMST fixing' for dirty GMST records
The 'fixing' for so-called dirty GMSTs does not work properly in its
current state anyway, so it should be removed. Fixing the 'GMST fixing'
might not be possible, because whether or not a GMST is 'dirty' depends
on the language version of MW. Therefore different 'fixing' algorithms
would be required for the different MW localisations, and I do not see
a good reason why GMST values should be hard-coded in the GMST load
procedure. In my opinion, it only clutters the code.

Last but not least, I believe that it is not the task of the engine to
clean ESM files from dirty entries. That is a job for the modders, who
should only release clean ESM/ESP files in the first place. The engine
should not need to worry about whether a file is 'dirty' or not.

That is why I believe a feature for cleaning ESM/ESP files shall not be
part of the engine.
2012-12-17 23:13:33 +01: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 Remove 'GMST fixing' for dirty GMST records 2012-12-17 23:13:33 +01:00
file_finder Issue #133 Handle resources across multiple data directories 2012-02-12 14:21:07 +01:00
files Fixed an issue with some paths not concatenating properly. 2012-09-09 16:28:02 +02:00
interpreter Issue #181: assignment to member variables 2012-06-16 14:29:55 +02:00
misc Changed standard C lib includes to C++ format 2012-07-17 09:44:24 +02: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 Use a multimap to store the text keys 2012-09-28 23:20:15 -07: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 rename getASCII() to getLegacyEnc() 2012-09-23 22:20:18 +04:00
CMakeLists.txt move ESMStore to MWWorld 2012-11-05 17:18:01 +04:00
doc.hpp second set of additional doxygen comments 2010-09-25 20:15:05 +02:00