1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-11 09:36:37 +00:00
OpenMW/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.
2012-07-09 21:08:23 -07:00
..
bsa fixed some cppcheck issues 2012-06-06 20:29:30 +02:00
compiler possible fix for script execution bug 2012-06-19 14:55:22 +02:00
esm fixed some cppcheck issues 2012-06-06 20:29:30 +02:00
esm_store Issue #107: CellStore moved from ESMS to MWWorld 2012-06-29 16:48:50 +02:00
file_finder Issue #133 Handle resources across multiple data directories 2012-02-12 14:21:07 +01:00
files fixed some cppcheck issues 2012-06-06 20:29:30 +02:00
interpreter Issue #181: assignment to member variables 2012-06-16 14:29:55 +02:00
misc
nif Use proper strings and vectors instead of slice arrays for NIF files 2012-07-09 21:08:23 -07:00
nifbullet Use proper strings and vectors instead of slice arrays for NIF files 2012-07-09 21:08:23 -07:00
nifogre Use proper strings and vectors instead of slice arrays for NIF files 2012-07-09 21:08:23 -07:00
nifoverrides override nif transparency settings (part 1) 2012-04-11 20:13:15 +02:00
settings fix some settings bugs 2012-06-23 12:25:28 +02:00
terrain
to_utf8 Added explicit cast to char in ToUTF8::windows_XXXX tables. 2012-04-07 13:08:25 +02:00
CMakeLists.txt Issue #107: CellStore moved from ESMS to MWWorld 2012-06-29 16:48:50 +02:00
doc.hpp