Skip to content
Snippets Groups Projects
  1. May 19, 2007
  2. 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
  3. May 05, 2007
  4. Apr 23, 2007
  5. Apr 12, 2007
  6. Apr 06, 2007
    • 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
  7. Mar 31, 2007
    • Shon Ferguson's avatar
      Moved TypeConst function implementation out of header file. Hopefully should... · f87f9759
      Shon Ferguson authored
      Moved TypeConst function implementation out of header file. Hopefully should fix GCC visibility issue.
      Fixed GetIDString virtual function missmatch that was causing the name not to show up when the function was called from a NiObjectRef.
      Added Python-specific operator functions to Ref to prevent the wrapper from crashing on Null Refs.
      f87f9759
  8. Mar 28, 2007
  9. Mar 27, 2007
  10. Jan 08, 2007
  11. Sep 30, 2006
  12. Sep 29, 2006
  13. Sep 28, 2006
  14. Sep 15, 2006
  15. Aug 20, 2006
    • Shon Ferguson's avatar
      Added Key templates to Python wrapper. · b342b652
      Shon Ferguson authored
      Renamed CreateBlock to CreateObject and made it clear that it is not necessary for the user to call this function unless s/he is working through Python.
      Removed BlocksInMemory function.  Call NiObject::NumObjectsInMemory instead.
      Removed CreateBlock template since new keyword can be used.
      Implemented GetScale and SetScale functions of bhkNiTriStripsShape to fix linker errors when compiling Python wrapper.
      b342b652
  16. Jul 02, 2006
  17. Jun 24, 2006
  18. Jun 22, 2006
  19. Jun 18, 2006
  20. Jun 16, 2006
  21. Jun 13, 2006
  22. Jun 10, 2006
  23. Jun 04, 2006
  24. Jun 03, 2006
  25. Jun 02, 2006
  26. May 29, 2006
  27. May 28, 2006
  28. May 19, 2006
    • Shon Ferguson's avatar
      Noticed that I had forgot to include NiObject.cpp in my last commit...... · bfb2d137
      Shon Ferguson authored
      Noticed that I had forgot to include NiObject.cpp in my last commit... unfortunately I've already started splitting off classes into their own files so that's included in this commit as well.
      I also noticed that I never implemented the member functions of Ref!  I still haven't, but I was just surprised it's been compiling without complaint.
      bfb2d137
Loading