- May 16, 2006
-
-
Amorilia authored
-
- May 15, 2006
-
-
Shon Ferguson authored
Moved things around and updated xml_extract.h so that everything compiles again. Other than NIF_Blocks.h/cpp which will be removed in the future, of course.
-
- May 14, 2006
-
-
Shon Ferguson authored
-
Shon Ferguson authored
-
Shon Ferguson authored
-
- May 13, 2006
-
-
Shon Ferguson authored
-
Shon Ferguson authored
-
Shon Ferguson authored
-
Shon Ferguson authored
Implemented some of the object hierarchy the new way in nif_objects.h and started updating niflib.cpp.
-
Shon Ferguson authored
Removed interfaces and moved documentation to real classes. NIF_Blocks.cpp and niflib.cpp no longer compile.
-
Shon Ferguson authored
-
- May 07, 2006
-
-
Shon Ferguson authored
Begun work on the new type of Attributes which store pointers to their data rather than the data itself. Moved some code to new files to fix problems with cross-includes. Need to decide what to do about TexSource, a struct in the external interface that should have a link in it.
-
- Apr 27, 2006
-
-
Shon Ferguson authored
-
- Apr 17, 2006
-
-
Shon Ferguson authored
-
- Apr 10, 2006
-
-
Amorilia authored
-
- Apr 02, 2006
- 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 15, 2006
-
-
Shon Ferguson authored
Fixed ReadString function so that it can read strings with \0 characters in them.
-
- Mar 12, 2006
- Jan 31, 2006
-
-
Amorilia authored
-
- Jan 28, 2006
-
-
Shon Ferguson authored
-
- Jan 27, 2006
-
-
Shon Ferguson authored
-
- Jan 25, 2006
-
-
Shon Ferguson authored
Created classes for all new 20.0.0.4 blocks. Re-implemented NiTexturingProperty as a data-style block. Still needs an interface so is currently uncontrollable.
-
- Jan 20, 2006
-
-
Amorilia authored
-
- Jan 17, 2006
-
-
Shon Ferguson authored
-
- Jan 16, 2006
-
-
Shon Ferguson authored
-
- Jan 15, 2006
-
-
Shon Ferguson authored
Several fixes to blocks that didn�t have arrays expanded in the DocSys. DocSys is now fully implemented, so all versions 4.x and 10.x files that it supports are now supported. Fixed one warning in GCC.
-
Shon Ferguson authored
Some internal changes. Fixed destructor of NiControllerSequence to remove itself as the parent of blocks it points to if it is destroyed.
-
- Jan 14, 2006
-
-
Shon Ferguson authored
Implemented NiControllerSequence block and interface.
-
Amorilia authored
-