Skip to content
Snippets Groups Projects
  1. May 01, 2012
  2. Sep 24, 2011
  3. Sep 21, 2011
  4. Sep 20, 2011
  5. Jun 29, 2011
  6. Jun 06, 2009
  7. 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
  8. May 25, 2007
  9. May 20, 2007
    • Shon Ferguson's avatar
      Niflib is now working again and using the new update method. This means: · 3df0c2d6
      Shon Ferguson authored
      - There are no longer any defines, things like inheritance class name, NIF attribute variables, and default constructor code are all visible without looking at another file.
      - All non-custom parts of the Object files are now totally identical and in the same order, so it will be easier to compare them.
      - NiObjects are now completely self-contained.  To remove them from Niflib, you have only to exclude their CPP file from the build.  To add new ones, you only have to include their new CPP file.
      - Making a change to a NiObject implementation file only causes that one file to be re-compiled, which is generally much quicker than before since the large obj_define and obj_impl files do not have to be parsed or compiled.
      - There are no longer any "Internal" versions of the Read, Write, asString, FixLinks, or GetRefs functions.  Now there is just one function for each of these with pre and post custom code areas (except for GetRefs which I didn't think needed it.)
      - Updates to the hierarchy in the XML should now be almost completely automatic.  All that should be necessary to make an update is to add any new NiObject CPP files to the build.
      - Changes to the generated parts of the NiObject files can now be made at any time, and immediately applied to all NiObjects without editing each existing one.
      3df0c2d6
  10. May 19, 2007
  11. 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
  12. May 05, 2007
  13. Apr 23, 2007
  14. Apr 12, 2007
  15. 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
  16. 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
  17. Mar 28, 2007
  18. Mar 27, 2007
  19. Jan 08, 2007
  20. Sep 30, 2006
  21. Sep 29, 2006
  22. Sep 28, 2006
  23. Sep 15, 2006
  24. 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
  25. Jul 02, 2006
  26. Jun 24, 2006
  27. Jun 22, 2006
  28. Jun 18, 2006
  29. Jun 16, 2006
  30. Jun 13, 2006
  31. Jun 10, 2006
  32. Jun 04, 2006
Loading