From f60874b47acd41fbc74bca887f37fe46eb3657df Mon Sep 17 00:00:00 2001 From: benfry Date: Fri, 2 Aug 2002 15:14:47 +0000 Subject: [PATCH] fixed outofboundsex in drawing textures --- done.txt | 22 ++++++++++++++++++++++ todo.txt | 26 ++++++-------------------- 2 files changed, 28 insertions(+), 20 deletions(-) diff --git a/done.txt b/done.txt index 2468e6db8..b9217e94e 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,25 @@ +0041 +X fill(#ffcc00) wasn't working for rect, calci not being set +X also affected background and stroke +X export was failing if no data dir +X move background() out of draw() for draw mode apps +X click on project name to quickly go to rename mode +X cursor goes away during edits (java bug, fix with hack) +X handling of key/mouse events smoothed out +X removed 'briefly' versions of mouse/key +X make scrollbar for console +X make win/linux write stderr to stderr.txt like the mac +X this will be useful until i implement scrollbar +X -> this might be problematic, watch out for lockups +X remove projects if created but nothing happens to them +X maybe do this on open or quit? +X first a syntax error, when fixed, causes NullPointerException  +X quitting the app makes things all better. argh. +X this just started with version37, it happens extrememely +X frequently and should be easy to reproduce the error +X images with imageMode set for simage() weren't working + + 0040 X fix problem with pde.properties diff --git a/todo.txt b/todo.txt index c5069bbf4..198e37e6c 100644 --- a/todo.txt +++ b/todo.txt @@ -1,23 +1,6 @@ -0041 -X fill(#ffcc00) wasn't working for rect, calci not being set -X also affected background and stroke -X export was failing if no data dir -X move background() out of draw() for draw mode apps -X click on project name to quickly go to rename mode -X cursor goes away during edits (java bug, fix with hack) -X handling of key/mouse events smoothed out -X removed 'briefly' versions of mouse/key -X make scrollbar for console -X make win/linux write stderr to stderr.txt like the mac -X this will be useful until i implement scrollbar -X -> this might be problematic, watch out for lockups -X remove projects if created but nothing happens to them -X maybe do this on open or quit? -X first a syntax error, when fixed, causes NullPointerException  -X quitting the app makes things all better. argh. -X this just started with version37, it happens extrememely -X frequently and should be easy to reproduce the error -X images with imageMode set for simage() weren't working +0042 +X fixed ArrayIndexOutOfBoundsException in texture use + pde a _ see if play being highlighted can be implemented again @@ -118,6 +101,9 @@ b _ ability to write data other than image into the buffer b _ user can introduce new kinds of buffers at will (!) b _ lists of names of objects, or the 'line number' buffer b _ but how to determine *where* on object the hit occurs? +b _ draw mode issues.. size and background must be int/float constants +b _ might be a better 'mode' for bagel so bkg and size cmds work +b _ rather than app being enclosed in beginFrame/endFrame loop BAGEL / lower