Skip to content
Snippets Groups Projects
  1. Sep 24, 2011
  2. Sep 21, 2011
  3. Sep 20, 2011
  4. Jul 23, 2011
  5. Jul 02, 2011
  6. Aug 19, 2010
  7. Jun 06, 2009
  8. Feb 14, 2009
  9. Dec 22, 2008
  10. Nov 16, 2008
  11. Sep 21, 2008
  12. Jul 18, 2007
  13. Jul 01, 2007
    • Tazpn's avatar
      Miscellaneous fixes: · a291fb4d
      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
      a291fb4d
  14. Jun 02, 2007
    • Shon Ferguson's avatar
      Updated to the latest XML. This adds several new enum types. · 5c5679b5
      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.
      5c5679b5
  15. May 27, 2007
    • Shon Ferguson's avatar
      Finished new MatTexCollection helper class which makes it possible to... · 2a0d506f
      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.
      2a0d506f
  16. May 25, 2007
  17. May 18, 2007
  18. May 16, 2007
    • Shon Ferguson's avatar
      Updated to the latest XML, which adds support for NiBinaryVoxelExtraData,... · 307b4431
      Shon Ferguson authored
      Updated to the latest XML, which adds support for NiBinaryVoxelExtraData, NiBinaryVoxelData, NiPSysCollider, NiBone, NiPSysSphericalCollider, and NiTriShapeSkinController.
      Removed erroneous bhkMeshShape object.
      Added support in the version parsing functions for versions such as "3.03" which were being parsed as "3.3.0.0" before.  These will now be parsed as "3.0.3.0."
      All Bridge Commander demo NIF files other than those that contain voxel 3D textures can now be read.
      All DAoC demo NIF files except those of version 2.3 and those that do not appear to store NIF data can now be read.
      307b4431
  19. May 07, 2007
  20. May 06, 2007
    • Shon Ferguson's avatar
      Fixed spelling of license. · 9be00bfd
      Shon Ferguson authored
      Updated Niflib to the latest XML which adds support for bhkMeshShape, NiMultiTextureProperty, NiRawImageData, and NiSequence.
      9be00bfd
  21. May 05, 2007
  22. Apr 23, 2007
  23. Apr 07, 2007
  24. Apr 06, 2007
    • Amorilia's avatar
      niflib: · b29f38e3
      Amorilia authored
      * gcc BIG_ENDIAN and LITTLE_ENDIAN name clash fix
      b29f38e3
    • Shon Ferguson's avatar
      Finished up preliminary endian support. Theoretically it should be possible... · 91c95c16
      Shon Ferguson authored
      Finished up preliminary endian support.  Theoretically it should be possible to read a big-endian file on a little-endian system, but it is not possible to do the opposite, or to create a little-endian file due to issues with the header needing to switch endian types int he middle of the generated code and always read the bytes that make up the NIF version in the same order.
      91c95c16
    • Shon Ferguson's avatar
      Laying the groundwork for Niflib to be able to work on systems with different... · 305c72bf
      Shon Ferguson authored
      Laying the groundwork for Niflib to be able to work on systems with different endian types.  All Read/Write functions now take NifInfo structures which are based by const reference.  These are also passed into the NifStream functions so they will have access to the requested endian type of the NIF as well.  Also added endian detection and swapping functions.
      305c72bf
  25. Mar 21, 2007
    • Amorilia's avatar
      The SWIG wrapper is now functional again, although only a very limited · 8cfbc343
      Amorilia authored
      number of objects are supported so far, to reduce the size of the
      wrapper. Details:
      
      * set property eolstyle:native on .cpp and .h files for better windows + linux 
        support
      
      * added small cpp file for quick nif read and write test (for
        debug purposes)
      
      * fixed memory leak due to array of non-fixed sized objects:
        Header.copyright (caused segfaults under GCC)
      
      * disabled pragma warning on NvTriStripObjects.cpp
      
      * fixed undefined behaviour of map[...] = ... map.size() ... in
        niflib.cpp (caused segfaults under GCC)
      
      * cleaned up SConstruct file
        - if DEBUG is false, TUNE is assumed
        - added TEST option
      
      * workaround in pyniflib.h for ReadNifTree (need to find better solution!)
      
      * swig wrapper interface: NiNode, NiAVObject, and NiObjectNET are
        fully supported (nothing else, for now)
      
      * now using unittest for python test script(s)
      8cfbc343
  26. Jan 08, 2007
  27. Nov 19, 2006
Loading