Small TODO, CODINGSTYLE update
authorIngo Ruhnke <grumbel@gmx.de>
Fri, 20 Nov 2009 21:21:09 +0000 (21:21 +0000)
committerIngo Ruhnke <grumbel@gmx.de>
Fri, 20 Nov 2009 21:21:09 +0000 (21:21 +0000)
SVN-Revision: 6073

CODINGSTYLE
TODO

index 11a7e99..99dbb19 100644 (file)
@@ -20,6 +20,8 @@ SuperTux Coding Standards
 #  include "foobar.hpp"
 #endif
 
+* use #include <> for libraries in external/
+
 * include guards are of the form:
 
 #ifndef HEADER_SUPERTUX_{PATH}_{FILE}_HPP
diff --git a/TODO b/TODO
index 31d6cce..7eae2a4 100644 (file)
--- a/TODO
+++ b/TODO
@@ -84,8 +84,6 @@ TODO
 
 * move bugtracker to http://code.google.com (much simpler, less useless)
 
-* convert worldmap from const lisp::Lisp* lisp to "const Reader&"
-
 * having dictionary_manager in Lisp is extremely ugly
 
 * enforce proper naming of files to match their class
@@ -95,8 +93,29 @@ TODO
 
 * split particlesystem_interactive
 
-* centralize menus
-
 * Renderer::apply_config() needs to handle fullscreen switching
 
+* collect all manager classe into globals.hpp
+
+* more moving directories around?
+
+addon/ 
+audio/ 
+control/
+gui/   
+lisp/  
+math/
+physfs/        
+sprite/        
+util/
+video/
+supertux/
+  worldmap/
+  trigger/
+  scripting/
+  badguy/
+  object/
+
+* implement PNG screenshot
+
 # EOF #