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.
openmw-tes3mp/components
Chris Robinson d3a31a24ce Use proper strings and vectors instead of slice arrays for NIF files
Slice arrays use pre-allocated pointers whose memory is managed externally. This is
unnecessary and ultimately detrimental since it prevents any kind of data fixup
(e.g. little endian to big endian, p[adding handling), and it also makes it difficult
to use Ogre data streams.
13 years ago
..
bsa fixed some cppcheck issues 13 years ago
compiler possible fix for script execution bug 13 years ago
esm fixed some cppcheck issues 13 years ago
esm_store Issue #107: CellStore moved from ESMS to MWWorld 13 years ago
file_finder Issue #133 Handle resources across multiple data directories 13 years ago
files fixed some cppcheck issues 13 years ago
interpreter Issue #181: assignment to member variables 13 years ago
misc fixes #128 Configuration cleanup. 14 years ago
nif Use proper strings and vectors instead of slice arrays for NIF files 13 years ago
nifbullet Use proper strings and vectors instead of slice arrays for NIF files 13 years ago
nifogre Use proper strings and vectors instead of slice arrays for NIF files 13 years ago
nifoverrides override nif transparency settings (part 1) 13 years ago
settings fix some settings bugs 13 years ago
terrain Remove no longer needed local .gitignore 14 years ago
to_utf8 Added explicit cast to char in ToUTF8::windows_XXXX tables. 13 years ago
CMakeLists.txt Issue #107: CellStore moved from ESMS to MWWorld 13 years ago
doc.hpp second set of additional doxygen comments 14 years ago