diff --git a/Badds/lib/DDSUtils.jar b/Badds/lib/DDSUtils.jar index b57480f..3b5bdf7 100644 Binary files a/Badds/lib/DDSUtils.jar and b/Badds/lib/DDSUtils.jar differ diff --git a/DDSUtils/.classpath b/DDSUtils/.classpath index 913c48a..6991462 100644 --- a/DDSUtils/.classpath +++ b/DDSUtils/.classpath @@ -2,7 +2,7 @@ - + diff --git a/DDSUtils/src/jogl/TEXImage.java b/DDSUtils/src/jogl/TEXImage.java index 494cb79..1cb5d51 100644 --- a/DDSUtils/src/jogl/TEXImage.java +++ b/DDSUtils/src/jogl/TEXImage.java @@ -388,11 +388,11 @@ private Vector readHeaderTable(ByteBuffer buf) { Vector embeddedBuffer = new Vector(); /* * iterate over 5 tables, mapping pixelformat - * Table #1 Ý r8g8b8, x8r8g8b8, r5g6b5, x1r5g5b5 - * Table #2 Ý a8r8g8b8, a4r4g4b4, DXT2, DXT3, DXT4 - * Table #3 Ý a1r5g5b5 - * Table #4 Ý DXT1 - * Table #5 Ý DXT5 + * Table #1 : r8g8b8, x8r8g8b8, r5g6b5, x1r5g5b5 + * Table #2 : a8r8g8b8, a4r4g4b4, DXT2, DXT3, DXT4 + * Table #3 : a1r5g5b5 + * Table #4 : DXT1 + * Table #5 : DXT5 */ for (int t = 0; t < 5; t++) { // iterate over 8 maps diff --git a/Dropps/.classpath b/Dropps/.classpath index 169bdf7..908c0dc 100644 --- a/Dropps/.classpath +++ b/Dropps/.classpath @@ -1,7 +1,7 @@ - + diff --git a/Dropps/build.properties b/Dropps/build.properties index 1d50fda..7fea54c 100644 --- a/Dropps/build.properties +++ b/Dropps/build.properties @@ -1,15 +1,15 @@ #Build Number for ANT. Do not edit! -#Mon Jan 16 16:05:33 CET 2012 +#Sun Apr 29 16:05:00 CEST 2012 sourceforge.project= autoupdate.applinkbase= application.osx.icon=Radds.icns autoupdate.apppage= -build.number=52 +build.number=56 autoupdate.enable=false ftp.dir= application.name=Dropps maxheap=268435456 -build.date=2012/01/16 16\:05 +build.date=2012/04/29 16\:05 vmoptions=-Xms24m -Xmx512m -ea -Xdock\:name\=Dropps build.exewrapper=Autodownload Wrapper main.class=de.danielsenff.dropps.Dropps @@ -17,7 +17,7 @@ ftp.port=21 application.win.icon=Radds48.ico autoupdate.usegoogle=false build.jvm=1.5 -build.version=1.1 +build.version=1.2 google.project= ftp.source=false ftp.server= diff --git a/Dropps/lib/DDSUtils.jar b/Dropps/lib/DDSUtils.jar index b57480f..3b5bdf7 100644 Binary files a/Dropps/lib/DDSUtils.jar and b/Dropps/lib/DDSUtils.jar differ diff --git a/Radds/lib/DDSUtils.jar b/Radds/lib/DDSUtils.jar index b57480f..3b5bdf7 100644 Binary files a/Radds/lib/DDSUtils.jar and b/Radds/lib/DDSUtils.jar differ