1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-28 18:45:33 +00:00
openmw-tes3mp/components/nif
Nathan Jeffords 6de6d9ff6e Factored a NIFStream class out of the NIFFile class.
Split NIFFile into two parts, NIFFile which is cached and is a container
for a parsed NIF, and NIFStream which is a class specialized for parsing
NIFs. This required a semi-sweeping change to make all record classes
accept a NIFStream instead of a NIFFile as an agurment to their read
functions.
2013-03-02 09:56:41 -08: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 Factored a NIFStream class out of the NIFFile class. 2013-03-02 09:56:41 -08:00
controller.hpp Factored a NIFStream class out of the NIFFile class. 2013-03-02 09:56:41 -08:00
data.hpp Factored a NIFStream class out of the NIFFile class. 2013-03-02 09:56:41 -08:00
effect.hpp Factored a NIFStream class out of the NIFFile class. 2013-03-02 09:56:41 -08:00
extra.hpp Factored a NIFStream class out of the NIFFile class. 2013-03-02 09:56:41 -08:00
nif_file.cpp Factored a NIFStream class out of the NIFFile class. 2013-03-02 09:56:41 -08:00
nif_file.hpp Factored a NIFStream class out of the NIFFile class. 2013-03-02 09:56:41 -08:00
nif_stream.hpp Factored a NIFStream class out of the NIFFile class. 2013-03-02 09:56:41 -08:00
nif_types.hpp Move the velocity out of the transformation object 2012-07-12 11:21:52 -07:00
node.hpp Factored a NIFStream class out of the NIFFile class. 2013-03-02 09:56:41 -08:00
property.hpp Factored a NIFStream class out of the NIFFile class. 2013-03-02 09:56:41 -08:00
record.hpp Factored a NIFStream class out of the NIFFile class. 2013-03-02 09:56:41 -08:00
record_ptr.hpp Factored a NIFStream class out of the NIFFile class. 2013-03-02 09:56:41 -08:00