incorporating the net client and server from hernando

This commit is contained in:
benfry
2003-04-20 21:50:18 +00:00
parent 0daaa4931f
commit dc7e76a924
2 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
0054
X disabled the debug flag (oops) in BPolygon
X disabled code for alpha in web colors (use 0x instead if needed)
X make sure that fill(int a) / stroke(int a) work if an alpha is set
0053
X add smooth() noSmooth() to the keywords
X image of 256x256 doesn't draw the last line of pixels

View File

@@ -1,7 +1,5 @@
0054
X disabled the debug flag (oops) in BPolygon
X disabled code for alpha in web colors (use 0x instead if needed)
X make sure that fill(int a) / stroke(int a) work if an alpha is set
0055
X incorporated (but not yet tested) net code
_ int() doesn't work inside other functions
_ argh, need a real parser