Skip to content
Snippets Groups Projects
  1. Dec 10, 2011
  2. Sep 17, 2011
  3. Jun 06, 2009
  4. Mar 09, 2009
  5. Dec 22, 2008
  6. Sep 21, 2008
  7. Sep 08, 2008
  8. Sep 07, 2008
  9. Aug 23, 2008
  10. Jul 21, 2007
  11. Jul 18, 2007
  12. Jun 17, 2007
  13. 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
  14. May 07, 2007
  15. 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
  16. Apr 06, 2007
    • Amorilia's avatar
      niflib: · c9ed869c
      Amorilia authored
      * NIF_BIG/LITTLE_ENDIAN -> ENDIAN_BIG/LITTLE
      c9ed869c
    • 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
  17. Jan 08, 2007
  18. Sep 30, 2006
  19. Sep 29, 2006
  20. Sep 23, 2006
    • Shon Ferguson's avatar
      Cleared up all Doxygen and SWIG warnings. · 32a273f6
      Shon Ferguson authored
      Replaced _WRITE, _READ, _STRING, AND _FIXLINKS defines with the corresponding internal function call.
      Replaced STANDARD_INTERNAL_FUNCTIONS with the internal function signatures.
      Made my Doxygen config file use relative paths and added it to SVN so everyone can generate the same documentation for themselves.
      Removed includes WZ added to ComplexShape.  These were not missing, they are up to the user to include if they wish.
      32a273f6
  21. Sep 22, 2006
  22. Sep 21, 2006
  23. Sep 15, 2006
  24. Sep 08, 2006
  25. Jun 24, 2006
  26. Jun 22, 2006
  27. Jun 18, 2006
  28. Jun 14, 2006
  29. Jun 10, 2006
Loading