20 Commits

Author SHA1 Message Date
Konstantin Koch
c335f183cb Removed some CLSCompliant warnings 2015-09-30 19:41:35 +02:00
Konstantin Koch
17d0771b03 Placed the importers into different categories for the "importing existing files" dialog in Visual Studio.
Fixed a performance problem in the Visual Studio extension where no importer or processor was selected for an asset.
Fixed that the asset names for Uri encoded in the build output.
Fixed that errors when serializing assets get logged.
Sped up ImporterManager.GuessImporterByFileExtension, which caused performance problems if many assemblies are loaded into the current AppDomain.
Made the AssimpImporter library deploy the binary files again (hopefully just a temporary solution until we've found a better way.)
Provide a extension for TargetPlatform enum for getting the DisplayName of an entry.
Changed that ProcessorManager.GetProcessorDisplayName doesn't throw an exception if no processor with the given name exists, which now mimicks the same behavior as in importerManager.GetImporterDisplayName.
2015-04-26 19:47:26 +02: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
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
1f45cd9038 - added Developer-Attribute for tagging classes responsibility
- added a bunch of Completion- and Developer-Tags
2012-08-29 13:14:00 +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
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
Glatzemann
8326720ee3 initial import 2011-10-31 05:36:24 +00:00