- Jun 13, 2006
-
-
Shon Ferguson authored
GoToSkeletonBindPosition also works now as well.
-
Amorilia authored
-
- Jun 12, 2006
-
-
Amorilia authored
-
Amorilia authored
SWIG wrapper improvement (but still far from complete): the generator looks into the XML to see what vector templates must be created.
-
Tazpn authored
Update Ni*Properties with helper functions. Flags are left as ushort for now until enums are generated by xml. Add DynamicCast for collections. Disabled with USE_NIFLIB_TEMPLATE_HELPERS by default to avoid showing up in python.
-
Shon Ferguson authored
-
Shon Ferguson authored
-
- Jun 11, 2006
-
-
Amorilia authored
-
Amorilia authored
Added istemplate="1" tag to the template types in the XML (only required for the basic ones, but added to the others as well for consistency). Updated generated SWIG interface file.
-
Amorilia authored
-
Amorilia authored
Shon's XML update is now also reflected in /gen/obj_defines.h.
-
Tazpn authored
-
Amorilia authored
Regenerated all the code in the gen/ folder (no more publics in NiLight, optimized "Ref.h" include).
-
Shon Ferguson authored
-
- Jun 10, 2006
-
-
Tazpn authored
-
Tazpn authored
Fix iterator issue with NiNode when clearing children and Clearing issue with NiObjectNET and controllers.
-
Shon Ferguson authored
-
Shon Ferguson authored
Implemented Color3 object. Adjusted project settings to make the Maya importer link faster.
-
- Jun 08, 2006
-
-
Shon Ferguson authored
-
Shon Ferguson authored
Ported NiPixelData functions. Aside from NiControllerSequence, all the old interfaces have now been ported and should work, however none have been tested.
-
Shon Ferguson authored
-
Shon Ferguson authored
Tried to implement functions for NiControllerSequence, but can't until problems in the XML are fixed.
-
- Jun 07, 2006
-
-
Shon Ferguson authored
-
Shon Ferguson authored
Commented out non-generated files from pch.h so that everything is not rebuilt any time a header changes. Implemented functions for various key containing objects.
-
Shon Ferguson authored
-
Shon Ferguson authored
Made DLL creation optional and added a "Release - DLL" configuration. The Release configuration creates a static library.
-
Shon Ferguson authored
-
Shon Ferguson authored
Enabled precompiled headers in MS Visual C++ project. Also tried some tweaked optimization settings to make it compile faster.
-
- Jun 06, 2006
-
-
Shon Ferguson authored
-
Shon Ferguson authored
Implemented functions for NiTriShapeData and made old NiTriBasedGeomData functions work with the new system and removed the necessity to re-size the vertex count before setting new vertices. NiTriBasedGeomData::SetVertices now simply clears out all other data. Radius and Center functions should be removed from DocSys.
-
Shon Ferguson authored
-
Shon Ferguson authored
Connected parents in NiNode::FixLinks and removed NULL ones.
-
Shon Ferguson authored
More functions implemented. NiNode and NiObjectNET are now good examples of how to deal with pointers. With implementation of NiNode::GetChildren function, I was able to re-enable the building up of the bind position.
-
- Jun 05, 2006
-
-
Shon Ferguson authored
Made all include paths relative so you don't have to set any directories to compile. Hopefully Amorilia will fix this in the code generation script. Implemented a few more functions.
-
Shon Ferguson authored
-
Amorilia authored
-
Amorilia authored
* obj/ not written unless "-b" command line option specified * user version support complete: niflib now reads Civ IV .kf files as well
-
- Jun 04, 2006
-
-
Amorilia authored
-
Amorilia authored
Header and footer code now in the structs. Also small update and fix to NIF_IO HeaderString read/write.
-
Shon Ferguson authored
-