Skip to content
Snippets Groups Projects
  1. May 24, 2007
  2. May 23, 2007
  3. 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
    • Shon Ferguson's avatar
  4. May 19, 2007
  5. May 18, 2007
  6. May 16, 2007
  7. May 07, 2007
  8. 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
  9. May 05, 2007
  10. 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
  11. Apr 24, 2007
  12. Apr 23, 2007
  13. Apr 13, 2007
  14. Apr 12, 2007
  15. Apr 07, 2007
Loading