TODO updates
authorgrumbel <grumbel@837edb03-e0f3-0310-88ca-d4d4e8b29345>
Mon, 7 Dec 2009 18:10:10 +0000 (18:10 +0000)
committergrumbel <grumbel@837edb03-e0f3-0310-88ca-d4d4e8b29345>
Mon, 7 Dec 2009 18:10:10 +0000 (18:10 +0000)
git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@6196 837edb03-e0f3-0310-88ca-d4d4e8b29345

TODO

diff --git a/TODO b/TODO
index f1aad98..bf9d4a5 100644 (file)
--- a/TODO
+++ b/TODO
@@ -180,6 +180,15 @@ drivers = oss
 * gluBuild2DMipmaps leads to blurriness, maybe lack of magic offset
   (0.375f, 0.375f, 0.0f) or something else
 
+* font system has blending artifacts at non-1x magnifications, need to
+  have an transparent pixel between letters
+
+* add a (border #t) flag to fonts, that allows to use fonts which have
+  a 1px transparent border around glyphs, which is needed to get rid
+  of blending artifacts in OpenGL
+
+* Change Font code to use glyph.offset, instead of Rect() for variable
+  width fonts, as using Rect leads to shadows being cut off
 \f
 Scenegraph and Physics Engine Restructuring
 ===========================================