Skip to content

Commit

Permalink
version bump to Dropps 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dahie committed Apr 29, 2012
1 parent 2e43122 commit 5c11efb
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
Binary file modified Badds/lib/DDSUtils.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion DDSUtils/.classpath
Expand Up @@ -2,7 +2,7 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/JVM 1.6"/>
<classpathentry kind="lib" path="lib/jsquish.jar"/>
<classpathentry kind="lib" path="lib/junit-4.5.jar"/>
<classpathentry kind="output" path="bin"/>
Expand Down
10 changes: 5 additions & 5 deletions DDSUtils/src/jogl/TEXImage.java
Expand Up @@ -388,11 +388,11 @@ private Vector<EmbeddedBuffer> readHeaderTable(ByteBuffer buf) {
Vector<EmbeddedBuffer> embeddedBuffer = new Vector<EmbeddedBuffer>();
/*
* 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
Expand Down
2 changes: 1 addition & 1 deletion Dropps/.classpath
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/JVM 1.6"/>
<classpathentry kind="lib" path="lib/appframework-1.0.3.jar"/>
<classpathentry kind="lib" path="lib/swing-worker-1.1.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/DDSUtil"/>
Expand Down
8 changes: 4 additions & 4 deletions Dropps/build.properties
@@ -1,23 +1,23 @@
#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
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=
Expand Down
Binary file modified Dropps/lib/DDSUtils.jar
Binary file not shown.
Binary file modified Radds/lib/DDSUtils.jar
Binary file not shown.

0 comments on commit 5c11efb

Please sign in to comment.