Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Core/Libraries/Source/WWVegas/WWMath/aabtreecull.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@


#include "aabtreecull.h"
#include "chunkio.h"
#include "iostruct.h"
#include "WWLib/chunkio.h"
#include "WWLib/iostruct.h"
#include "sphere.h"
#include "colmath.h"
#include "colmathinlines.h"
Expand Down
6 changes: 3 additions & 3 deletions Core/Libraries/Source/WWVegas/WWMath/cardinalspline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@


#include "cardinalspline.h"
#include "wwdebug.h"
#include "persistfactory.h"
#include "WWDebug/wwdebug.h"
#include "WWSaveLoad/persistfactory.h"
#include "wwmathids.h"
#include "wwhack.h"
#include "WWDebug/wwhack.h"

/*
** Force-Link this module because the linker can't detect that we actually need it...
Expand Down
4 changes: 2 additions & 2 deletions Core/Libraries/Source/WWVegas/WWMath/catmullromspline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@


#include "catmullromspline.h"
#include "persistfactory.h"
#include "WWSaveLoad/persistfactory.h"
#include "wwmathids.h"
#include "wwhack.h"
#include "WWDebug/wwhack.h"

/*
** Force-Link this module because the linker can't detect that we actually need it...
Expand Down
2 changes: 1 addition & 1 deletion Core/Libraries/Source/WWVegas/WWMath/colmathaabox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
#include "sphere.h"
#include "aabox.h"
#include "obbox.h"
#include "wwdebug.h"
#include "WWDebug/wwdebug.h"


/***********************************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion Core/Libraries/Source/WWVegas/WWMath/colmathaabtri.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
#include "colmath.h"
#include "aabox.h"
#include "tri.h"
#include "wwdebug.h"
#include "WWDebug/wwdebug.h"


/*
Expand Down
2 changes: 1 addition & 1 deletion Core/Libraries/Source/WWVegas/WWMath/colmathfrustum.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#include "aabox.h"
#include "obbox.h"
#include "frustum.h"
#include "wwdebug.h"
#include "WWDebug/wwdebug.h"


// TODO: Most of these overlap functions actually do not catch all cases of when
Expand Down
2 changes: 1 addition & 1 deletion Core/Libraries/Source/WWVegas/WWMath/colmathline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#include "sphere.h"
#include "aabox.h"
#include "obbox.h"
#include "wwdebug.h"
#include "WWDebug/wwdebug.h"


/*
Expand Down
2 changes: 1 addition & 1 deletion Core/Libraries/Source/WWVegas/WWMath/colmathobbobb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
#include "colmath.h"
#include "obbox.h"
#include "aabox.h"
#include "wwdebug.h"
#include "WWDebug/wwdebug.h"


/*
Expand Down
2 changes: 1 addition & 1 deletion Core/Libraries/Source/WWVegas/WWMath/colmathobbox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#include "sphere.h"
#include "aabox.h"
#include "obbox.h"
#include "wwdebug.h"
#include "WWDebug/wwdebug.h"



Expand Down
2 changes: 1 addition & 1 deletion Core/Libraries/Source/WWVegas/WWMath/colmathobbtri.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
#include "colmath.h"
#include "obbox.h"
#include "tri.h"
#include "wwdebug.h"
#include "WWDebug/wwdebug.h"


/*
Expand Down
2 changes: 1 addition & 1 deletion Core/Libraries/Source/WWVegas/WWMath/colmathplane.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#include "sphere.h"
#include "aabox.h"
#include "obbox.h"
#include "wwdebug.h"
#include "WWDebug/wwdebug.h"



Expand Down
2 changes: 1 addition & 1 deletion Core/Libraries/Source/WWVegas/WWMath/colmathsphere.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
#include "sphere.h"
#include "aabox.h"
#include "obbox.h"
#include "wwdebug.h"
#include "WWDebug/wwdebug.h"


// Sphere Intersection functions. Does the sphere intersect the passed in object
Expand Down
4 changes: 2 additions & 2 deletions Core/Libraries/Source/WWVegas/WWMath/cullsys.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#include "cullsys.h"
#include "wwdebug.h"
#include "wwprofile.h"
#include "WWDebug/wwdebug.h"
#include "WWDebug/wwprofile.h"


/*************************************************************************
Expand Down
6 changes: 3 additions & 3 deletions Core/Libraries/Source/WWVegas/WWMath/curve.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@


#include "curve.h"
#include "wwdebug.h"
#include "persistfactory.h"
#include "WWDebug/wwdebug.h"
#include "WWSaveLoad/persistfactory.h"
#include "wwmathids.h"
#include "wwhack.h"
#include "WWDebug/wwhack.h"

/*
** Force-Link this module because the linker can't detect that we actually need it...
Expand Down
4 changes: 2 additions & 2 deletions Core/Libraries/Source/WWVegas/WWMath/gridcull.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@


#include "gridcull.h"
#include "chunkio.h"
#include "iostruct.h"
#include "WWLib/chunkio.h"
#include "WWLib/iostruct.h"
#include "colmath.h"
#include "colmathinlines.h"

Expand Down
4 changes: 2 additions & 2 deletions Core/Libraries/Source/WWVegas/WWMath/hermitespline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@

#include "hermitespline.h"
#include "wwmathids.h"
#include "persistfactory.h"
#include "wwhack.h"
#include "WWSaveLoad/persistfactory.h"
#include "WWDebug/wwhack.h"


/*
Expand Down
8 changes: 4 additions & 4 deletions Core/Libraries/Source/WWVegas/WWMath/lookuptable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@

#include "lookuptable.h"
#include "curve.h"
#include "WWFILE.h"
#include "ffactory.h"
#include "chunkio.h"
#include "persistfactory.h"
#include "WWLib/WWFILE.h"
#include "WWLib/ffactory.h"
#include "WWLib/chunkio.h"
#include "WWSaveLoad/persistfactory.h"
#include "vector2.h"


Expand Down
6 changes: 3 additions & 3 deletions Core/Libraries/Source/WWVegas/WWMath/tcbspline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@


#include "tcbspline.h"
#include "wwdebug.h"
#include "persistfactory.h"
#include "WWDebug/wwdebug.h"
#include "WWSaveLoad/persistfactory.h"
#include "wwmathids.h"
#include "wwhack.h"
#include "WWDebug/wwhack.h"


/*
Expand Down
4 changes: 2 additions & 2 deletions Core/Libraries/Source/WWVegas/WWMath/vehiclecurve.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
#include "vehiclecurve.h"
#include "vector3.h"
#include "matrix3d.h"
#include "persistfactory.h"
#include "WWSaveLoad/persistfactory.h"
#include "wwmathids.h"
#include "wwmemlog.h"
#include "WWDebug/wwmemlog.h"


//////////////////////////////////////////////////////////////////////
Expand Down
4 changes: 2 additions & 2 deletions Core/Libraries/Source/WWVegas/WWMath/vp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
#include "vector4.h"
#include "matrix3d.h"
#include "matrix4.h"
#include "wwdebug.h"
#include "cpudetect.h"
#include "WWDebug/wwdebug.h"
#include "WWLib/cpudetect.h"
#include <memory.h>

#define SHUFFLE(x, y, z, w) (((x)&3)<< 6|((y)&3)<<4|((z)&3)<< 2|((w)&3))
Expand Down
6 changes: 3 additions & 3 deletions Core/Libraries/Source/WWVegas/WWMath/wwmath.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@


#include "wwmath.h"
#include "wwhack.h"
#include "WWDebug/wwhack.h"
#include "lookuptable.h"
#include <stdlib.h>
#include "wwdebug.h"
#include "wwprofile.h"
#include "WWDebug/wwdebug.h"
#include "WWDebug/wwprofile.h"

// TODO: convert to use loouptablemanager...
float _FastAcosTable[ARC_TABLE_SIZE];
Expand Down