Skip to content
Snippets Groups Projects
  1. Mar 21, 2007
    • Amorilia's avatar
      Changed order of %include's: Ref.h is now %included before niflib.h. It looks... · d05c3224
      Amorilia authored
      Changed order of %include's: Ref.h is now %included before niflib.h. It looks like the problem with illegal return types under SWIG is solved. (Solution suggested by Shon.)
      d05c3224
    • 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
  2. Mar 20, 2007
    • Amorilia's avatar
      * Fixes for windows build under SCons. · b2c70a66
      Amorilia authored
      * Renamed python.h to pyniflib.h to avoid confusion with the python.h file from python installation.
      * Updated python test script.
      * Enabled many things again in the swig wrapper interface, to ease debugging.
      * Added "using namespace std;" in Ref.h (as in the rest of the library)
      b2c70a66
  3. Mar 16, 2007
  4. Mar 15, 2007
  5. Mar 14, 2007
  6. Sep 30, 2006
  7. 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
  8. Aug 20, 2006
  9. Jul 04, 2006
  10. Jun 27, 2006
  11. Jun 26, 2006
  12. Jun 21, 2006
  13. Jun 17, 2006
  14. Jun 16, 2006
  15. Jun 13, 2006
  16. Jun 12, 2006
  17. Jun 11, 2006
  18. Mar 20, 2006
  19. Mar 17, 2006
  20. Feb 02, 2006
  21. Jan 18, 2006
  22. Dec 23, 2005
  23. Dec 20, 2005
  24. Dec 09, 2005
  25. Dec 04, 2005
  26. Nov 29, 2005
Loading