1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-11 09:36:37 +00:00
OpenMW/components/nif
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 directory structure reorganisation (still missing the mangle stuff) 2010-06-25 22:28:59 +02:00
.gitignore directory structure reorganisation (still missing the mangle stuff) 2010-06-25 22:28:59 +02:00
controlled.hpp Use proper strings and vectors instead of slice arrays for NIF files 2012-07-09 21:08:23 -07:00
controller.hpp Cleanup RecordPtrT 2012-07-02 21:41:21 -07:00
data.hpp Use proper strings and vectors instead of slice arrays for NIF files 2012-07-09 21:08:23 -07:00
effect.hpp Cleanup RecordPtrT 2012-07-02 21:41:21 -07:00
extra.hpp Use proper strings and vectors instead of slice arrays for NIF files 2012-07-09 21:08:23 -07:00
nif_file.cpp Use proper strings and vectors instead of slice arrays for NIF files 2012-07-09 21:08:23 -07:00
nif_file.hpp Use proper strings and vectors instead of slice arrays for NIF files 2012-07-09 21:08:23 -07:00
nif_types.hpp Fix tabulation/formatting 2012-03-23 22:15:45 +02:00
node.hpp Use proper strings and vectors instead of slice arrays for NIF files 2012-07-09 21:08:23 -07:00
property.hpp Cleanup RecordPtrT 2012-07-02 21:41:21 -07:00
record_ptr.hpp Watch for empty children node refs when setting parents 2012-07-03 18:37:04 -07:00
record.hpp Use proper strings and vectors instead of slice arrays for NIF files 2012-07-09 21:08:23 -07:00