Skip to content
Snippets Groups Projects
  1. Sep 28, 2006
  2. Sep 23, 2006
    • Shon Ferguson's avatar
      Cleared up all Doxygen and SWIG warnings. · 32a273f6
      Shon Ferguson authored
      Replaced _WRITE, _READ, _STRING, AND _FIXLINKS defines with the corresponding internal function call.
      Replaced STANDARD_INTERNAL_FUNCTIONS with the internal function signatures.
      Made my Doxygen config file use relative paths and added it to SVN so everyone can generate the same documentation for themselves.
      Removed includes WZ added to ComplexShape.  These were not missing, they are up to the user to include if they wish.
      32a273f6
  3. Sep 22, 2006
  4. Sep 21, 2006
    • Shon Ferguson's avatar
      Updated to latest XML. · 78867004
      Shon Ferguson authored
      78867004
    • Shon Ferguson's avatar
      Added support for sub version 4 headers, object storage, and link method. ... · c0236f86
      Shon Ferguson authored
      Added support for sub version 4 headers, object storage, and link method.  Some objects like NiNodes already read correctly.
      c0236f86
    • Shon Ferguson's avatar
      Renamed the following functions: · 94ad93ed
      Shon Ferguson authored
      CheckNifHeader -> GetNifVersion
      GetVersion -> ParseVersionString
      IsVersionSupported -> IsSupportedVersion
      Added new function, FormatVersionString, to format integer version numbers as a #.#.#.# string.
      GetNifVersion so it no longer returns VER_UNSUPPORTED.  It now always returns the actual version value, if possible, which can be passed to IsSupportedVersion if desired.
      GetNifVersion now supports version numbers lower than 4.
      Added versions 4.0.0.0 and 10.1.0.106 to version constants and IsSupportedVersion function.
      Updated some documentation.
      94ad93ed
  5. Sep 20, 2006
    • Shon Ferguson's avatar
      Changed WriteNifTree, and WriteFileGroup functions to take NifInfo structures... · 33257b5e
      Shon Ferguson authored
      Changed WriteNifTree, and WriteFileGroup functions to take NifInfo structures instead of version and user_version arguments.
      Changed ReadNifList and ReadNifTree to optionally fill a passed in NifInfo structure with information from the header of the NIF file they read.
      Fixed some tabs that were done with spaces instead of actual tab characters.
      Updated from XML.
      
      33257b5e
  6. Sep 18, 2006
    • Tazpn's avatar
      Miscellaneous fixes: · ff0a0d05
      Tazpn authored
      1. Update NiStencilProperty based on Shon's changes
      2. Rewrote large chunks of WriteFileGroup related routines.
      3. Added a WriteNifTree which allows for multiple roots (not exposed publically)
      4. Added option to BindSkin to scene instead of skeleton root.
      5. Fixed bug in RemoveController
      6. Added helpers to NiControllerManager for sequence management
      7. Propegated user_version in routines which take a version
      ff0a0d05
  7. Sep 17, 2006
  8. Sep 15, 2006
  9. Sep 08, 2006
  10. Aug 20, 2006
    • Tazpn's avatar
      1. Fix issues with writing out KF files related to footer · dbfb4dce
      Tazpn authored
      2. Add support for changing the priority on NiSequenceControllers
      3. Update code due to CreateBlock changes and removal of CreateNiObject.
      dbfb4dce
    • 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
    • Tazpn's avatar
      1. Fix issue with exporting with user version specified. Oblivion CS will... · f1e8cd49
      Tazpn authored
      1. Fix issue with exporting with user version specified.  Oblivion CS will crash if not set correctly.
      2. Fix issues with nif export in general around bhk ordering (ported over from gundalfs changes)
      3. Civ4 Shader support for max
      4. Numerous bug fixes to max.
      
      f1e8cd49
  11. Jul 20, 2006
  12. Jul 18, 2006
  13. Jul 08, 2006
  14. Jul 03, 2006
  15. Jun 27, 2006
  16. Jun 25, 2006
  17. Jun 24, 2006
  18. Jun 22, 2006
  19. Jun 18, 2006
  20. Jun 16, 2006
  21. Jun 14, 2006
  22. Jun 13, 2006
  23. Jun 12, 2006
Loading