- Jun 22, 2006
-
-
Shon Ferguson authored
-
- Jun 18, 2006
-
-
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 14, 2006
-
-
Shon Ferguson authored
Some other DAoC related fixes to XML.
-
- Jun 10, 2006
-
-
Shon Ferguson authored
Implemented Color3 object. Adjusted project settings to make the Maya importer link faster.
-
- Jun 07, 2006
-
-
Shon Ferguson authored
Enabled precompiled headers in MS Visual C++ project. Also tried some tweaked optimization settings to make it compile faster.
-
- Jun 04, 2006
-
-
Amorilia authored
Header and footer code now in the structs. Also small update and fix to NIF_IO HeaderString read/write.
-
- Jun 02, 2006
-
-
Shon Ferguson authored
-
- May 30, 2006
-
-
Amorilia authored
Made niflib more verbose: prints blocks as it reads the NIF file (helps identifying buggy blocks); fixed output of bytes.
-
- May 28, 2006
-
-
Amorilia authored
-
Shon Ferguson authored
-
Shon Ferguson authored
-
Shon Ferguson authored
Updated license text in remaining files. Short text in all files except niflib.h, and year updated to 2006.
-
- May 27, 2006
-
-
Shon Ferguson authored
-
- 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 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.
-
- May 01, 2006
-
-
Amorilia authored
Key streaming in NIF_IO. Added xml_extract.cpp to SConstruct. !! The extracted files are based on a modified XML, with CrossRef and Link implemented as uint, and char implemented as byte. TODO: implement CrossRef and Link in niflib.h?
-
- Apr 30, 2006
-
-
Shon Ferguson authored
Did some research in the C++ FAQ and found out how to have vectors of objects that have no default constructor: http://www.parashift.com/c++-faq-lite/ctors.html#faq-10.5 Therefore, LinkGroup and CrossRefGroup were removed and the NifStream functions and << operators were shifted from blk_ref and IBlock to Link and CrossRef directly. The Python will now just have to worry about inserting the owner into the constructor of all links.
-
Shon Ferguson authored
Created NifStream and << operators for blk_ref and IBlock *. Special code will need to be generated by the Python to handle reading of links.
-
- Apr 29, 2006
-
-
Shon Ferguson authored
Implemented HeaderString class. Removed more legacy code from NIF_IO files.
-
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 27, 2006
-
-
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
-
- Mar 15, 2006
-
-
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 10, 2006
-
-
Shon Ferguson authored
-
- Feb 21, 2006
-
-
Shon Ferguson authored
Block implementation is current with DocSys again.
-
- Jan 31, 2006
-
-
Amorilia 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 14, 2006
-
-
Shon Ferguson authored
Implemented NiControllerSequence block and interface.
-