- Apr 29, 2006
-
-
Shon Ferguson authored
-
Shon Ferguson authored
Added several NifStream functions and << operators to the built-in types. The new xml_extract.cpp file now compiles. Problem areas that must be fixed in the generation script were marked with !!BUG!!
-
- Apr 28, 2006
-
-
Shon Ferguson authored
-
- Apr 27, 2006
-
-
Shon Ferguson authored
Changed projects to use Multi-Threaded DLL code generation rather than Single-Threaded. This should be more compatible with MSVC++ Express Edition.
-
Shon Ferguson authored
-
Amorilia authored
-
Shon Ferguson authored
Moved some temporary defines to NIF_IO.h.
-
Shon Ferguson authored
Added optional version parameters to all NifStream functions. Couldn't figure out why it conflicted with Amorilia's later change so I used my code.
-
Amorilia authored
-
- Apr 17, 2006
-
-
Shon Ferguson authored
-
- Apr 10, 2006
-
-
Amorilia authored
- Apr 02, 2006
- Apr 01, 2006
-
-
Amorilia authored
-
- Mar 21, 2006
-
-
Amorilia authored
-
- Mar 20, 2006
-
-
Amorilia authored
Removed split-tree functions from public interface. Restored WriteFileGroup.
-
- Mar 19, 2006
-
-
Amorilia authored
Added SplitKfTree and SplitNifTree functions to the interface. SplitNifTree is implemented for Morrowind only (copied code from old WriteNifTree function), SplitKfTree is not implemented at all. These two functions replace WriteFileGroup.
-
- Mar 18, 2006
-
-
Shon Ferguson authored
Updated MergeNifTrees to handle some cross references (skin blocks). Other blocks with cross references can be added by overloading the ABlock::ReassignCrossRefs function.
-
- Mar 17, 2006
-
-
Amorilia authored
MergeActions: read NIF file and all KF files (TODO: merge them as well).
-
Amorilia authored
-
Amorilia authored
-
Shon Ferguson authored
-
Shon Ferguson authored
-
- Mar 16, 2006
-
-
Shon Ferguson authored
-
Shon Ferguson authored
-
Shon Ferguson authored
Added documentation to IControllerSequence.
-
Brandano authored
I made some little update to the script to make sure the libs are built in the proper order, and I also commented out the niflyze build string since it resides in another folder
-
Amorilia authored
-
- Mar 15, 2006
-
-
Amorilia authored
-
Amorilia authored
-
Amorilia authored
-
Amorilia authored
-
Shon Ferguson authored
-
Shon Ferguson authored
-
Shon Ferguson authored
-
Shon Ferguson authored
Fixed ReadString function so that it can read strings with \0 characters in them.
-
Amorilia authored
* Support for all ten NiStringPalette offsets. * There's still a problem with NiStringPalette: apparently the C++ string type does not allow null characters? ... Maybe we can try to find a workaround in the string reader function.
-
- Mar 14, 2006
-
-
Amorilia authored
* Changed the radius algorithm. Now the calculated center & radius values should correspond to the values found in official NIF files.
-
Shon Ferguson authored
-