Skip to content
Snippets Groups Projects
  1. Jun 13, 2010
  2. Oct 12, 2009
  3. Dec 14, 2008
  4. Nov 16, 2008
  5. Oct 07, 2008
  6. Sep 07, 2008
  7. Sep 01, 2008
  8. Aug 22, 2008
  9. Jun 26, 2008
  10. Nov 20, 2007
  11. Oct 28, 2007
  12. Sep 05, 2007
  13. Jul 18, 2007
  14. Jul 14, 2007
  15. Jun 15, 2007
  16. Jun 11, 2007
  17. Jun 02, 2007
  18. May 31, 2007
  19. May 28, 2007
  20. May 27, 2007
  21. May 26, 2007
  22. May 25, 2007
  23. May 24, 2007
  24. May 20, 2007
    • Shon Ferguson's avatar
      Disabled Whole Program Optimization in project settings. This makes a full... · 64e791b0
      Shon Ferguson authored
      Disabled Whole Program Optimization in project settings.  This makes a full recompile take longer, but makes compiling after small changes to a few files much much faster.
      64e791b0
    • 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
  25. May 19, 2007
  26. May 18, 2007
  27. May 16, 2007
    • Shon Ferguson's avatar
      Updated to the latest XML, which adds support for NiBinaryVoxelExtraData,... · 307b4431
      Shon Ferguson authored
      Updated to the latest XML, which adds support for NiBinaryVoxelExtraData, NiBinaryVoxelData, NiPSysCollider, NiBone, NiPSysSphericalCollider, and NiTriShapeSkinController.
      Removed erroneous bhkMeshShape object.
      Added support in the version parsing functions for versions such as "3.03" which were being parsed as "3.3.0.0" before.  These will now be parsed as "3.0.3.0."
      All Bridge Commander demo NIF files other than those that contain voxel 3D textures can now be read.
      All DAoC demo NIF files except those of version 2.3 and those that do not appear to store NIF data can now be read.
      307b4431
  28. May 07, 2007
  29. 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
  30. May 05, 2007
  31. Apr 03, 2007
  32. Apr 01, 2007
Loading