SND\AstrorEnales_cp
73b50ab6c3
- Translated the AlphaTest shader to GLSL (needs some more testing)
...
- Added a bunch of Development attributes
- Fixed a class file name that was different from the class name itself
2015-03-15 01:11:46 +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
0b9acc40ee
Finished the ANX.Framework side of EffectAnnotation, EffectParameter and EffectTechnique
2015-03-15 01:11:40 +01:00
SND\AstrorEnales_cp
f08d6ea189
Checked all files in the Graphics namespace and added the last missing status attributes
2015-03-15 01:11:39 +01:00
SND\AstrorEnales_cp
db82358d24
- Changed access modifiers in DisplayModeCollection to match Xna signature and fixed the usage of that class
...
- Implemented Properties of EffectParameter
- Fixed OutOfRange behaviour in multiple collection files in graphics to match xna behaviour (which just returns null)
- Implemented some methods in collection classes
2015-03-15 01:11:38 +01:00
SND\AstrorEnales_cp
085fb42ba6
Finished the BasicEffect Sample which tests all possible feature combinations of the Effect.
2015-03-15 01:11:38 +01:00
SND\AstrorEnales_cp
bff87410e9
Added some TestState and Percentage Attributes and implemented the Texture3DReader and the TextureCubeReader correctly
2015-03-15 01:11:37 +01:00
Glatzemann
5ac399a71d
added lots of developer attributes
2015-03-15 01:11:36 +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\eagleeyestudios_cp
b5d8b48376
Fixed some messed up indents in Color.cs
2015-03-15 01:11:33 +01:00
SND\eagleeyestudios_cp
dffb3bc29c
- Fixed a bug when using Color.FromNonPremultiplied:
...
Replaced the weird buggy construct of code in Color.FromNonPremultiplied with a working (non complicated) version. Code readability ftw!
2015-03-15 01:11:32 +01:00
SND\AstrorEnales_cp
61f12a03fa
- Fixed the SoundEffectReader to work the same as xna does
...
- Implemented the proper Constructor in XAudioSoundEffect for the SoundEffectReader
- Started implementing the native MediaLibrary class in the WindowsPlatformSystem
2015-03-15 01:11:32 +01:00
SND\AstrorEnales_cp
3e65589f23
Working on native DynamicSoundEffectInstance implementation in XAudio and OpenAL
2015-03-15 01:11:31 +01:00
SND\eagleeyestudios_cp
0417857fd9
- Added missing developer attributes in previously add classes
2015-03-15 01:11:31 +01:00
SND\eagleeyestudios_cp
0406947b56
Content Pipeline:
...
- Added AvailableImporters property to ImporterManager
- Choosing importers via dropdown list in a propertyGrid is now possible.
2015-03-15 01:11:30 +01:00
SND\eagleeyestudios_cp
3f6dd9b9d0
Content Pipeline:
...
- Added ImporterConverter and ProcessorConverter to enable nice dropdown list for Importer/Processor in PropertyGrids
Content Compiler:
- Enabled choosing of Processors using a neat little dropdown list in the propertyGrid.
2015-03-15 01:11:30 +01:00
Glatzemann
193cd6d61c
first working version of Texture2D ANX content pipeline
2015-03-15 01:11:29 +01:00
Glatzemann
298aad1a1c
fixed compile issue in Metro/ModernUI build
2015-03-15 01:11:29 +01:00
SND\AstrorEnales_cp
52b87d1459
Fixed some IsSupported properties for Metro and fixed the normal ANX.InputDevices.Windows.ModernUI csproj file to be "openable" under normal windows and converted it to metro
2015-03-15 01:11:28 +01:00
SND\AstrorEnales_cp
c99598446f
Fixed that Uri produces %20 in the paths and fixed an OpenALSoundEffect constructor
2015-03-15 01:11:28 +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
Glatzemann
e5ac8228ca
some more build tweaking for Windows 8
2015-03-15 01:11:26 +01:00
SND\eagleeyestudios_cp
e011a8fc1f
- Added some more types to the XmlImporter conversion list.
2015-03-15 01:11:25 +01:00
SND\eagleeyestudios_cp
3a5b123c49
Content Pipeline:
...
- XmlImporter is now nearly complete. Just conversion stuff for objects besides Single is missing
2015-03-15 01:11:25 +01:00
SND\eagleeyestudios_cp
2561e89e2e
- Updated XmlImporter to use LinqToXml, code is much cleaner now. Still supports only strings
2015-03-15 01:11:25 +01:00
SND\eagleeyestudios_cp
939ec9e719
Content Pipeline:
...
- XmlImporter is now able to import simple xml files without lists or dictionary and stuff, but its not stable yet
2015-03-15 01:11:24 +01:00
vstfs:///Framework/IdentityDomain/7a4bfd9b-e295-4cbd-a51f-ab472bcf69b7\Project Collection Service Accounts
07b67d4565
Upgrade: New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link: http://go.microsoft.com/fwlink/?LinkId=254563
2015-03-15 01:11:24 +01:00
vstfs:///Framework/IdentityDomain/7a4bfd9b-e295-4cbd-a51f-ab472bcf69b7\Project Collection Service Accounts
2da7f66228
Checked in by server upgrade
2015-03-15 01:11:23 +01:00
Glatzemann
7ec2f356dc
- some more work on build system for Windows 8
...
- minor tweaking in ProjectConverter for ModernUI / Metro
2015-03-15 01:11:23 +01:00
Glatzemann
808e63f45a
- some more tweaking in build script for Windows 8
...
- Platform no makes a difference for Windows8 and Windows8ModernUI
2015-03-15 01:11:22 +01:00
Glatzemann
188bda28a5
- added new sample "SimpleNoContent" to test some things on Windows 8 without ContentPipeline
...
- tweaked the build-script for better support on Windows 8
- fixed bug #1016 (with a workaround. new issue will follow)
- fixed some render system issues on Windows 8
2015-03-15 01:11:22 +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
7e23391940
added missing references
2015-03-15 01:11:20 +01:00
SND\AstrorEnales_cp
6f759ae509
Build a small tool to check all ANX classes about their Development attributes and generate an html report.
...
Added Development attributes to all PackedVector classes and Audio classes.
2015-03-15 01:11:20 +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
d4cce42aa8
Implemented the Framework side of DynamicSoundEffectInstance (still needs native implementation)
2015-03-15 01:11:18 +01:00
SND\AstrorEnales_cp
3bf2261cd0
Finished Task #539 and implemented some VideoPlayer logic
2015-03-15 01:11:18 +01:00
Glatzemann
2e581c6d53
implemented feature #1024 ("Implement GetParameterBySemantic of EffectParameterCollection class")
2015-03-15 01:11:17 +01:00
SND\AstrorEnales_cp
ef734ddcd3
Implemented the MediaPlayer and MediaQueue classes as preparation for native Song playback.
...
Also added the FrameworkDispatcher calls in the Game class.
Checking for possible fire and forget sound instances to be disposed in the FrameworkDispatcher update chain.
2015-03-15 01:11:17 +01:00
SND\AstrorEnales_cp
c5145397bf
Fixed issue #994 in XAudio and working on XAudio properties
2015-03-15 01:11:16 +01:00