- Dec 10, 2011
-
-
Amorilia authored
-
- Jun 06, 2009
-
-
Amorilia authored
niflib: removed -fpermissive flag from Makefile and fixed 32 bit pointer casts for 64 bit build (reported by guidoj, fixed with hints from Alphax, see issue #2788607)
-
- Jan 03, 2009
-
-
Tazpn authored
-
- Sep 21, 2008
-
-
Tazpn authored
-
- Sep 07, 2008
-
-
Tazpn authored
niflib: Add InertiaMatrix as first class niflib type. Add qhull to niflib. Add UpdateMassCenterInertia to bhkRigidBody and supporing bhkShape objects.
-
- Aug 23, 2008
-
-
Tazpn authored
niflib: Update to match nif.xml. Replace Float4 with Vector4. Use Vector4 in bhk objects. Introduce default values for array types.
-
- Jul 21, 2007
-
-
Tazpn authored
-
- Jul 18, 2007
-
-
Tazpn authored
-
- May 27, 2007
-
-
Shon Ferguson authored
Finished new MatTexCollection helper class which makes it possible to manipulate material properties and texture objects with the same classes regardless of the intended NIF version. Realized that only read was implemented for files with version < 3.3.0.13, so implemented write for those old versions as well.
-
- May 19, 2007
-
-
Shon Ferguson authored
-
- May 16, 2007
-
-
Shon Ferguson authored
Updated user's guide.
-
- May 06, 2007
-
-
Shon Ferguson authored
Updated Niflib to the latest XML which adds support for bhkMeshShape, NiMultiTextureProperty, NiRawImageData, and NiSequence.
-
- Apr 23, 2007
-
-
Shon Ferguson authored
More documentation improvements. Added documentation to NiDynamicEffect-derived objects, removed some obsolete examples, and replaced remaining references to "block" with "object" wherever possible.
-
- Apr 06, 2007
-
-
Shon Ferguson authored
Laying the groundwork for Niflib to be able to work on systems with different endian types. All Read/Write functions now take NifInfo structures which are based by const reference. These are also passed into the NifStream functions so they will have access to the requested endian type of the NIF as well. Also added endian detection and swapping functions.
-
- Mar 31, 2007
-
-
Shon Ferguson authored
Moved TypeConst function implementation out of header file. Hopefully should fix GCC visibility issue. Fixed GetIDString virtual function missmatch that was causing the name not to show up when the function was called from a NiObjectRef. Added Python-specific operator functions to Ref to prevent the wrapper from crashing on Null Refs.
-
- Jan 08, 2007
-
-
Shon Ferguson authored
-
- Nov 19, 2006
-
-
Shon Ferguson authored
-
Shon Ferguson authored
-
- Sep 29, 2006
-
-
Shon Ferguson authored
-
- Sep 23, 2006
-
-
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.
-
- Sep 22, 2006
-
-
Shon Ferguson authored
Fixed the array bug by reversing the template arguments and re-doing the declarations in the Python script.
-
- Sep 21, 2006
-
-
Shon Ferguson authored
Added support for sub version 4 headers, object storage, and link method. Some objects like NiNodes already read correctly.
-
- Sep 15, 2006
-
-
Shon Ferguson authored
-
- Sep 08, 2006
-
-
Shon Ferguson authored
-
Tazpn authored
-
- Jul 04, 2006
-
-
Shon Ferguson authored
Split some things that were previously part of NIF_IO.h into their own files to make SWIG wrapping work better.
-
- Jun 27, 2006
-
-
Shon Ferguson authored
Tried to implement MergeNifTrees for KF files with a NiControllerSequence root. Untested.
-
- Jun 24, 2006
-
-
Shon Ferguson authored
Made ShortString an intrinsic type to fix problems with writing them. Removed extra byte in HeaderString NifStream function.
-
- Jun 23, 2006
-
-
Shon Ferguson authored
Moved version constants to a separate file to clear up problems with no longer including NIF_IO.h in niflib.h.
-
- Jun 22, 2006
-
-
Shon Ferguson authored
-
- Jun 18, 2006
-
-
Shon Ferguson authored
Commented out functions written by Amorilia that I need to figure out how to fix.
-
Tazpn authored
Major update to python generation scripts and others. Currently just namepace and mutable size members with appropriate generated code.
-
- Jun 14, 2006
-
-
Shon Ferguson authored
Some other DAoC related fixes to XML.
-
- Jun 10, 2006
-
-
Shon Ferguson authored
Implemented Color3 object. Adjusted project settings to make the Maya importer link faster.
-
- Jun 07, 2006
-
-
Shon Ferguson authored
Enabled precompiled headers in MS Visual C++ project. Also tried some tweaked optimization settings to make it compile faster.
-
- Jun 04, 2006
-
-
Amorilia authored
Header and footer code now in the structs. Also small update and fix to NIF_IO HeaderString read/write.
-
- Jun 02, 2006
-
-
Shon Ferguson authored
-
- May 30, 2006
-
-
Amorilia authored
Made niflib more verbose: prints blocks as it reads the NIF file (helps identifying buggy blocks); fixed output of bytes.
-
- May 28, 2006
-
-
Amorilia authored
-
Shon Ferguson authored
-