Skip to content
Snippets Groups Projects
Commit f36a9dfc authored by Shon Ferguson's avatar Shon Ferguson
Browse files

Managed to fix the structure generation.

Moved all generated files to gen sub directory.
Renamed some generated files.
parent f139cab3
No related branches found
No related tags found
No related merge requests found
Showing with 271 additions and 1004 deletions
/* Copyright (c) 2006, NIF File Format Library and Tools
All rights reserved. Please see niflib.h for licence. */
#ifndef _HKTRIANGLE_H_
#define _HKTRIANGLE_H_
#include "NIF_IO.h"
/*!
* A triangle with extra data used for physics.
*/
struct hkTriangle {
/*! Default Constructor */
hkTriangle();
/*! Default Destructor */
~hkTriangle();
/*!
* The triangle.
*/
Triangle triangle;
/*!
* Another short, doesn't look like a vertex index.
*/
ushort unknownShort;
/*!
* This appears to be a normalized vector, so probably it is a normal or
* a tangent vector or something like that.
*/
Vector3 normal;
};
#endif
This diff is collapsed.
File moved
......@@ -50,7 +50,7 @@ POSSIBILITY OF SUCH DAMAGE. */
#include "nif_math.h"
#include "NIF_IO.h"
#include "obj/NiObject.h"
#include "xml_extract.h"
#include "gen/obj_defines.h"
#include "kfm.h"
using namespace std;
......
......@@ -134,9 +134,6 @@
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
<File
RelativePath=".\docsys_extract.cpp">
</File>
<File
RelativePath=".\NIF_IO.cpp">
</File>
......@@ -152,6 +149,9 @@
RuntimeLibrary="3"/>
</FileConfiguration>
</File>
<File
RelativePath=".\Type.cpp">
</File>
<Filter
Name="obj"
Filter="">
......@@ -794,8 +794,99 @@
<File
RelativePath=".\obj\RootCollisionNode.cpp">
</File>
</Filter>
<Filter
Name="gen"
Filter="">
<File
RelativePath=".\gen\AVObject.cpp">
</File>
<File
RelativePath=".\gen\Bones.cpp">
</File>
<File
RelativePath=".\gen\BoundingBox.cpp">
</File>
<File
RelativePath=".\gen\ByteArray.cpp">
</File>
<File
RelativePath=".\gen\ControllerLink.cpp">
</File>
<File
RelativePath=".\gen\Footer.cpp">
</File>
<File
RelativePath=".\gen\FurniturePosition.cpp">
</File>
<File
RelativePath=".\gen\Header.cpp">
</File>
<File
RelativePath=".\gen\hkTriangle.cpp">
</File>
<File
RelativePath=".\gen\KeyGroup.cpp">
</File>
<File
RelativePath=".\gen\LODRange.cpp">
</File>
<File
RelativePath=".\gen\MatchGroup.cpp">
</File>
<File
RelativePath=".\gen\MipMap.cpp">
</File>
<File
RelativePath=".\gen\Morph.cpp">
</File>
<File
RelativePath=".\gen\NodeGroup.cpp">
</File>
<File
RelativePath=".\gen\obj_factories.cpp">
</File>
<File
RelativePath=".\gen\Particle.cpp">
</File>
<File
RelativePath=".\gen\QuaternionXYZW.cpp">
</File>
<File
RelativePath=".\gen\RotationKeyArray.cpp">
</File>
<File
RelativePath=".\gen\ShaderTexDesc.cpp">
</File>
<File
RelativePath=".\gen\ShortString.cpp">
</File>
<File
RelativePath=".\gen\SkinData.cpp">
</File>
<File
RelativePath=".\gen\SkinPartition.cpp">
</File>
<File
RelativePath=".\gen\SkinShape.cpp">
</File>
<File
RelativePath=".\gen\SkinShapeGroup.cpp">
</File>
<File
RelativePath=".\gen\SkinWeight.cpp">
</File>
<File
RelativePath=".\gen\StringPalette.cpp">
</File>
<File
RelativePath=".\gen\TBC.cpp">
</File>
<File
RelativePath=".\gen\TexDesc.cpp">
</File>
<File
RelativePath=".\obj\Type.cpp">
RelativePath=".\gen\TexSource.cpp">
</File>
</Filter>
</Filter>
......@@ -813,7 +904,10 @@
RelativePath=".\niflib.h">
</File>
<File
RelativePath=".\xml_extract.h">
RelativePath=".\Ref.h">
</File>
<File
RelativePath=".\Type.h">
</File>
<Filter
Name="obj"
......@@ -1455,13 +1549,101 @@
RelativePath=".\obj\NiZBufferProperty.h">
</File>
<File
RelativePath=".\obj\Ref.h">
RelativePath=".\obj\RootCollisionNode.h">
</File>
</Filter>
<Filter
Name="gen"
Filter="">
<File
RelativePath=".\obj\RootCollisionNode.h">
RelativePath=".\gen\AVObject.h">
</File>
<File
RelativePath=".\gen\Bones.h">
</File>
<File
RelativePath=".\gen\BoundingBox.h">
</File>
<File
RelativePath=".\gen\ByteArray.h">
</File>
<File
RelativePath=".\gen\ControllerLink.h">
</File>
<File
RelativePath=".\gen\Footer.h">
</File>
<File
RelativePath=".\gen\FurniturePosition.h">
</File>
<File
RelativePath=".\gen\Header.h">
</File>
<File
RelativePath=".\gen\hkTriangle.h">
</File>
<File
RelativePath=".\gen\KeyGroup.h">
</File>
<File
RelativePath=".\gen\LODRange.h">
</File>
<File
RelativePath=".\gen\MatchGroup.h">
</File>
<File
RelativePath=".\gen\MipMap.h">
</File>
<File
RelativePath=".\gen\Morph.h">
</File>
<File
RelativePath=".\gen\NodeGroup.h">
</File>
<File
RelativePath=".\gen\obj_defines.h">
</File>
<File
RelativePath=".\gen\Particle.h">
</File>
<File
RelativePath=".\gen\QuaternionXYZW.h">
</File>
<File
RelativePath=".\gen\RotationKeyArray.h">
</File>
<File
RelativePath=".\gen\ShaderTexDesc.h">
</File>
<File
RelativePath=".\gen\ShortString.h">
</File>
<File
RelativePath=".\gen\SkinData.h">
</File>
<File
RelativePath=".\gen\SkinPartition.h">
</File>
<File
RelativePath=".\gen\SkinShape.h">
</File>
<File
RelativePath=".\gen\SkinShapeGroup.h">
</File>
<File
RelativePath=".\gen\SkinWeight.h">
</File>
<File
RelativePath=".\gen\StringPalette.h">
</File>
<File
RelativePath=".\gen\TBC.h">
</File>
<File
RelativePath=".\gen\TexDesc.h">
</File>
<File
RelativePath=".\obj\Type.h">
RelativePath=".\gen\TexSource.h">
</File>
</Filter>
</Filter>
......
......@@ -4,7 +4,7 @@ All rights reserved. Please see niflib.h for licence. */
#ifndef _ABONELODCONTROLLER_H_
#define _ABONELODCONTROLLER_H_
#include "xml_extract.h"
#include "gen/obj_defines.h"
#include A_BONE_L_O_D_CONTROLLER_INCLUDE
/*
......
......@@ -4,7 +4,7 @@ All rights reserved. Please see niflib.h for licence. */
#ifndef _AKEYEDDATA_H_
#define _AKEYEDDATA_H_
#include "xml_extract.h"
#include "gen/obj_defines.h"
#include A_KEYED_DATA_INCLUDE
/*
......
......@@ -4,7 +4,7 @@ All rights reserved. Please see niflib.h for licence. */
#ifndef _APSYSCTLR_H_
#define _APSYSCTLR_H_
#include "xml_extract.h"
#include "gen/obj_defines.h"
#include A_P_SYS_CTLR_INCLUDE
/*
......
......@@ -4,7 +4,7 @@ All rights reserved. Please see niflib.h for licence. */
#ifndef _APSYSDATA_H_
#define _APSYSDATA_H_
#include "xml_extract.h"
#include "gen/obj_defines.h"
#include A_P_SYS_DATA_INCLUDE
/*
......
......@@ -4,7 +4,7 @@ All rights reserved. Please see niflib.h for licence. */
#ifndef _APARTICLEMODIFIER_H_
#define _APARTICLEMODIFIER_H_
#include "xml_extract.h"
#include "gen/obj_defines.h"
#include A_PARTICLE_MODIFIER_INCLUDE
/*
......
......@@ -4,7 +4,7 @@ All rights reserved. Please see niflib.h for licence. */
#ifndef _ABHKCONSTRAINT_H_
#define _ABHKCONSTRAINT_H_
#include "xml_extract.h"
#include "gen/obj_defines.h"
#include ABHK_CONSTRAINT_INCLUDE
/*
......
......@@ -4,7 +4,7 @@ All rights reserved. Please see niflib.h for licence. */
#ifndef _ABHKRAGDOLLCONSTRAINT_H_
#define _ABHKRAGDOLLCONSTRAINT_H_
#include "xml_extract.h"
#include "gen/obj_defines.h"
#include ABHK_RAGDOLL_CONSTRAINT_INCLUDE
/*
......
......@@ -4,7 +4,7 @@ All rights reserved. Please see niflib.h for licence. */
#ifndef _ABHKSHAPECOLLECTION_H_
#define _ABHKSHAPECOLLECTION_H_
#include "xml_extract.h"
#include "gen/obj_defines.h"
#include ABHK_SHAPE_COLLECTION_INCLUDE
/*
......
......@@ -4,7 +4,7 @@ All rights reserved. Please see niflib.h for licence. */
#ifndef _AVOIDNODE_H_
#define _AVOIDNODE_H_
#include "xml_extract.h"
#include "gen/obj_defines.h"
#include AVOID_NODE_INCLUDE
/*
......
......@@ -4,7 +4,7 @@ All rights reserved. Please see niflib.h for licence. */
#ifndef _BSBOUND_H_
#define _BSBOUND_H_
#include "xml_extract.h"
#include "gen/obj_defines.h"
#include B_S_BOUND_INCLUDE
/*
......
......@@ -4,7 +4,7 @@ All rights reserved. Please see niflib.h for licence. */
#ifndef _BSFURNITUREMARKER_H_
#define _BSFURNITUREMARKER_H_
#include "xml_extract.h"
#include "gen/obj_defines.h"
#include B_S_FURNITURE_MARKER_INCLUDE
/*
......
......@@ -4,7 +4,7 @@ All rights reserved. Please see niflib.h for licence. */
#ifndef _BSKEYFRAMECONTROLLER_H_
#define _BSKEYFRAMECONTROLLER_H_
#include "xml_extract.h"
#include "gen/obj_defines.h"
#include B_S_KEYFRAME_CONTROLLER_INCLUDE
/*
......
......@@ -4,7 +4,7 @@ All rights reserved. Please see niflib.h for licence. */
#ifndef _BSPSYSARRAYEMITTER_H_
#define _BSPSYSARRAYEMITTER_H_
#include "xml_extract.h"
#include "gen/obj_defines.h"
#include B_S_P_SYS_ARRAY_EMITTER_INCLUDE
/*
......
......@@ -4,7 +4,7 @@ All rights reserved. Please see niflib.h for licence. */
#ifndef _BSPARENTVELOCITYMODIFIER_H_
#define _BSPARENTVELOCITYMODIFIER_H_
#include "xml_extract.h"
#include "gen/obj_defines.h"
#include B_S_PARENT_VELOCITY_MODIFIER_INCLUDE
/*
......
......@@ -4,7 +4,7 @@ All rights reserved. Please see niflib.h for licence. */
#ifndef _BSXFLAGS_H_
#define _BSXFLAGS_H_
#include "xml_extract.h"
#include "gen/obj_defines.h"
#include B_S_X_FLAGS_INCLUDE
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment