- Apr 05, 2008
- Dec 27, 2007
-
-
Amorilia authored
-
- Nov 20, 2007
-
-
Steve Carrow authored
-
- Nov 10, 2007
-
-
Amorilia authored
-
- Oct 28, 2007
-
-
Tazpn authored
-
- Sep 24, 2007
- Sep 22, 2007
-
-
Tazpn authored
-
- Sep 11, 2007
-
-
Tazpn authored
-
- Jul 21, 2007
- Jul 18, 2007
- Jul 14, 2007
- Jul 01, 2007
-
-
Tazpn authored
- Fix issue with exporting Skin data causing missing vertexes in nifskope - add helper methods for collision related export. - fix crashes when exporting animation
-
- Jun 25, 2007
- Jun 24, 2007
- Jun 23, 2007
-
-
Tazpn authored
-
- Jun 18, 2007
-
-
Tazpn authored
Add helper methods to transform shape and fix some typos.
-
- Jun 17, 2007
- Jun 15, 2007
-
-
Tazpn authored
Add miscellaneous collision support helper methods
-
- Jun 11, 2007
-
-
Shon Ferguson authored
It seems that a NIF file with NULL property links is still able to be opened by the game engine, so added tests for this in a few places rather than assuming that all links are not NULL.
-
- Jun 03, 2007
-
-
Shon Ferguson authored
Added more NormalizeKeys functions. Added some other functions to some controllers to expose their data.
-
- Jun 02, 2007
-
-
Shon Ferguson authored
-
Shon Ferguson authored
Separated reference counting features of NiObject into new RefObject class. This way they won't be buried in the obj folder. Started adding NormalizeKeys functions to data objects, interpolators, and controllers that deal with keys. Not yet finished.
-
Tazpn authored
-
- May 31, 2007
-
-
Shon Ferguson authored
Fixing paths in MatTexCollection.cpp to be relative.
-
- May 27, 2007
-
-
Shon Ferguson authored
Finished new MatTexCollection helper class which makes it possible to manipulate material properties and texture objects with the same classes regardless of the intended NIF version. Realized that only read was implemented for files with version < 3.3.0.13, so implemented write for those old versions as well.
-
- May 26, 2007
-
-
Shon Ferguson authored
-
- May 25, 2007
-
-
Shon Ferguson authored
Since there seemed to be no way to make pre-main initialization work for statically linking the library, I went back to using a CPP file that includes all the NiObject files and registers each one with the ObjectRegistry.
-
Shon Ferguson authored
-
Shon Ferguson authored
Moved Object Registration/Creation functionality into new ObjectRegistry class. Hopefully this fixes the issue with the object map not being initialized yet since it is a static member of the class and should theoretically be initialized before code in functions of that class can be executed. Seems to work for me, but I'll wait until Tazpn tests it to declare it fixed.
-
Shon Ferguson authored
-