From: Ingo Ruhnke Date: Sat, 28 Nov 2009 12:32:57 +0000 (+0000) Subject: TODO updates X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=ab7cc726382735defc1888b3b37b6a8790045cc4;p=supertux.git TODO updates SVN-Revision: 6148 --- diff --git a/TODO b/TODO index 3e14bdbbb..e3c17ac9f 100644 --- 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 #