From 637f615bd02fbdff550fc2a0fcdf5497d38f30ed Mon Sep 17 00:00:00 2001 From: benfry Date: Wed, 2 Jul 2003 21:19:56 +0000 Subject: [PATCH] misc todo and whatnot --- build/shared/revisions.txt | 14 +++++++++++--- todo.txt | 17 ++++++++++++----- 2 files changed, 23 insertions(+), 8 deletions(-) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 1e8868a10..c79850d1e 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -25,6 +25,7 @@ bugs and creating tests for each of them. toxi has done several fixes and tweaks to the graphics engine, details listed below. + [ new features (new bugs) ] - added more words to the syntax coloring @@ -33,7 +34,9 @@ listed below. - added FileInputStream version of loadStream for locally running code -- added screenGrab(String filename) +- added screenGrab(String filename). this grabs an uncompressed tiff + image of the current screen, just like screenGrab(). if ".tif" isn't + in the filename, it will be added. - loadStream/loadBytes work with InputStreams and URLs @@ -75,12 +78,17 @@ have missed a few.. some of these are reported multiple times.. - imageMode issues have been ironed out - added print(char c) and println(char c) so that they don't just - print numbers to the console + print numbers to the console [benelek] -- fonts were taking up more memory than necessary (found by arielm) +- fonts were taking up more memory than necessary [arielm] - added ceil/floor to syntax coloring +- fix for points that were drawing invisible (extrusion example was + broken) [benelek] + +- fixed nagging ArrayIndexOutOfBoundsException on images [benelek] + [ performance ] diff --git a/todo.txt b/todo.txt index 03bdbe524..1f435b85a 100644 --- a/todo.txt +++ b/todo.txt @@ -46,11 +46,18 @@ ks X faster version of _blend() function ks X MAX_LIGHTS instead of '10' sprinkled through the code after 0056rc1 -X patched up ellipse code because adaptive sizing not working properly -X added more segments to the adaptive sizing algo -X reported by benelek -X fixed bug in BPolyogn.scanline for textures walking out of bounds -X reported by benelek +bf X patched up ellipse code because adaptive sizing not working properly +bf X added more segments to the adaptive sizing algo +bf X reported by benelek +bf X fixed bug in BPolyogn.scanline for textures walking out of bounds +bf X reported by benelek +bf X point() wasn't getting a proper alpha value for drawing +bf X reported by benelek +bf X add .tif extension when screenGrab() filename doesn't include it +bf X reported by benelek +bf X add beginNet, endNet, net weren't colored +bf X reported by benelek +hb X patch for server makes netEvent messages ..................................................................