1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-15 21:49:56 +00:00
openmw-tes3mp/components/nif
Edmondo Tommasina 20deb97a09 nif_file.hpp: add stdint.h include to fix build
It fixes such compile errors as:
* error: ‘uint8_t’ does not name a type
* error: ‘uint16_t’ does not name a type
* error: ‘uint32_t’ does not name a type
2012-08-04 23:14:53 +02: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 Rename getShort->getUShort and getByte->getChar 2012-07-10 03:52:01 -07:00
data.hpp Fix parsing of some key lists 2012-07-14 09:20:09 -07:00
effect.hpp Rename getMatrix->getMatrix3 and getVector->getVector3 2012-07-10 04:45:14 -07:00
extra.hpp Make the read_* methods private and remove the generic load() methods 2012-07-10 04:21:47 -07:00
nif_file.cpp Fix world transform calculation 2012-07-16 13:16:11 -07:00
nif_file.hpp nif_file.hpp: add stdint.h include to fix build 2012-08-04 23:14:53 +02:00
nif_types.hpp Move the velocity out of the transformation object 2012-07-12 11:21:52 -07:00
node.hpp Add methods to get a node's local and full transform as a 4x4 matrix 2012-07-15 15:23:49 -07:00
property.hpp Rename getMatrix->getMatrix3 and getVector->getVector3 2012-07-10 04:45:14 -07:00
record.hpp Cleanup a couple unneeded misc component references 2012-07-12 12:01:11 -07:00
record_ptr.hpp Return a reference to the RecordPtr from operator[] for consistency 2012-07-12 05:37:56 -07:00