config.h file is now generated
[supertux.git] / TODO
diff --git a/TODO b/TODO
index 4625da5..8913843 100644 (file)
--- a/TODO
+++ b/TODO
@@ -19,7 +19,6 @@ L: low priority
 
 --Scons--
  * [H] Add an install target
- * [H] Generate the config.h file
  * [M] improve opengl check to work on win32 and eventually more strange
    systems again
  * [H] Make sure compilation on win32 and cross-compilation works
@@ -76,7 +75,6 @@ L: low priority
      - Tux's buttjump animation
 [H] Background code have the following bugs:
  - Gradient in software rendering doesn't currently work (at least here).
- - Images tiling code sucks resulting in glitches and unecessary drawings.
     Matze: can you give more details? The code looks perfectly fine to me
 
 [M] There are some weird graphical glitches when Tux bumps more than one block
@@ -90,9 +88,6 @@ L: low priority
     the roof
 [M] Implement Unisolid type for tiles (where collisions from below are ignored).
     - done
-[M] Menu doesn't jump titles, and doesn't seem to like having menu entries
-    created after initialization.
-     Matze: what does "menu doesn't jump titles" mean?
 
 [L] Allow any object to be inside of a [?] box, ie. trampoline or badguy
     - Not sure if this would be gameplay wise.