TODO updates
authorgrumbel <grumbel@837edb03-e0f3-0310-88ca-d4d4e8b29345>
Sat, 28 Nov 2009 12:32:57 +0000 (12:32 +0000)
committergrumbel <grumbel@837edb03-e0f3-0310-88ca-d4d4e8b29345>
Sat, 28 Nov 2009 12:32:57 +0000 (12:32 +0000)
git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@6148 837edb03-e0f3-0310-88ca-d4d4e8b29345

TODO

diff --git a/TODO b/TODO
index 3e14bdb..e3c17ac 100644 (file)
--- a/TODO
+++ b/TODO
@@ -152,6 +152,9 @@ drivers = oss
 
 * cleanup scripting interface
 
+* remove cloud tiles, replace with decal
+
+
 Subversion->Git/Mercurial/Bzr Move
 ==================================
 
@@ -203,6 +206,7 @@ trunk/supertux-portable
 trunk/supertux-sharp
 trunk/wiz-test
 
+
 Potential Git Issues
 ====================
 
@@ -227,4 +231,17 @@ Potential Git Issues
   way the tree was at a specific date, its impossible to lose history
   unless you hack the repository
 
+
+Random Notes
+============
+
+* calculate the size of an background image:
+
+   (parallax - 1) * screen_size + level_size
+   ----------------------------------------- = image_size
+                   parallax
+
+* how to calculate the exact position of a background image so that it
+  looks correct on different magnifications?
+
 # EOF #