From d604208cc0ef2e89984ddca6097c2a9a23ef14b0 Mon Sep 17 00:00:00 2001 From: benfry Date: Tue, 9 Nov 2004 03:49:40 +0000 Subject: [PATCH] starting rev 0073 --- processing/core/done.txt | 8 ++++++++ processing/core/todo.txt | 7 +------ processing/done.txt | 12 ++++++++++++ processing/todo.txt | 11 +---------- 4 files changed, 22 insertions(+), 16 deletions(-) diff --git a/processing/core/done.txt b/processing/core/done.txt index 1e6749e12..b6cb67b89 100644 --- a/processing/core/done.txt +++ b/processing/core/done.txt @@ -1,3 +1,11 @@ +0072 core +X make m00, m01 etc public +X hack to make loadImage() work +X cache settings are ignored, may be slow as hell +X make hints[] no longer static +X they weren't properly resetting + + 0071 core X properly swap alpha values when lines need to be rendered backwards X make cursor() commands public diff --git a/processing/core/todo.txt b/processing/core/todo.txt index d6fe502ee..5e0721f9d 100644 --- a/processing/core/todo.txt +++ b/processing/core/todo.txt @@ -1,9 +1,4 @@ -0072 core -X make m00, m01 etc public -X hack to make loadImage() work -X cache settings are ignored, may be slow as hell -X make hints[] no longer static -X they weren't properly resetting +0073 _ image("blah.jpg"); _ loadImage() is broken on some machines diff --git a/processing/done.txt b/processing/done.txt index 95f2b69df..13b024dc8 100644 --- a/processing/done.txt +++ b/processing/done.txt @@ -1,3 +1,15 @@ +0072 pde +X error message when an import isn't available +o particle examples c & d don't have their extra files +o let's not call it 'expert', let's just say w/o java +X new thread-safer version of the PdeEditorConsole +X add build for particles lib +X fix a bug where 'code' folder was no longer working +X code folder had been completely disabled +X some error messages (i.e. DLL missing) not propogating up +X change PdeRuntime to pass all messages, parse later + + 0071 pde o get linux version for 0071 X suppress "bad file descriptor" error on mac os x diff --git a/processing/todo.txt b/processing/todo.txt index 43018f967..4f9f0439e 100644 --- a/processing/todo.txt +++ b/processing/todo.txt @@ -1,13 +1,4 @@ -0072 pde -X error message when an import isn't available -o particle examples c & d don't have their extra files -o let's not call it 'expert', let's just say w/o java -X new thread-safer version of the PdeEditorConsole -X add build for particles lib -X fix a bug where 'code' folder was no longer working -X code folder had been completely disabled -X some error messages (i.e. DLL missing) not propogating up -X change PdeRuntime to pass all messages, parse later +0073 pde //