You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw-tes3mp/components/nif
Arthur Moore 38bcff2622 Moved base NIF classes into a separate file.
This resolves the dependency mess, and makes things more readable.
The dependency tree for nif records now looks like this:
Record.hpp
--base.hpp
----controlled.hpp
----controller.hpp
----data.hpp
----effect.hpp
----extra.hpp
----node.hpp

Node.hpp has many extra dependencies because nifogre only includes it instead of each of these files.
That should be fixed.
10 years ago
..
tests Remove old niftool test 10 years ago
.gitignore directory structure reorganisation (still missing the mangle stuff) 15 years ago
base.hpp Moved base NIF classes into a separate file. 10 years ago
controlled.hpp Moved base NIF classes into a separate file. 10 years ago
controller.hpp Moved base NIF classes into a separate file. 10 years ago
data.cpp Moved functions from niffile.cpp to where they belong. 11 years ago
data.hpp Moved base NIF classes into a separate file. 10 years ago
effect.hpp renamed low-level NIF related files and include guards to conform to naming convention 12 years ago
extra.hpp Moved base NIF classes into a separate file. 10 years ago
niffile.cpp Print a NIF file's version information when an error occurs 10 years ago
niffile.hpp Print a NIF file's version information when an error occurs 10 years ago
nifkey.hpp Store NIF keys mapped by time and use lower_bound for searches 10 years ago
nifstream.hpp Provide more data when nifstream throws a runtime_error 10 years ago
niftypes.hpp renamed low-level NIF related files and include guards to conform to naming convention 12 years ago
node.cpp Moved functions from niffile.cpp to where they belong. 11 years ago
node.hpp Moved base NIF classes into a separate file. 10 years ago
property.hpp Moved base NIF classes into a separate file. 10 years ago
record.hpp Implement NiBillboardNode. Flags not handled yet. 11 years ago
recordptr.hpp Moved functions from niffile.cpp to where they belong. 11 years ago