SND\floAr_cp
3f3aa57192
curvekey != corrected
2011-11-20 22:29:31 +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\AstrorEnales_cp
ad1bc47a24
Working on all OpenGL classes and working on hardcore
...
error checking integration (later on this will be disabled).
2011-11-20 16:17:18 +00:00
SND\floAr_cp
26f81c06a7
null reference error in curveKey corrected (used try catch and cast to object)
2011-11-20 13:42:00 +00:00
SND\AstrorEnales_cp
58a839db81
Working on OpenGL vertex buffer, index buffer, effect and EffectParameter
2011-11-20 12:49:11 +00:00
SND\rene87_cp
38cbd8fcd2
add GamePadTest
...
fix GamePad class
improve IGamePad
2011-11-20 11:37:51 +00:00
SND\rene87_cp
af5e8134b2
update the TestCenter
2011-11-19 23:13:19 +00:00
SND\rene87_cp
9e40604119
update the TestCenter
2011-11-19 23:13:18 +00:00
SND\floAr_cp
2143a23328
changed curve key
2011-11-19 23:00:59 +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
da7a0029a6
add StorageDeviceTest
...
add StorageContainerTest
2011-11-19 12:47:46 +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\floAr_cp
49b56d3862
curve klasse done
2011-11-19 01:15:38 +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
Glatzemann
c9690928c5
fixed a small issue in Curve
2011-11-18 15:34:40 +00:00
Glatzemann
3ba3457903
first version of build packaging implemented (target create_packages)
2011-11-18 15:32:32 +00:00
SND\floAr_cp
ee9a4fa11e
curve signature done
2011-11-18 15:29:37 +00:00
Glatzemann
39dc83d33e
added NAnt 0.91 build system to the lib folder
...
added build folder
added build script for release build of ANX.Framework and all RenderSystems
fixed some issues in projects regarding compiler directives
removed StockShaderCodeGenerator from Pre-Build-Events. Build the Stock shaders using NAnt target build_stock_shaders.
started Wiki documentation for custom build switches (e.g. extended mode)
2011-11-18 11:04:26 +00:00
SND\AstrorEnales_cp
ba7af6a585
Fixed many missing licenses and implemented more signatures
2011-11-18 10:41:44 +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\AstrorEnales_cp
e050901d31
More signature corrections, only 43 wrong now :)
2011-11-17 21:12:23 +00:00
SND\AstrorEnales_cp
f461d172c5
Implemented the Media collections and corrected signatures.
2011-11-17 21:02:52 +00:00
SND\AstrorEnales_cp
bbeb6be3d1
Added the whole bunch of missing classes as empty classes for now
...
We got zero missings now ;)
2011-11-17 20:35:25 +00:00
SND\AstrorEnales_cp
9fcf9ec91f
- Working on the SpriteBatch_GLSL.fx
...
- Working on the Parameters property which now collects
the names and ids
2011-11-17 20:06:13 +00:00
SND\AstrorEnales_cp
c3007a980e
- Fixed the OpenTK reference in GL render system
...
- Improved the gl shader bytes generation alot, their now way smaller and
kinda safe against outside manipulation
2011-11-17 19:31:46 +00:00
SND\xToast_cp
f08e84341f
Unit-Tests for Vector datatypes now fully implemented.
2011-11-17 18:22:51 +00:00
SND\simsmaster_cp
a71dc9ae0f
Fixed a few warnings.
2011-11-17 17:05:27 +00:00
SND\simsmaster_cp
d2a4acbf3d
Completed implementation of Storage Namespace. Fixes #452
2011-11-17 16:51:06 +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
ceafc20244
removed some testing code
2011-11-17 10:19:00 +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
b9939387b6
2011-11-16 23:36:03 +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\GinieDp_cp
1dafda1067
- Added tests for the Design namespace
...
- Fixed all ToString methods
- Fixed some GetHashcode methods
2011-11-16 22:35:53 +00:00
SND\rene87_cp
8059966fef
add GamePadDPadTest
...
fix GamePadDPad.ToString()
2011-11-16 21:51:39 +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\AstrorEnales_cp
c005180b0e
Implemented some Net Signatures
2011-11-16 15:08:04 +00:00
SND\AstrorEnales_cp
6f602c3597
Added all Net classes as dummy
2011-11-16 15:00:54 +00:00
Glatzemann
e8cfec47c4
fixed a small issue in sscg
...
fixed build files of shaders
2011-11-16 14:53:42 +00:00
Glatzemann
3ed08ee713
fixed some references in projects
2011-11-16 14:45:01 +00:00
Glatzemann
44b2f9efef
restored missing projects in new location
2011-11-16 14:27:53 +00:00
Glatzemann
6c4391e684
removed old folders...
2011-11-16 13:56:23 +00:00
Glatzemann
12b4574a11
moved RenderSystems and InputSystems to a subfolder to clean up main folder
2011-11-16 13:52:15 +00:00
Glatzemann
2576137bde
moved RenderSystems and InputSystems to a subfolder to clean up main folder
2011-11-16 13:51:59 +00:00