SND\AstrorEnales_cp
be01038e1f
Fixed the DisplayMode class which was way too accessible!
...
Added Tests for:
- DisplayMode
- VertexElement
- VertexPositionColor (GetHashCode still fails)
- VertexPositionColorTexture (GetHashCode still fails)
- VertexPositionTexture
- VertexPositionNormalTexture
2015-03-15 01:11:49 +01:00
Glatzemann
fa32fcea55
added some tests
...
added some developer attributes
completed some more classes
2015-03-15 01:11:47 +01:00
SND\AstrorEnales_cp
9f4369c05d
- Working on implementing the WindowsMediaLibrary via the WMPLib
...
- Implemented nearly all classes in the Media namespace side by side with the Windows implementation
- Started adding unit tests to compare the ANX and XNA MediaLibrary behaviour
- Merged the ConvertEquals for PackedVectors to a single method that does the job equally good
2015-03-15 01:11:33 +01:00
SND\AstrorEnales_cp
488545cef3
Updated some Developer Attributes and added a test class for PackedVector/Alpha8.
...
Analyzed the Shuffle behaviour of the MediaPlayer in Xna and implemented it correctly in ANX.
2015-03-15 01:11:21 +01:00
Glatzemann
41061f8b12
- implemented feature #1026 ("Implement EffectParameter.Semantic")
...
- fixed issue #583 ("BoundingFrustum corners wrong")
2015-03-15 01:11:19 +01:00
SND\AstrorEnales_cp
5505f7dcbf
- Added PlatformSystem Plugins layer
...
- Started Windows, Metro and Linux Platform-Plugins
- Moved the RecordingSample to the Samples folder
- Started two samples for using the graphics device in a WinForms and Wpf Editor
- Refactorings in the AddIn-System
- Moved the Window initialization-code to the Platform modules
- Changed the License text in all code files which is now way smaller
- Started ProjectConverter tool which converts all the projects and solution to the target configuration
- Changed the SupportedPlatform names in the Resource files
- Changed the WIN8 define to WINDOWSMETRO which is actually meant
- Removed NLog and started our own Logger class
- Many more stuff...
2012-08-09 09:45:04 +00:00
SND\rene87_cp
3bcbe67d9c
add new Inputsystem for Test
...
add MouseTest
2012-01-20 15:17:50 +00:00
SND\rene87_cp
b3602239d9
add KeyboardStateTest.cs
2012-01-19 00:07:10 +00:00
Glatzemann
091b91ee05
- Fixed BoundingBox UnitTests.
...
- Some Improvements to AssertHelper for UnitTests.
2011-12-15 10:59:28 +00:00
SND\rene87_cp
689b796ff4
add GamePadsButtonsTest (GetHashCode doesn't work)
2011-11-23 00:04:20 +00:00
SND\rene87_cp
282729b0c0
finish the CurveKeyCollectionTest
2011-11-22 16:50:40 +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\rene87_cp
38cbd8fcd2
add GamePadTest
...
fix GamePad class
improve IGamePad
2011-11-20 11:37:51 +00:00
SND\rene87_cp
f28f02bf7a
add CurveTest
2011-11-19 19:15:10 +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\rene87_cp
89b65cc2be
add DataFactory.RandomIntValueMinMax(int min, int max)
...
add AssertHelper.ConvertEquals(XNAStorageContainer xna, ANXStorageContainer anx, String test)
add more tests to StorageDeviceTest
2011-11-19 16:06:54 +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\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
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\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
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
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
SND\xToast_cp
d7af874411
Added/Extended Unit-Tests
2011-11-04 18:44:07 +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