From 5a7f12be643cbb7a7c104459f453c6bf865dba86 Mon Sep 17 00:00:00 2001 From: benfry Date: Sun, 15 Jan 2006 15:38:11 +0000 Subject: [PATCH] starting rev 102 --- app/Base.java | 4 ++-- core/done.txt | 4 ++++ core/todo.txt | 24 +++++++++++++----------- done.txt | 4 ++++ todo.txt | 17 +++++++++-------- 5 files changed, 32 insertions(+), 21 deletions(-) diff --git a/app/Base.java b/app/Base.java index ee28dfcae..219a5a7be 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 = 101; - static final String VERSION_NAME = "0101 Beta"; + static final int VERSION = 102; + static final String VERSION_NAME = "0102 Beta"; /** * Path of filename opened on the command line, diff --git a/core/done.txt b/core/done.txt index 75ed680e9..21e787891 100644 --- a/core/done.txt +++ b/core/done.txt @@ -1,3 +1,7 @@ +0101 core +X add dispose() call to the shutdown part of PApplet + + 0100 core X user.dir wasn't getting set properly X when graphics can be resized, resize rather than creating new context diff --git a/core/todo.txt b/core/todo.txt index a15e92c86..3f0b57c37 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,10 +1,16 @@ -0101 core +0102 core + +X straighten out save() and saveFrame() +o use File object for when people know what they're doing? +X same issue occurs with pdf and creating graphics obj more pdf/recording stuff _ don't open a window the size of the pdf if in pdf mode _ need to have some sort of flag in the gfx context that it's visible or not _ handled inside updateSize()? _ make dxf writer that'll work with recordRaw() +_ document how to switch to next page +_ maybe background() should do this automatically? _ add option to sort triangles back to front so alpha works _ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1076660476 @@ -12,6 +18,9 @@ _ polygon z-order with alpha in opengl _ at least add it to the faq, or this would be a test case w/ the sorting _ http://dev.processing.org/bugs/show_bug.cgi?id=176 +_ loadImage("") produces weird error message +_ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Programs;action=display;num=1136487954 + _ check min/max texture sizes when binding to avoid problems _ minimum texture size may be 64x64 _ maximum appears to be 2048, on macs maybe 512 @@ -24,18 +33,11 @@ _ on osx, System.err isn't writing in things like createGraphics() _ but doing a printStackTrace(System.out) works _ something weird happening with one of the streams shutting down? -_ registering font directories in pdf.. is it necessary? -_ (commented out for 0100) - +check to see if these are working _ when re-calling size() with opengl, need to remove the old canvas _ need to check to see if this is working properly now - -_ straighten out save() and saveFrame() -_ use File object for when people know what they're doing? -_ same issue occurs with pdf and creating graphics obj - -_ loadImage("") produces weird error message -_ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Programs;action=display;num=1136487954 +_ registering font directories in pdf.. is it necessary? +_ (commented out for 0100) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . diff --git a/done.txt b/done.txt index dca3ccd7f..bb28e7ed5 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,7 @@ +0101 pde +X no changes, only dipose() method fix for pdf + + 0100 pde X missing import PApplet in library howto.txt X http://dev.processing.org/bugs/show_bug.cgi?id=263 diff --git a/todo.txt b/todo.txt index 5505ae66a..80538a7ff 100644 --- a/todo.txt +++ b/todo.txt @@ -1,4 +1,12 @@ -0101 pde +0102 pde + +_ QTJAVA with quotes has issues on win2k vpc.. should have been fixed already +_ p5's exe has trouble when PATH has quotes (or spaces?) +_ detect bad classpath or path settings +_ some sort of path/classpath tester/fixer app for windows +_ that " norton" thing in the path makes things a mess +_ http://dev.processing.org/bugs/show_bug.cgi?id=112 +_ CLASSPATH figured out what to do with quotes, but not PATH _ need method for showing prefs for the tools _ add pref to handle date vs. increment on archive sketch @@ -680,13 +688,6 @@ _ and include an md5hash to see if the file is correct DIST / Windows -_ p5's exe has trouble when PATH has quotes (or spaces?) -_ detect bad classpath or path settings -_ some sort of path/classpath tester/fixer app for windows -_ that " norton" thing in the path makes things a mess -_ http://dev.processing.org/bugs/show_bug.cgi?id=112 -_ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1068388889 -_ CLASSPATH figured out what to do with quotes, but not PATH _ tie .pde files as documents of the application _ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1094149466 _ figure out proper registry key for windows