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
..
2012-06-06 20:29:30 +02:00
2012-06-06 20:29:30 +02:00
2012-06-06 20:29:30 +02:00
2011-08-19 21:06:09 +02:00
2012-06-23 12:25:28 +02:00