Skip to content
Snippets Groups Projects
  1. Mar 28, 2007
  2. Mar 27, 2007
    • Shon Ferguson's avatar
      Realized that Niflib was not compiling in DLL mode, so started working on... · 58116cd2
      Shon Ferguson authored
      Realized that Niflib was not compiling in DLL mode, so started working on fixing that.  All NiObject classes need to have NIFLIB_API and NIFLIB_HIDDEN put on each public function, rather than marking the whole class.  Still a lot left to change, but niflib.cpp and ComplexShape.cpp both compile without errors in DLL mode now.
      58116cd2
  3. Mar 21, 2007
    • Amorilia's avatar
      The SWIG wrapper is now functional again, although only a very limited · 8cfbc343
      Amorilia authored
      number of objects are supported so far, to reduce the size of the
      wrapper. Details:
      
      * set property eolstyle:native on .cpp and .h files for better windows + linux 
        support
      
      * added small cpp file for quick nif read and write test (for
        debug purposes)
      
      * fixed memory leak due to array of non-fixed sized objects:
        Header.copyright (caused segfaults under GCC)
      
      * disabled pragma warning on NvTriStripObjects.cpp
      
      * fixed undefined behaviour of map[...] = ... map.size() ... in
        niflib.cpp (caused segfaults under GCC)
      
      * cleaned up SConstruct file
        - if DEBUG is false, TUNE is assumed
        - added TEST option
      
      * workaround in pyniflib.h for ReadNifTree (need to find better solution!)
      
      * swig wrapper interface: NiNode, NiAVObject, and NiObjectNET are
        fully supported (nothing else, for now)
      
      * now using unittest for python test script(s)
      8cfbc343
  4. Jan 08, 2007
  5. Nov 19, 2006
  6. Nov 01, 2006
  7. Sep 29, 2006
  8. Sep 22, 2006
  9. 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
  10. Sep 15, 2006
  11. Sep 13, 2006
  12. Sep 08, 2006
  13. Aug 20, 2006
  14. Jun 24, 2006
  15. Jun 18, 2006
  16. Jun 14, 2006
  17. Jun 11, 2006
  18. Jun 07, 2006
  19. Jun 05, 2006
  20. Jun 04, 2006
  21. Jun 03, 2006
  22. Jun 02, 2006
Loading