48 Commits

Author SHA1 Message Date
SND\rene87_cp
689b796ff4 add GamePadsButtonsTest (GetHashCode doesn't work) 2011-11-23 00:04:20 +00:00
SND\rene87_cp
f83c55788e remove CurveKeyCollectionTest.Add2() 2011-11-22 22:14:41 +00:00
SND\rene87_cp
282729b0c0 finish the CurveKeyCollectionTest 2011-11-22 16:50:40 +00:00
Glatzemann
7251ab8fcb fixed Equality operators in CurveKey and Unit tests 2011-11-21 07:44:02 +00:00
SND\rene87_cp
a4f039fa4b add CurveKeyTest
add CurveCollectionTest (only for the add(item) test)
2011-11-20 22:25:20 +00:00
SND\floAr_cp
1d2773cebd corrected some errors, commented some tests out for, well, testing purpose 2011-11-20 22:22:56 +00:00
SND\rene87_cp
526de2b5ae improve CurveTest 2011-11-20 17:27:41 +00:00
SND\rene87_cp
38cbd8fcd2 add GamePadTest
fix GamePad class
improve IGamePad
2011-11-20 11:37:51 +00:00
SND\rene87_cp
9e40604119 update the TestCenter 2011-11-19 23:13:18 +00:00
SND\xToast_cp
806367f4ff -Implemented an Corrected Vector-Methods, just Transform by Quaternion missing
-Fixed Unittests
2011-11-19 18:52:31 +00:00
SND\floAr_cp
488ad31c21 basic curve test addet (semms like it wont run, corrected some minor errors in curve 2011-11-19 09:33:25 +00:00
SND\rene87_cp
6899ffb4cc add AssertHelper.ConvertEquals(Exception xna, Exception anx, String test)
add more test in MatrixTest
2011-11-18 15:59:33 +00:00
SND\rene87_cp
2002bcdc2c fix Matrix.CreatePerspective(float width,float height,float nearPlaneDistance, float farPlaneDistance,out Matrix result)
fix Matrix.CreatePerspectiveFieldOfView(float fieldOfView,float aspectRatio, float nearPlaneDistance, float farPlaneDistance,out Matrix result)
fix Matrix.CreatePerspectiveOffCenter(float left,float right, float bottom,float top,float nearPlaneDistance,float farPlaneDistance,out Matrix result)
2011-11-17 22:29:44 +00:00
SND\xToast_cp
f08e84341f Unit-Tests for Vector datatypes now fully implemented. 2011-11-17 18:22:51 +00:00
SND\rene87_cp
03754a8c69 rename AssertHelper.CompareString(String xna, String anx, String test) to AssertHelper.ConvertEquals(String xna, String anx, String test)
remove AssertHelper.ConvertEquals(float a, float b, String test)
rename AssertHelper.CompareFloats(float xna, float anx, String test) to Asserthelper.ConvertEquals(float xna, float anx, String test)
add more test in MatrixTest
2011-11-17 15:19:24 +00:00
SND\rene87_cp
a201b8092e fix Matrix.Divide(ref Matrix matrix1, ref Matrix matrix2, out Matrix result)
fix MathHelpers.WrapAngle(float angle)
add MatrixTest.Invert()
Modified GamePaddPadTest
2011-11-17 14:34:49 +00:00
Glatzemann
bb911b8840 optimized and fixed some minor issues in MathHelper
some work on tests
better float comparison for unit tests in AssertHelper
2011-11-17 10:05:09 +00:00
SND\rene87_cp
a0b0f8f869 add AssertHelper.CompareFloats(float xna, float anx, String test)
add AssertHelper.CompareString(String xna, String anx, String test)
add GamePadTriggersTest
Fix Gamepadtriggers Properties
2011-11-16 23:30:37 +00:00
SND\rene87_cp
81ef204e94 add MathHelperTest 2011-11-16 20:11:05 +00:00
SND\xToast_cp
f1e561b2cd - Vector2, Vector3, Vector4 no more NUitn issues (except of GetHashCode)
- Vector2, Vector3, Vector4 optimised (not yet finished)
- fixed/extended some unit tests
2011-11-16 17:53:07 +00:00
SND\GinieDp_cp
4105de3c1a - fixed minor quaternion bugs
- implemented CreateFrom... quaternion methods
- quaternion seems to be feature complete
2011-11-11 23:21:26 +00:00
SND\GinieDp_cp
d78840a126 - Merged Quaternion implementations
- Fixed Quaternion tests
2011-11-10 23:41:10 +00:00
SND\xToast_cp
71bec46d54 -Added Quaternion Unit-Tests
-Some more work on BoundingFrustum done
2011-11-10 19:30:35 +00:00
Glatzemann
9e5d0858c5 changed version and copyright of ANX.InputSystem.Windows.Kinect and changed project type to assembly
implemented NormalizedShort2 and NormalizedShort4 struct
fixed a bug in NormalizedByte4
implemented Short2 and Short4 datatypes. The PackedVector namespace is now feature complete.
2011-11-09 05:54:10 +00:00
Glatzemann
d8316954bd implemented NormalizedByte2 and NormalizedByte4 structs 2011-11-08 19:14:24 +00:00
SND\xToast_cp
55228d6d3c Some more work on Boundingthings done. 2011-11-08 18:09:18 +00:00
Glatzemann
c4eba424a8 implemented Rgba64 struct 2011-11-08 16:00:58 +00:00
Glatzemann
587976c514 implemented Rgba1010102 struct 2011-11-08 15:41:07 +00:00
Glatzemann
1d28fdd27d implemented Rg32 struct 2011-11-08 15:15:23 +00:00
Glatzemann
74f7609da0 implemented HalfVector4 struct 2011-11-08 14:45:06 +00:00
Glatzemann
a2b73245e9 implemented HalfVector2 struct 2011-11-08 14:28:38 +00:00
Glatzemann
c60d9405dd implemented unpacking of HalfSingle 2011-11-08 14:02:04 +00:00
Glatzemann
77063af953 implemented HalfSingle struct, but unpacking is still missing 2011-11-08 12:18:31 +00:00
Glatzemann
e5fc7aca94 implemented Byte4 struct 2011-11-08 10:16:58 +00:00
Glatzemann
d4d2fc69db implemented Bgra4444 struct 2011-11-08 09:45:55 +00:00
Glatzemann
24ff1441e9 implemented Bgra5551 struct 2011-11-08 09:39:01 +00:00
Glatzemann
7a70d17724 implemented Bgr565 struct 2011-11-08 09:22:43 +00:00
Glatzemann
30f7b619aa Color: Fixed a small issue with FromNonPremultiplied method
Mouse: the WindowHandle is set by the RenderSystem now after creating the render window
Mouse: the cursor position is now obtained using win32 to get nice relative client window coordinates
Mouse: SetPosition handled using win32 now
2011-11-07 05:55:03 +00:00
SND\xToast_cp
85f23ea06d Implemented BoundingBox, BoundingSphere and parts of BoundingFrustum. Still some small issues to fix. 2011-11-05 19:31:10 +00:00
SND\floAr_cp
3e7b5c82af ray plane interesection done
basic test impplemented
2011-11-05 13:59:58 +00:00
SND\floAr_cp
ab8ab51856 plane - sphere intersection done
simple test for it
2011-11-05 12:18:56 +00:00
SND\xToast_cp
dc63c19732 Fixed an uploading issue 2011-11-04 18:46:38 +00:00
SND\xToast_cp
d7af874411 Added/Extended Unit-Tests 2011-11-04 18:44:07 +00:00
Glatzemann
2c46103340 TestCenter: Color has now 100% unit test code coverage and all tests are green
Color: fixed some minor issues. Color is completly finished including unit tests now.
2011-11-04 13:07:50 +00:00
Glatzemann
7423fd4532 Vector3: fixed a minor issue with divide by factor
Color: fixed some issues and implemented some missing methods
TestCenter: refactoring (moved all ConvertEquals-Methods to the new AssertHelper)
DataFactory: extended by normalized random floats
TestCenter: all Color tests are green now
2011-11-04 06:46:24 +00:00
SND\xToast_cp
4199d1fcca Added and extended different Unit-Tests 2011-11-03 20:28:32 +00:00
Glatzemann
593f33b541 SpriteBatch: fixed some issues with sizing when the sourceRectangle parameter was set
SpriteBatch/SpriteFonts: rendering of SpriteFonts is finished now
Added test cases for Vector2 static Transform
Added test cases for Matrix: CreateRotationX, CreateRotationY, CreateRotationZ, Multiply and CreateTranslation
Matrix: Fixed a bug in CreateRotationY (wrong result)
2011-11-02 16:01:05 +00:00
Glatzemann
8326720ee3 initial import 2011-10-31 05:36:24 +00:00