- Dec 10, 2011
-
-
Amorilia authored
-
- Sep 17, 2011
-
-
Amorilia authored
Provide defaults for the read values, and check for premature read failures (contributed by gentle_sal, see niftools issue #3403926).
-
- Jun 06, 2009
- Mar 09, 2009
-
-
Amorilia authored
-
- Dec 22, 2008
-
-
Tazpn authored
-
- Sep 21, 2008
-
-
Tazpn authored
-
- Sep 08, 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
-
- Jun 17, 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 07, 2007
-
-
Shon Ferguson authored
Fixed several bugs that were preventing support for old 3.1 and below files from working. Many of these can now be loaded. Added version 3.1 to list of "supported" versions.
-
- May 06, 2007
-
-
Shon Ferguson authored
Updated Niflib to the latest XML which adds support for bhkMeshShape, NiMultiTextureProperty, NiRawImageData, and NiSequence.
-
- Apr 06, 2007
-
-
Amorilia authored
* NIF_BIG/LITTLE_ENDIAN -> ENDIAN_BIG/LITTLE
-
Amorilia authored
* gcc BIG_ENDIAN and LITTLE_ENDIAN name clash fix
-
Shon Ferguson authored
Finished up preliminary endian support. Theoretically it should be possible to read a big-endian file on a little-endian system, but it is not possible to do the opposite, or to create a little-endian file due to issues with the header needing to switch endian types int he middle of the generated code and always read the bytes that make up the NIF version in the same order.
-
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.
-
- Jan 08, 2007
-
-
Shon Ferguson authored
Properly capitalized include file names in niflib.cpp.
-
Shon Ferguson authored
-
- Sep 30, 2006
-
-
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
Several fixes to XML and Niflib to enable all my files from Freedom Force (except with NiClodData), Oblivion, CivIV, Morrowind, Zoo Tycoon 2, and DAoC to load in Niflib and NifSkope. Includes the two strange Oblivion files with version 3.3.0.13 and version 10.0.1.2.
-
- 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
Fixed the relative include paths and tried to update solution, but havn't got the precompiled header working right.
-
Shon Ferguson authored
-
- Sep 08, 2006
-
-
Tazpn authored
-
- Jun 24, 2006
-
-
Shon Ferguson authored
-
Shon Ferguson authored
-
Shon Ferguson authored
Made ShortString an intrinsic type to fix problems with writing them. Removed extra byte in HeaderString NifStream function.
-
- 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.
-
Shon Ferguson authored
Removed some cout statements I had left behind. Fixed problem with NiSkinInstance attaching itself to the skeleton root on load. Increased debug limit on strings to 4000 to allow a particular Oblivion file to load.
-
- Jun 10, 2006
-
-
Shon Ferguson authored
Implemented Color3 object. Adjusted project settings to make the Maya importer link faster.
-