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.019May1816765424Apr23131276532131Mar3029282726232120181615143Feb27Jan13129819Nov129Oct281512530Sep292827262523222120181716151413111098727Aug222120171311625Jul22201918171687432130Jun2726252423222119181716151413121110876543230May2928272519171615141372130Apr29282717102121Mar20191817161514131211107421Feb201211108231Jan3028272520181716151413325Dec232221201816141211109854129Nov282726252217141312725Oct242322211615141312108Preparing for new Python generation method. Will break compilation for a while. obj_defines.h and obj_impl.cpp will no longer be necessary once this is complete. Updating NiObject to new Python update method. Will probably break compilation for a while.Updating NiObject to new Python update method. Will probably break compilation for a while.Moved FixLink template file from obj_impl.cpp to its own file.Moving array template to nif_basic_types so that NIF_IO won't need to be exposed.Updated Niflib to the latest XML. This significantly improves the hierarchy and adds support for BSWindModifier.Updated to the latest XML, which adds support for NiBinaryVoxelExtraData, NiBinaryVoxelData, NiPSysCollider, NiBone, NiPSysSphericalCollider, and NiTriShapeSkinController.A bit more work on the user's guide.Removed SWIG-related junk from Niflib and removed any reference to Python in the documentation.Added functions to NiImage and NiTextureProperty to allow texture name to be manipulated in <= 3.1 files.Fixed one more bug that allows 3.3.0.13 files to work again.Updated to the latest XML. This adds support for NiRollController.Fixed spelling of license.Objects now have a Create methods and register themselves in the global object map with pre-main initialization, making obj_factories.cpp obsolete.Re-exposed TYPE constants and marked them NIFLIB_API, making the TypeConst function obsolete. You now must use NiObject::TYPE instead of NiObject::TypeConst() again.Re-exposed IDENTITY constants and marked then NIFLIB_API. Now you must use MatrixXX::IDENTITY instead of MatrixXX::Identity() again.Changed the default linkage to DLL. You now have to define NIFLIB_STATIC_LINK if you want to use static linking instead of having to define USE_NIFLIB_DLL if you want to use the DLL.More documentation. I believe all the public functions should now be documented.More documentation.More documentation.More documentation.More documentation.Some more documentation.Documentation for NiGeometry-derived objects.More documentation improvements. Added documentation to NiDynamicEffect-derived objects, removed some obsolete examples, and replaced remaining references to "block" with "object" wherever possible.More documentation for NiAVObject and NiObjectNET.Made sure all classes fell into 3 namespaces: Niflib, triangle_stripper, and NvTriStrip.More documentation and minor fixes.Forgot to document one function in NiObject.More documentation for several Oblivion Havok-related objects.Finished documentation of NiObject, and removed some functions that did nothing.Moved structures contained within the ComplexShape class outside of it so that they can be wrapped with SWIG.Moved ListAncestors and FindCommonAncestor helper functions from inside of NiGeometry to public interface.Added IsAnimated function to NiObjectNET.niflib:niflib:niflib: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.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.* added SConstruct file in root, updated other SConscript files
Loading