Skip to content
Snippets Groups Projects
  1. May 16, 2007
  2. May 07, 2007
  3. 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
  4. May 05, 2007
  5. May 04, 2007
    • Shon Ferguson's avatar
      More documentation. · 8d4648be
      Shon Ferguson authored
      Removed access to unknown data in NiPSysEmitterCtlrData.
      8d4648be
    • Shon Ferguson's avatar
      More documentation. · eae88166
      Shon Ferguson authored
      Some function and enum name changes in NiAlphaProperty and NiStencilProperty to be more consistent with OpenGL and the rest of Niflib.
      Removed access to unknown parameters in NiSourceTexture and merged file name access functions.
      eae88166
    • Shon Ferguson's avatar
      Some more documentation. · 878de748
      Shon Ferguson authored
      878de748
  6. Apr 24, 2007
  7. Apr 23, 2007
  8. Apr 13, 2007
  9. Apr 12, 2007
  10. Apr 07, 2007
  11. 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
    • Amorilia's avatar
      niflib: · 01e71cb0
      Amorilia authored
      * spelling fix in NiAVObject (SetCollsion -> SetCollision) - affects public interface, however I did not find SetCollsion in any of the plugins so nothing should be broken
      01e71cb0
    • 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
  12. Apr 05, 2007
    • Amorilia's avatar
      * added SConstruct file in root, updated other SConscript files · d4bc2fb9
      Amorilia authored
      * build will call nifxml_swig.py and nifxml_niflib.py
      * removed legacy swig interface generating code from niflib_niflib.py
      * removed pyniflib.i_old and obj_common.i since they are no longer used
      * set eol-style to native on some files in niflib/src/gen for linux compatibility
      * removed svn:externals property on contrib/niflib/pywrap as it is no longer needed
      d4bc2fb9
  13. Apr 03, 2007
  14. Apr 02, 2007
Loading