From 127eaa2a3e9501e1cd67a24f5a09d44d28d54a5d Mon Sep 17 00:00:00 2001 From: benfry Date: Wed, 19 Apr 2006 21:27:39 +0000 Subject: [PATCH] starting rev 115 and removing two debug messages --- app/Base.java | 4 ++-- core/PGraphics2.java | 6 +++--- core/done.txt | 13 +++++++++++++ core/todo.txt | 15 ++++----------- done.txt | 4 ++++ opengl/PGraphicsGL.java | 6 +++--- todo.txt | 4 +--- 7 files changed, 30 insertions(+), 22 deletions(-) diff --git a/app/Base.java b/app/Base.java index b862a0be2..1f9334ef4 100644 --- a/app/Base.java +++ b/app/Base.java @@ -50,8 +50,8 @@ import processing.core.*; * files and images, etc) that comes from that. */ public class Base { - static final int VERSION = 114; - static final String VERSION_NAME = "0114 Beta"; + static final int VERSION = 115; + static final String VERSION_NAME = "0115 Beta"; /** * Path of filename opened on the command line, diff --git a/core/PGraphics2.java b/core/PGraphics2.java index 3c786d16e..fbed7454f 100644 --- a/core/PGraphics2.java +++ b/core/PGraphics2.java @@ -1214,10 +1214,10 @@ public class PGraphics2 extends PGraphics { public void save(String filename) { - System.out.println("start load"); + //System.out.println("start load"); loadPixels(); - System.out.println("end load, start save"); + //System.out.println("end load, start save"); super.save(filename); - System.out.println("done with save"); + //System.out.println("done with save"); } } diff --git a/core/done.txt b/core/done.txt index 1e311c757..bb9fd4c85 100644 --- a/core/done.txt +++ b/core/done.txt @@ -1,3 +1,16 @@ +0114 core +X added createGraphics(width, height, renderer) +X no need to use (..., null) anymore +X fix set() for JAVA2D, also fixes background(PImage) for JAVA2D +X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Syntax;action=display;num=1145108567 +X remove "max texture size" debug message +X flicker with depth sort enabled +X implement basic depth sorting for triangles in P3D and OPENGL +X add option to sort triangles back to front so alpha works +X http://dev.processing.org/bugs/show_bug.cgi?id=176 +o at least add it to the faq, or this would be a test case w/ the sorting + + 0113 core X fix for open() on macosx submitted by chandler diff --git a/core/todo.txt b/core/todo.txt index 085b32943..a0a06c086 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,14 +1,7 @@ -0114 core -X added createGraphics(width, height, renderer) -X no need to use (..., null) anymore -X fix set() for JAVA2D, also fixes background(PImage) for JAVA2D -X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Syntax;action=display;num=1145108567 -X remove "max texture size" debug message -X flicker with depth sort enabled -X implement basic depth sorting for triangles in P3D and OPENGL -X add option to sort triangles back to front so alpha works -X http://dev.processing.org/bugs/show_bug.cgi?id=176 -o at least add it to the faq, or this would be a test case w/ the sorting +0115 core +X remove debug message from loadPixels() +X remove debug message from PGraphics2.save() + _ endRaw() is a problem with hint(ENABLE_DEPTH_SORT) _ because the triangles won't be rendered by the time endRaw() is called diff --git a/done.txt b/done.txt index 82a8a189f..0e2f8b201 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,7 @@ +0114 pde +X fix "ignoring illegal line...macosx is missing libjogl_cg.jnilib" error msg + + 0113 pde X easier export to gl applet, finalize support for applets X http://dev.processing.org/bugs/show_bug.cgi?id=166 diff --git a/opengl/PGraphicsGL.java b/opengl/PGraphicsGL.java index 5de8b0de4..485f9b03c 100644 --- a/opengl/PGraphicsGL.java +++ b/opengl/PGraphicsGL.java @@ -1766,9 +1766,9 @@ public class PGraphicsGL extends PGraphics3 { pixelBuffer.get(pixels); pixelBuffer.rewind(); - for (int i = 0; i < 5; i++) { - System.out.println(PApplet.hex(pixels[i])); - } + //for (int i = 0; i < 5; i++) { + //System.out.println(PApplet.hex(pixels[i])); + //} /* int temp[] = new int[width]; diff --git a/todo.txt b/todo.txt index 0be8e2901..4154b644f 100644 --- a/todo.txt +++ b/todo.txt @@ -1,6 +1,4 @@ -0114 pde -X fix "ignoring illegal line...macosx is missing libjogl_cg.jnilib" error msg - +0115 pde _ jar files like the bad aiexport plugin will cause serious problems _ need to ignore processing.core classes showing up in other jar files