misc todo and whatnot

This commit is contained in:
benfry
2003-07-02 21:19:56 +00:00
parent b8ca9c899c
commit 637f615bd0
2 changed files with 23 additions and 8 deletions

View File

@@ -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 ]

View File

@@ -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
..................................................................