- Jun 22, 2006
-
-
Shon Ferguson authored
-
Shon Ferguson authored
-
- Jun 18, 2006
-
-
Shon Ferguson authored
-
Shon Ferguson authored
Commented out functions written by Amorilia that I need to figure out how to fix.
-
Tazpn authored
Major update to python generation scripts and others. Currently just namepace and mutable size members with appropriate generated code.
-
- Jun 17, 2006
-
-
Shon Ferguson authored
-
- Jun 14, 2006
-
-
Shon Ferguson authored
Some other DAoC related fixes to XML.
-
- Jun 13, 2006
-
-
Amorilia authored
-
- Jun 07, 2006
-
-
Shon Ferguson authored
Made DLL creation optional and added a "Release - DLL" configuration. The Release configuration creates a static library.
-
Shon Ferguson authored
-
- Jun 04, 2006
-
-
Shon Ferguson authored
-
- Jun 02, 2006
-
-
Shon Ferguson authored
Moved all generated files to gen sub directory. Renamed some generated files.
-
- May 29, 2006
-
-
Amorilia authored
-
- May 28, 2006
-
-
Shon Ferguson authored
Updated license text in remaining files. Short text in all files except niflib.h, and year updated to 2006.
-
- May 19, 2006
-
-
Shon Ferguson authored
Noticed that I had forgot to include NiObject.cpp in my last commit... unfortunately I've already started splitting off classes into their own files so that's included in this commit as well. I also noticed that I never implemented the member functions of Ref! I still haven't, but I was just surprised it's been compiling without complaint.
-
- May 17, 2006
-
-
Shon Ferguson authored
Got rid of globals for good measure.
-
- 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 13, 2006
-
-
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 29, 2006
-
-
Shon Ferguson authored
Created Link, LinkGroup, CrossRef, and CrossRefGroup classes which automate the process of adding and removing links and cross references to a block. Had to put them in Nif_Blocks to avoid including that file in NIF_IO.
-
- Apr 17, 2006
-
-
Shon Ferguson authored
-
- Apr 10, 2006
-
-
Amorilia authored
-
- Apr 02, 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
Added documentation to IControllerSequence.
-
Amorilia authored
-
- Mar 14, 2006
-
-
Shon Ferguson authored
-
- Mar 13, 2006
-
-
Shon Ferguson authored
Brought NiControllerSequence up to date with DocSys, but commented out interface functions for later implementation.
-
- Mar 12, 2006
-
-
Amorilia authored
-
- Mar 11, 2006
-
-
Shon Ferguson authored
-