Skip to content
Snippets Groups Projects
  1. Dec 27, 2007
  2. Nov 20, 2007
  3. Nov 10, 2007
  4. Oct 28, 2007
  5. Sep 24, 2007
  6. Sep 22, 2007
  7. Sep 11, 2007
  8. Jul 21, 2007
  9. Jul 18, 2007
  10. Jul 14, 2007
  11. 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
  12. Jun 25, 2007
  13. Jun 24, 2007
  14. Jun 23, 2007
  15. Jun 18, 2007
  16. Jun 17, 2007
  17. Jun 15, 2007
  18. Jun 11, 2007
  19. Jun 03, 2007
  20. Jun 02, 2007
  21. May 31, 2007
  22. 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
  23. May 26, 2007
  24. May 25, 2007
  25. 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
    • Shon Ferguson's avatar
  26. May 19, 2007
Loading