1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-01 16:15:36 +00:00
openmw/components/nifogre
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
..
tests Mantis: #18 - Move components from global namespace into their own namespace. 2011-06-19 19:14:14 +02:00
ogre_nif_loader.cpp Use proper strings and vectors instead of slice arrays for NIF files 2012-07-09 21:08:23 -07:00
ogre_nif_loader.hpp more include cleanup (most removing Ogre.h) 2012-07-03 15:32:38 +02:00