1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-02-06 14:58:27 +00:00
openmw/apps/openmw
elsid f2fb3d6de8
Separate NIFFileReader from NIFFile
NIFFile might not always be created from a file or stream containing NIF data.
Basically there are 2 different responsibilities for this class:
1. Read NIF file
2. Provide input for nifosg and bulletnifloader.

Remove no longer needed NIFFileMock since the state of NIFFfile can be
initialized independently from reading NIF file.
2022-09-24 19:10:14 +02:00
..
mwbase Apply clang-format to code base 2022-09-22 21:35:26 +03:00
mwclass Apply clang-format to code base 2022-09-22 21:35:26 +03:00
mwdialogue Apply clang-format to code base 2022-09-22 21:35:26 +03:00
mwgui Apply clang-format to code base 2022-09-22 21:35:26 +03:00
mwinput Apply clang-format to code base 2022-09-22 21:35:26 +03:00
mwlua Apply clang-format to code base 2022-09-22 21:35:26 +03:00
mwmechanics Apply clang-format to code base 2022-09-22 21:35:26 +03:00
mwphysics Apply clang-format to code base 2022-09-22 21:35:26 +03:00
mwrender Separate NIFFileReader from NIFFile 2022-09-24 19:10:14 +02:00
mwscript Apply clang-format to code base 2022-09-22 21:35:26 +03:00
mwsound Apply clang-format to code base 2022-09-22 21:35:26 +03:00
mwstate Apply clang-format to code base 2022-09-22 21:35:26 +03:00
mwworld Apply clang-format to code base 2022-09-22 21:35:26 +03:00
android_main.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
CMakeLists.txt cleaned some code and fixed some naming issues 2022-09-11 17:53:53 +02:00
doc.hpp Fixed more spelling mistakes 2016-12-15 13:09:40 +01:00
engine.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
engine.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
main.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
options.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
options.hpp Add tests for openmw options 2021-10-05 22:51:12 +02:00