Cosmos/source2/Users/Orvid/Orvid.Graphics
2011-08-11 19:51:29 +00:00
..
..svnbridge Moved TTF to OPFF converter to a new Tools folder, as well as made it's output valid. It previously was writing that the style of every character was 128, which doesn't exist. Also moved TimesNewRoman.opff to my OtherStuff folder. 2011-06-23 16:37:45 +00:00
Drivers Did some major work in Orvid.Graphics, which will eventually allow it to support 32-bit color. Previously it only supported 8-bit color. Because of this change, any code you have using Orvid.Graphics will no longer work. You will have to refactor your code for the new color system. 2011-06-23 19:27:52 +00:00
FontSupport Added Tiff, Bmp, and Png support to Orvid.Graphics, also added a Testbed for Image loading, and for Image manipulation. 2011-08-07 00:01:40 +00:00
ImageFormats Orvid.Graphics now supports Dxt1, Dxt2, Dxt3, Dxt4, Dxt5, A1R5G5B5, A4R4G4B4, A8B8G8R8, A8R8G8B8, R5G6B5, R8G8B8, X8B8G8R8, X8R8G8B8, L8, L8A8, A4L4, A8R3G3B2, R3G3B2, X1R5G5B5, X4R4G4B4, A1R10G10B10, and A2B10G10R10 dds image formats. 2011-08-11 19:51:29 +00:00
OForms Added my own section in the Users folder. 2011-06-13 19:54:46 +00:00
Properties Added my own section in the Users folder. 2011-06-13 19:54:46 +00:00
Shapes Gif image support added. 2011-08-08 19:55:53 +00:00
Tests/ImageFormats Added my own section in the Users folder. 2011-06-13 19:54:46 +00:00
AnimatedImage.cs Gif image support added. 2011-08-08 19:55:53 +00:00
BoundingBox.cs Added my own section in the Users folder. 2011-06-13 19:54:46 +00:00
EGAPallet.PNG Added my own section in the Users folder. 2011-06-13 19:54:46 +00:00
GraphicsDriver.cs Added my own section in the Users folder. 2011-06-13 19:54:46 +00:00
GraphicsMode.cs Added my own section in the Users folder. 2011-06-13 19:54:46 +00:00
GraphicsPlugs.cs TTF to OPFF converter in under 200 lines? Preposterous, but true. 2011-06-23 01:22:44 +00:00
Image.cs Enabled Jpeg support. 2011-08-05 03:17:10 +00:00
ImageManipulator.cs Added support for Pbm, Pgm, and Ppm image formats. Also added a method in ImageManipulator to switch the Red and Blue values in an image, to work around an issue in the Lib being used for Pbm, Pgm, and Ppm image support. Call it on the Ppm image you've loaded before using it. 2011-08-09 23:16:09 +00:00
MiImage.cs Added Tiff, Bmp, and Png support to Orvid.Graphics, also added a Testbed for Image loading, and for Image manipulation. 2011-08-07 00:01:40 +00:00
Monitor.cs Did some major work in Orvid.Graphics, which will eventually allow it to support 32-bit color. Previously it only supported 8-bit color. Because of this change, any code you have using Orvid.Graphics will no longer work. You will have to refactor your code for the new color system. 2011-06-23 19:27:52 +00:00
Orvid.Graphics.csproj Got basic Dds image loading working, only Dxt1 compression is supported at the moment, but the others are in the process of getting working 2011-08-10 02:50:13 +00:00
Orvid.Graphics.csproj.user Added my own section in the Users folder. 2011-06-13 19:54:46 +00:00
Pixel.cs Added support for Vbp images. (A very obscure format :P) As well as added an ImageManipulator class, which is able to resize images, with currently one of 3 different algorithms, Nearest Neighbor, Bi-Linear, and Bi-Cubic. Support for more algorithms will be added in the future, same goes for image formats. 2011-08-05 02:55:53 +00:00
Vec2.cs Did some major work in Orvid.Graphics, which will eventually allow it to support 32-bit color. Previously it only supported 8-bit color. Because of this change, any code you have using Orvid.Graphics will no longer work. You will have to refactor your code for the new color system. 2011-06-23 19:27:52 +00:00
VGAPallet.png Added my own section in the Users folder. 2011-06-13 19:54:46 +00:00