- Sep 21, 2006
-
-
Shon Ferguson authored
Added support for sub version 4 headers, object storage, and link method. Some objects like NiNodes already read correctly.
-
- Sep 15, 2006
-
-
Shon Ferguson authored
Fixed the relative include paths and tried to update solution, but havn't got the precompiled header working right.
-
Shon Ferguson authored
-
- Jul 25, 2006
-
-
Shon Ferguson authored
Added != operator to Matrix44. Added IsSplitMeshProxy function to NiNode.
-
- Jul 18, 2006
-
-
Shon Ferguson authored
The code I added to make NiTriBasedGeom select the correct skeleton root was wrong and has been re-written and tested. It now seems to select the same skeleton root as real NIF files. The NiTriBasedGeomData::SetUVSetCount function now sets the hasUVs bool value correctly. Fixed some skin related bugs in ComplexSh::Split.
-
- Jun 25, 2006
-
-
Shon Ferguson authored
Removed code to re-position NiTriBasedGeom nodes as part of GoToSkeletonBindPosition since correct vertex positions can now be retrieved without doing this.
-
- Jun 22, 2006
-
-
Shon Ferguson authored
Finished Skin API except for NiSkinPartition. Part of this was making NiSkinData read-only with a new interface. Fixed a bug in the SubtractRef function.
-
- 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 16, 2006
-
-
Shon Ferguson authored
-
- Jun 14, 2006
-
-
Shon Ferguson authored
Removed some cout statements I had left behind. Fixed problem with NiSkinInstance attaching itself to the skeleton root on load. Increased debug limit on strings to 4000 to allow a particular Oblivion file to load.
-
- Jun 13, 2006
-
-
Shon Ferguson authored
-
Shon Ferguson authored
GoToSkeletonBindPosition also works now as well.
-
- Jun 12, 2006
-
-
Shon Ferguson authored
-
Shon Ferguson authored
-
- Jun 10, 2006
- Jun 06, 2006
-
-
Shon Ferguson authored
Connected parents in NiNode::FixLinks and removed NULL ones.
-
Shon Ferguson authored
More functions implemented. NiNode and NiObjectNET are now good examples of how to deal with pointers. With implementation of NiNode::GetChildren function, I was able to re-enable the building up of the bind position.
-
- Jun 05, 2006
-
-
Shon Ferguson authored
Made all include paths relative so you don't have to set any directories to compile. Hopefully Amorilia will fix this in the code generation script. Implemented a few more functions.
-
- Jun 04, 2006
-
-
Shon Ferguson authored
-
Amorilia authored
-
Amorilia authored
-
- Jun 03, 2006
- May 29, 2006
-
-
Shon Ferguson authored
-
Shon Ferguson authored
-
- May 27, 2006
-
-
Shon Ferguson authored
Incorporated defines into the h and cpp files I'd already made for NiNode, NiObjectNET, and NiAVObject.
-
- 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.
-