- Mar 27, 2007
-
-
Shon Ferguson authored
Fixed Niflib DLL compile. All public functions should now be marked with either NIFLIB_API or NIFLIB_HIDDEN. May have missed a few here or there but they should be noticed eventually.
-
Shon Ferguson authored
Realized that Niflib was not compiling in DLL mode, so started working on fixing that. All NiObject classes need to have NIFLIB_API and NIFLIB_HIDDEN put on each public function, rather than marking the whole class. Still a lot left to change, but niflib.cpp and ComplexShape.cpp both compile without errors in DLL mode now.
-
- Jan 08, 2007
-
-
Shon Ferguson authored
-
- Nov 19, 2006
-
-
Shon Ferguson authored
-
Shon Ferguson authored
-
- Oct 05, 2006
-
-
Shon Ferguson authored
-
- Sep 23, 2006
-
-
Shon Ferguson authored
Replaced _WRITE, _READ, _STRING, AND _FIXLINKS defines with the corresponding internal function call. Replaced STANDARD_INTERNAL_FUNCTIONS with the internal function signatures. Made my Doxygen config file use relative paths and added it to SVN so everyone can generate the same documentation for themselves. Removed includes WZ added to ComplexShape. These were not missing, they are up to the user to include if they wish.
-
- Sep 22, 2006
-
-
Shon Ferguson authored
Fixed the array bug by reversing the template arguments and re-doing the declarations in the Python script.
-
- 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
-
- Sep 10, 2006
-
-
Tazpn authored
1. Add BSBound unknown values. 2. Update MotionSystem enum 3. Add LOD Bone Controller handler 4. Fix website references
-
- Sep 08, 2006
-
-
Tazpn authored
-
- Aug 06, 2006
-
-
Tazpn authored
1. Update Niflib based on recent xml changes and cleanup some of the entries added for the 3ds max Exporter. 2. Merged in changes required by 3ds Max Exporter as I try to remove the cloned copy of niflib completely from svn.
-
- Jun 25, 2006
-
-
Tazpn 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 16, 2006
-
-
Shon Ferguson 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 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
-
-
Amorilia authored
-
Shon Ferguson authored
-
Amorilia authored
-
Amorilia authored
-
Amorilia authored
-
- Jun 03, 2006
- Jun 02, 2006
-
-
Shon Ferguson authored
Moved all generated files to gen sub directory. Renamed some generated files.
-
- May 29, 2006
-
-
Shon Ferguson authored
-
Shon Ferguson authored
-
- May 27, 2006
-
-
Shon Ferguson authored
-
- May 25, 2006
-
-
Shon Ferguson authored
-