- Mar 28, 2007
-
-
Shon Ferguson authored
Made Header and Footer functions NIFLIB_HIDDEN. Fixed comment on NIF version 3.1 A manual change by Amorilia to the generated Header.cpp and Footer.cpp files was overwritten. This needs to be fixed in the Python script.
-
- 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.
-
- Jan 08, 2007
-
-
Shon Ferguson authored
-
- Nov 19, 2006
-
-
Shon Ferguson authored
-
- Oct 05, 2006
-
-
Shon Ferguson authored
-
- Sep 15, 2006
-
-
Shon Ferguson authored
-
- Sep 10, 2006
-
-
Tazpn authored
2. Convert bspline controller offsets from ushort to uint 3. fix bug in nicontrollersequence with string palette
-
- Aug 20, 2006
-
-
Tazpn authored
2. Add support for changing the priority on NiSequenceControllers 3. Update code due to CreateBlock changes and removal of CreateNiObject.
-
- 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 11, 2006
-
-
Amorilia authored
Regenerated all the code in the gen/ folder (no more publics in NiLight, optimized "Ref.h" include).
-
- 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
- Jun 03, 2006
- Jun 02, 2006
-
-
Shon Ferguson authored
Moved all generated files to gen sub directory. Renamed some generated files.
-