Log of /trunk/gr2lib_typedefs/typeeditors
Directory Listing
Revision
63 -
Directory Listing
Modified
Fri Aug 13 01:32:40 2010 UTC
(10 years, 6 months ago)
by
william
remove GIF format, this is not supported by XNA Texture2D, and will never be supported by this tool.
Revision
60 -
Directory Listing
Modified
Thu Aug 12 19:10:02 2010 UTC
(10 years, 6 months ago)
by
william
When viewing/exporting image, be sure to call GrannySwapRGBAToBGRA, so that the colors will be correct.
Revision
56 -
Directory Listing
Modified
Thu Aug 12 18:40:52 2010 UTC
(10 years, 6 months ago)
by
william
redesigned the pixel class so that it has a member that represents the pixel bytes, and
so that things like the NativeTexture/Pointer, imageindex, mipindex, etc can be at the top-level
rather than attached to every element of the byte list.
Revision
51 -
Directory Listing
Modified
Wed Aug 11 09:45:49 2010 UTC
(10 years, 6 months ago)
by
william
Add preliminary support for importing texutres as bink textures
Revision
49 -
Directory Listing
Modified
Sun Aug 8 07:43:37 2010 UTC
(10 years, 7 months ago)
by
william
continue support for ST3C textures...
Have BGR ST3C Texture Colors somwhate correct.
BGRA, still having problems with colors & alpha bein applied when there is no alpha
Revision
48 -
Directory Listing
Modified
Sat Aug 7 02:42:31 2010 UTC
(10 years, 7 months ago)
by
william
continue support for importing textures
Revision
47 -
Directory Listing
Modified
Fri Aug 6 23:07:38 2010 UTC
(10 years, 7 months ago)
by
william
implemented Texture Creator binder to bind to the appropriate texture creator based on file type.
Revision
42 -
Directory Listing
Modified
Thu Aug 5 22:54:13 2010 UTC
(10 years, 7 months ago)
by
william
continue s3tc update
Revision
38 -
Directory Listing
Modified
Thu Aug 5 20:56:59 2010 UTC
(10 years, 7 months ago)
by
william
attempt to implement some managed texture creators, so the the texture creation
can be maintained on a per-texture-type basis.
Revision
33 -
Directory Listing
Modified
Thu Aug 5 12:59:04 2010 UTC
(10 years, 7 months ago)
by
william
bulk commit - continue update to support s3tc texture import (DDS)
Revision
32 -
Directory Listing
Modified
Wed Aug 4 10:17:09 2010 UTC
(10 years, 7 months ago)
by
william
continue update to import dds textures
Revision
31 -
Directory Listing
Modified
Tue Aug 3 10:09:17 2010 UTC
(10 years, 7 months ago)
by
william
Changed ULLayoutEditor so that pixel layouts can be chosen via the granny_pixel_layout enum, just like the subformat can
Revision
30 -
Directory Listing
Modified
Tue Aug 3 09:20:25 2010 UTC
(10 years, 7 months ago)
by
william
add support to handle texture creation from different types of images
Revision
29 -
Directory Listing
Modified
Mon Aug 2 08:57:24 2010 UTC
(10 years, 7 months ago)
by
william
Implement the importing/saving of user images...
Imported Image(s) Encoding must be forced to: granny_texture_encoding.GrannyRawTextureEncoding
For the images to be read/written properly.
If colors are messed up - try switching between the RGB(A) and BGR(A) SubFormats
Revision
27 -
Directory Listing
Modified
Mon Aug 2 03:33:57 2010 UTC
(10 years, 7 months ago)
by
william
call coreapi.TextureSupport.GrannyFreeBuilderResult(ReferenceTexture.NativePointer);
when finsihed with the texture
Revision
21 -
Directory Listing
Modified
Sun Aug 1 06:31:31 2010 UTC
(10 years, 7 months ago)
by
william
Add some UI Editors
Revision
18 -
Directory Listing
Added
Sun Aug 1 03:01:19 2010 UTC
(10 years, 7 months ago)
by
william
Add dependencies:
**PropertyGridEx
**Be.Windows.Forms.HexBox
Implement:
**UIVectorEditor (for editing vectors)