- Jun 24, 2012
-
-
skyfox69 authored
-
- Jan 11, 2012
-
-
Alecu100 authored
-
- May 05, 2007
-
-
Shon Ferguson authored
Changed the default linkage to DLL. You now have to define NIFLIB_STATIC_LINK if you want to use static linking instead of having to define USE_NIFLIB_DLL if you want to use the DLL. Added a new Debug - DLL configuration. Static configurations now create either niflib_static.lib or niflib_static_debug.lib, while DLL configurations create niflib_dll.lib and niflib_dll_debug.lib along with niflib.dll and niflib_debug.dll.
-
- Apr 03, 2007
-
-
Shon Ferguson authored
Removing old Python-related files.
-
- 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
-