From: grumbel Date: Sat, 28 Nov 2009 12:32:57 +0000 (+0000) Subject: TODO updates X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=e32f4c542103d9c85bacd022aaea1c416ad172f7;p=supertux.git TODO updates git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@6148 837edb03-e0f3-0310-88ca-d4d4e8b29345 --- 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 #