-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
72 additions
and
20 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,25 @@ | ||
collision.cpp | ||
c:\users\aikid\onedrive\documents\visual studio 2015\projects\mathlibrary\math library\collision.cpp(27): warning C4018: '<': signed/unsigned mismatch | ||
c:\users\aikid\onedrive\documents\visual studio 2015\projects\mathlibrary\math library\collision.cpp(35): warning C4018: '<': signed/unsigned mismatch | ||
c:\users\aikid\onedrive\documents\visual studio 2015\projects\mathlibrary\math library\collision.cpp(45): warning C4018: '<': signed/unsigned mismatch | ||
c:\users\aikid\onedrive\documents\visual studio 2015\projects\mathlibrary\math library\collision.cpp(50): warning C4018: '<': signed/unsigned mismatch | ||
c:\users\aikid\onedrive\documents\visual studio 2015\projects\mathlibrary\math library\collision.cpp(57): warning C4018: '<': signed/unsigned mismatch | ||
c:\users\aikid\onedrive\documents\visual studio 2015\projects\mathlibrary\math library\collision.cpp(187): warning C4804: '<=': unsafe use of type 'bool' in operation | ||
c:\users\aikid\onedrive\documents\visual studio 2015\projects\mathlibrary\math library\collision.cpp(230): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data | ||
c:\users\aikid\onedrive\documents\visual studio 2015\projects\mathlibrary\math library\collision.cpp(243): warning C4804: '<=': unsafe use of type 'bool' in operation | ||
Math Library.vcxproj -> C:\Users\Aikid\OneDrive\Documents\Visual Studio 2015\Projects\MathLibrary\Debug\Math Library.lib | ||
Build started 3/23/2016 11:19:32 AM. | ||
1>Project "C:\Users\kevin.moore\Documents\Visual Studio 2015\Projects\MathLibrary\Math Library\Math Library.vcxproj" on node 2 (Build target(s)). | ||
1>ClCompile: | ||
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /ZI /nologo /W3 /WX- /sdl /Od /Oy- /D _MBCS /Gm /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\\" /Fd"Debug\Math Library.pdb" /Gd /TP /analyze- /errorReport:prompt collision.cpp | ||
collision.cpp | ||
1>c:\users\kevin.moore\documents\visual studio 2015\projects\mathlibrary\math library\collision.cpp(28): warning C4018: '<': signed/unsigned mismatch | ||
1>c:\users\kevin.moore\documents\visual studio 2015\projects\mathlibrary\math library\collision.cpp(36): warning C4018: '<': signed/unsigned mismatch | ||
1>c:\users\kevin.moore\documents\visual studio 2015\projects\mathlibrary\math library\collision.cpp(46): warning C4018: '<': signed/unsigned mismatch | ||
1>c:\users\kevin.moore\documents\visual studio 2015\projects\mathlibrary\math library\collision.cpp(51): warning C4018: '<': signed/unsigned mismatch | ||
1>c:\users\kevin.moore\documents\visual studio 2015\projects\mathlibrary\math library\collision.cpp(58): warning C4018: '<': signed/unsigned mismatch | ||
1>c:\users\kevin.moore\documents\visual studio 2015\projects\mathlibrary\math library\collision.cpp(194): warning C4804: '<=': unsafe use of type 'bool' in operation | ||
1>c:\users\kevin.moore\documents\visual studio 2015\projects\mathlibrary\math library\collision.cpp(237): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data | ||
1>c:\users\kevin.moore\documents\visual studio 2015\projects\mathlibrary\math library\collision.cpp(250): warning C4804: '<=': unsafe use of type 'bool' in operation | ||
Lib: | ||
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\Lib.exe /OUT:"C:\Users\kevin.moore\Documents\Visual Studio 2015\Projects\MathLibrary\Debug\Math Library.lib" /NOLOGO Debug\collision.obj | ||
Debug\mat3.obj | ||
Debug\shapes.obj | ||
Debug\vec2.obj | ||
Debug\vec3.obj | ||
Math Library.vcxproj -> C:\Users\kevin.moore\Documents\Visual Studio 2015\Projects\MathLibrary\Debug\Math Library.lib | ||
1>Done Building Project "C:\Users\kevin.moore\Documents\Visual Studio 2015\Projects\MathLibrary\Math Library\Math Library.vcxproj" (Build target(s)). | ||
|
||
Build succeeded. | ||
|
||
Time Elapsed 00:00:00.39 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions
4
Math Library/Debug/Math Library.tlog/Math Library.lastbuildstate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#TargetFrameworkVersion=v4.0:PlatformToolSet=v140:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=8.1 | ||
Debug|Win32|C:\Users\Aikid\OneDrive\Documents\Visual Studio 2015\Projects\MathLibrary\| | ||
#TargetFrameworkVersion=v4.0:PlatformToolSet=v140:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit | ||
Debug|Win32|C:\Users\kevin.moore\Documents\Visual Studio 2015\Projects\MathLibrary\| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
#include "kmath.h" | ||
|
||
|
||
|
||
namespace kml | ||
{ | ||
struct CollisionData // Wrapper for Minimum Translation Vector | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,20 @@ | ||
main.cpp | ||
TestProject.vcxproj -> C:\Users\Aikid\OneDrive\Documents\Visual Studio 2015\Projects\MathLibrary\Debug\TestProject.exe | ||
Build started 3/23/2016 11:19:32 AM. | ||
1>Project "C:\Users\kevin.moore\Documents\Visual Studio 2015\Projects\MathLibrary\TestProject\TestProject.vcxproj" on node 2 (Build target(s)). | ||
1>Link: | ||
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:PROMPT /OUT:"C:\Users\kevin.moore\Documents\Visual Studio 2015\Projects\MathLibrary\Debug\TestProject.exe" /INCREMENTAL /NOLOGO /LIBPATH:"C:\Users\kevin.moore\Documents\Visual Studio 2015\Projects\MathLibrary\Debug" sfw_d.lib "Math Library.lib" kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /Debug /PDB:"C:\Users\kevin.moore\Documents\Visual Studio 2015\Projects\MathLibrary\Debug\TestProject.pdb" /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:\Users\kevin.moore\Documents\Visual Studio 2015\Projects\MathLibrary\Debug\TestProject.lib" /MACHINE:X86 Debug\Assets.obj | ||
Debug\collider.obj | ||
Debug\crenderutils.obj | ||
Debug\Input.obj | ||
Debug\main.obj | ||
Debug\RigidBody.obj | ||
Debug\Time.obj | ||
Debug\transform.obj | ||
Debug\Window.obj | ||
..\Debug\sfw.lib | ||
..\Debug\sfw_d.lib | ||
TestProject.vcxproj -> C:\Users\kevin.moore\Documents\Visual Studio 2015\Projects\MathLibrary\Debug\TestProject.exe | ||
1>Done Building Project "C:\Users\kevin.moore\Documents\Visual Studio 2015\Projects\MathLibrary\TestProject\TestProject.vcxproj" (Build target(s)). | ||
|
||
Build succeeded. | ||
|
||
Time Elapsed 00:00:00.16 |
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions
4
TestProject/Debug/TestProject.tlog/TestProject.lastbuildstate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#TargetFrameworkVersion=v4.0:PlatformToolSet=v140:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=8.1 | ||
Debug|Win32|C:\Users\Aikid\OneDrive\Documents\Visual Studio 2015\Projects\MathLibrary\| | ||
#TargetFrameworkVersion=v4.0:PlatformToolSet=v140:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit | ||
Debug|Win32|C:\Users\kevin.moore\Documents\Visual Studio 2015\Projects\MathLibrary\| |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ namespace kml | |
void update(Collision c) | ||
{ | ||
Handle<Entity> t; | ||
|
||
//TODO add static equation | ||
} | ||
}; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
#include "transform.h" | ||
#include "collision.h" | ||
|
||
|
||
namespace kml | ||
{ | ||
struct Collider : GCData<Collider> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters