- Mar 27, 2007
-
-
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.
-
- Jun 17, 2006
-
-
Shon Ferguson authored
Split Niflib and Niflib for Python into separate solution files to make explaining how to build them easier.
-
Shon Ferguson authored
Implemented a missing Matrix44 function. Updated ByteArray files to current generated versions.
-
Shon Ferguson authored
Fixed double N's in NiTexturingProperty.
-
- 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.
-
- 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.
-
- Apr 29, 2006
-
-
Shon Ferguson authored
-
- Mar 13, 2006
-
-
Shon Ferguson authored
-