From 3aa8a22ba5dc32cf612fc625f135fae601c57647 Mon Sep 17 00:00:00 2001 From: benfry Date: Fri, 19 Sep 2003 00:27:31 +0000 Subject: [PATCH] removed SMOOTH_IMAGES, fix for fonts and fill coloring, other misc --- build/shared/revisions.txt | 6 ++++++ todo.txt | 1 + 2 files changed, 7 insertions(+) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 24ae9e7a6..7f80f6029 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -7,6 +7,12 @@ about to enjoy is extremely hot. ABOUT REV 0060 - +[ api changes ] + +- "No field named "SMOOTH_IMAGES" was found in type "Temporary_NNNN_NNNN". + SMOOTH_IMAGES is no longer needed, or supported. + + [ known bugs, pardon our dust ] - single pixel lines draw on top of everything. they have no alpha diff --git a/todo.txt b/todo.txt index 522fe0b9c..d7c7aa07d 100644 --- a/todo.txt +++ b/todo.txt @@ -55,6 +55,7 @@ X rectangles in the parameter list instead of ellipses. X resize() name is bad because it overrides component.. X resize is maybe goofy, so just size() for all? X color() with alpha now works properly +X removed SMOOTH_IMAGES fixes because of dmose parser