Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • develop default protected
  • master
  • niflib-0.6.2
  • niflib-0.6.0
  • niflib-r731
5 results
Created with Raphaël 2.2.031Mar3029282726232120181615143Feb27Jan13129819Nov129Oct281512530Sep292827262523222120181716151413111098727Aug222120171311625Jul22201918171687432130Jun2726252423222119181716151413121110876543230May2928272519171615141372130Apr29282717102121Mar20191817161514131211107421Feb201211108231Jan3028272520181716151413325Dec232221201816141211109854129Nov282726252217141312725Oct242322211615141312108Wrapped operator= in #ifndef SWIG to suppress warnings.Fixed a couple places where the Ptr() function was used unnecessarily.Moved TypeConst function implementation out of header file. Hopefully should fix GCC visibility issue.niflib:Removing precompiled header file stuff that is no longer used.Fixed Matrix44 so IDENTITY is private, and made other necessary changes due to this.niflib:Made some more DLL-related changes. The Maya plug-in now compiles (and works!) in DLL mode.relocated wrapper code to contrib/niflib/pywrapFixed Niflib DLL compile. All public functions should now be marked with either NIFLIB_API or NIFLIB_HIDDEN. May have missed a few here or there but they should be noticed eventually.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.* organized nifxml python code as a python library in a directory,* modularized swig interface to reduce wrapper size (only main niflibadded py++ libraries via external svn repositoriesChanged 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.)forgot one file in last commitmoved all testing files to new directorycopying wz's py++ wrapper to niflib treeThe SWIG wrapper is now functional again, although only a very limited* Fixes for windows build under SCons.improved detection of number of processorsignoring abstract Ref classes, update test script (still crashes on writing nif file)First working niflib python script.also moved python.h test header to swig dirmoved swig related files to seperate directoryWIP: trying to make smart pointers work again with SWIG; for the moment I commented out most of the SWIG interface to reduce wrapper size and compilation time while testingsome changes which make SWIG wrapper file 50% smaller (now compilable with 1.5GB memory)SConstruct update:fixing uint tooWIP: building the python wrapper via scons; fixing includes and ushortSConstruct fix for windows buildChanged Niflib, Niflyze, and Maya NIF Plug-in solution files to non-DLL code generation.Added a simple MakefileAdded more feedback during job detectionAdded some new files that were missed, added some improvmentsAdded some documentation to ComplexShape.hCommitting the changes to the SConstruct SCONS build system file that Xoalin contributed through the forums. Thanks Xoalin! I'm told that Niflib now compiles on GCC =)Tried to fix another GGC error.Changed C++ style unsigned int casts so GCC will be able to understand them.Changed all occurrences of uint and ushort to unsigned int and unsigned short.
Loading