From 414087b22139290ef5e97f0ad14e29f1f80c2b1e Mon Sep 17 00:00:00 2001 From: Ingo Ruhnke Date: Fri, 20 Nov 2009 21:21:09 +0000 Subject: [PATCH 1/1] Small TODO, CODINGSTYLE update SVN-Revision: 6073 --- CODINGSTYLE | 2 ++ TODO | 27 +++++++++++++++++++++++---- 2 files changed, 25 insertions(+), 4 deletions(-) diff --git a/CODINGSTYLE b/CODINGSTYLE index 11a7e9938..99dbb1973 100644 --- a/CODINGSTYLE +++ b/CODINGSTYLE @@ -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 31d6cce93..7eae2a48e 100644 --- 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 # -- 2.11.0