1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 16:59:56 +00:00
openmw/components/nifbullet
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
..
test Mantis: #18 - Move components from global namespace into their own namespace. 2011-06-19 18:45:23 +02:00
bullet_nif_loader.cpp Use proper strings and vectors instead of slice arrays for NIF files 2012-07-09 21:08:23 -07:00
bullet_nif_loader.hpp Issue #225: Added cleanup of allocated memory in BulletNifLoader and BulletShapeLoader. 2012-03-26 19:09:55 +02:00