From dc7e76a924c2ea7b10d975ec8d79df7353ab3082 Mon Sep 17 00:00:00 2001 From: benfry Date: Sun, 20 Apr 2003 21:50:18 +0000 Subject: [PATCH] incorporating the net client and server from hernando --- done.txt | 6 ++++++ todo.txt | 6 ++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/done.txt b/done.txt index 973747031..9406047f4 100644 --- a/done.txt +++ b/done.txt @@ -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 diff --git a/todo.txt b/todo.txt index f3cff6c6f..3cb335b97 100644 --- a/todo.txt +++ b/todo.txt @@ -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