112 Commits

Author SHA1 Message Date
Konstantin Koch
cb01231e7d implemented Intermediate.Serializer namespace in Content Pipeline.
removed the old .tfignore file.
2015-03-29 18:16:03 +02:00
Glatzemann
968ee33394 improved Matrix.Decompose and added some more unit tests 2015-03-15 01:12:06 +01:00
Glatzemann
99216ca254 - Fixed some bugs in build system
- Build system optimizations
- Extended ProjectConverter: DX and SharpDX assemblies are now removed from linux projects to prevent errors
- Fixed a bunch of compiler warnings
- Removed DX11MetroShaderGenerator assembly. It is now included in ANX.Framework.Content.Pipeline
- Removed HLSLParser assembly. It is now included in ANX.Framework.Content.Pipeline.
- Removed shader parser from GL3-RenderSystem. It is now included in ANX.Framework.Content.Pipeline.
- Removed RenderSystem dependencies from StockShaderCodeGenerator (sscg) tool
2015-03-15 01:12:04 +01:00
SND\AstrorEnales_cp
bb4f7ccf2e Working on ModelMesh, ModelMeshCollection, ModelMeshPart and ModelMeshPartCollection tests 2015-03-15 01:11:53 +01:00
SND\AstrorEnales_cp
6c488dbca5 - Working on tests for all the graphics collection classes (Finished: ModelBoneCollection, DisplayModeCollection, ModelBone)
- Added some excludes to the AssemblyLoader to decrease startup time a little bit
2015-03-15 01:11:53 +01:00
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
SND\AstrorEnales_cp
994e894b24 Added a full test set for the TouchCollection and the TouchLocation 2015-03-15 01:11:49 +01:00
SND\AstrorEnales_cp
325aa4c152 Implemented GetHashCode methods in the Input classes and added unit tests for them, they are now fully tested 2015-03-15 01:11:48 +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
663dff347d - Added a new Sample to test all AlphaTestEffect behaviours
- Working on some tests
2015-03-15 01:11:46 +01:00
SND\AstrorEnales_cp
7c88884f63 Added full test sets for NetworkSessionProperties, PacketReader, PacketWriter and QualityOfService 2015-03-15 01:11:45 +01:00
SND\AstrorEnales_cp
b661bba5f3 Fixed a minor issue with the CurveKeyCollection 2015-03-15 01:11:44 +01:00
SND\AstrorEnales_cp
1aa7d3fe37 Added a test for comparison of all xna and anx enums and fixed some wrong enum basetypes 2015-03-15 01:11:44 +01:00
SND\AstrorEnales_cp
e74616755c - Added a full test set for the GameComponentCollection and fixed some bugs in the class
- Added Tests for PreparingDeviceSettingsEventArgs and GameComponentCollectionEventArgs
- Checked all tests for the Point, Vector2 and Rectangle class and set them to "Tested"
2015-03-15 01:11:43 +01:00
SND\AstrorEnales_cp
174fc74b4e - Added a full test set for the GameServiceContainer class
- Searched the svn log and replaced a lot of ??? Developer attributes with the real ones.
2015-03-15 01:11:42 +01:00
SND\AstrorEnales_cp
783a448db1 Fixed the CurveKeyCollection class so all CurveKeyCollection test are now passing! 2015-03-15 01:11:42 +01:00
SND\AstrorEnales_cp
646c2e5b79 - Fixed the Curve class Oscillate mode and all Curve tests are now passing!
- Added the missing Serializable attribute to the Curve class
- Added some more Development attributes
2015-03-15 01:11:41 +01:00
SND\AstrorEnales_cp
4fdad340d3 Fixed the StorageDevice and StorageContainer and native implementations 2015-03-15 01:11:40 +01:00
SND\AstrorEnales_cp
c0e2f85eae Added a lot of Developer attributes and added some colors to the OnlineStatusGenerator 2015-03-15 01:11:35 +01:00
SND\eagleeyestudios_cp
82b717c008 - Fixed missing alpha clamp in Color.cs/FromNonPremultiplied
- Added TestCase for Random Color generation using Random.
2015-03-15 01:11:34 +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
0d25ca7589 - Added OggUtils Support project by making use of the csogg and csvorbis projects
- Implemented native Song playback in OpenAL and XAudio2
- Some tweaks in the MediaPlayer and MediaQueue
- Added a testmusic.ogg file to the media folder
2015-03-15 01:11:27 +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
Glatzemann
694b1a6810 Worked on issue #993: Partly solved. DrawOrder is still open... 2015-03-15 01:11:10 +01:00
SND\eagleeyestudios_cp
6aea2f0fc4 - Updated all Linux projects using the ProjectConverter. (-> This created the missing Linux version of GL3-Rendersystem) 2015-03-15 01:11:02 +01:00
SND\eagleeyestudios_cp
ae61d9850c Fixed some Linux Reference Issues. Linux version of GL3 system still missing 2015-03-15 01:11:00 +01:00
SND\AstrorEnales_cp
0ef016dc71 - Finished Dx10, Dx11 and Metro AlphaTest.fx and EnvironmentMap.fx shader
- Implemented AlphaTestEffect and EnvironmentMapEffect classes
- Added a lightmap.png and improved the DualTextureSample to show the real deal
- Removed old Metro configurations from csproj-files and converted them anew
- Added DualTextureSample to SampleCatalog.xml
- Fixed a compile error in the PsVitaGameTimer
- PsVitaConverter now removes the not available System.Net reference from projects
2012-09-09 07:55:45 +00:00
SND\floAr_cp
708c65febc Extended DataFactory.cs to provide a full test set containing:
- extreme value permutation test
- linear test for 1 and 0
- permutation of 0 and minimum value 
- permutation of 0 and maximum value
2012-09-08 08:32:48 +00:00
SND\floAr_cp
25006ab464 Added function to DataFactory.cs to create extreme value test sets 2012-08-31 09:03:27 +00:00
SND\AstrorEnales_cp
734679616b - Added ILRepack
- Refactored the AddIn-System to allow merged assemblies (for metro, android, etc. later on)
- Added empty PsVita Sound and Media System modules
- Fixed 2 small missing excludes in the build script
- Cleaned the License headers in the shader files
- Some other refactorings
2012-08-25 17:27:45 +00:00
SND\AstrorEnales_cp
e66216d524 - Added IMicrophone native interface and implemented the Microphone class 2012-08-22 14:28:22 +00:00
Glatzemann
cbaa1b718a - cleaned up project structure and some project files
- removed old sample "XInput" (was more a test than a sample)
- ignored some more files
2012-08-22 13:00:28 +00:00
SND\GinieDp_cp
f28c1d0f10 + Implemented Transform methods for Plane structure
+ Added Tests for Plane structure
+ Implemented quaternion transforms for Vectors
2012-08-21 18:13:30 +00:00
SND\AstrorEnales_cp
cfe19d5c4a - Implemented a dynamic parameter buffer for shader parameters
- Updated the Metro shader generator
- Fixed the metro resolution being correctly set to the graphics device
2012-08-19 14:38:58 +00:00
SND\AstrorEnales_cp
67a2c482fd - Working on Metro conversion (adding the AppxManifest automatically)
- Working on Graphics initialization on Metro (already clearing with a bit of hacking!)
2012-08-13 11:23:26 +00:00
SND\AstrorEnales_cp
8881369976 Fixed the Metro converter so that executables are correctly converted. Still need to generate the certificate and add the Assets 2012-08-12 22:17:56 +00:00
SND\AstrorEnales_cp
bf97e6ba69 Updated Metro Converter and fixed a missing project reference 2012-08-12 21:43:28 +00: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
Glatzemann
5ce38121d4 some work on building ANX.Framework for Windows8 / Metro Style 2012-03-26 08:27:29 +00:00
SND\rene87_cp
9e0bdcd9dc improve Mouse and GamePad test 2012-02-19 12:47:24 +00:00
SND\rene87_cp
467be0df38 improve GamePadTest 2012-02-19 11:26:27 +00:00
SND\AstrorEnales_cp
e1d3ca0575 - Made the loading of assembly types faster and more safe
- Started working on implementing all Texture baseclass methods
2012-02-19 11:24:23 +00:00
SND\AstrorEnales_cp
1cebf6f91e - Introduced new MediaSystem creator (handling the whole Media namespace)
- Made the plugin handling internally way simpler (no tons of duplicated code anymore)
- Added empty MediaSystem to have a default for now (Windows.OpenAL)
- Added a PercentageCompleteAttribute which will be used to mark the current state of a class (0-100%)
2012-02-15 19:48:46 +00:00
Glatzemann
8d9abfeccb - fixed issue #582 and added some unit tests to test the fix.
- opened new bug #583 because the corners of the BoundingFrustum differs from the XNA implementation
2012-01-31 06:14:52 +00:00
SND\rene87_cp
3bcbe67d9c add new Inputsystem for Test
add MouseTest
2012-01-20 15:17:50 +00:00
SND\rene87_cp
9907d2c740 add MouseStateTest.cs
some other test are modified
2012-01-19 12:13:42 +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
1070e18e5c add GamePadStateTest
fixed issue #482
2011-12-06 11:54:38 +00:00