From: Ingo Ruhnke Date: Fri, 20 Nov 2009 21:21:09 +0000 (+0000) Subject: Small TODO, CODINGSTYLE update X-Git-Url: https://git.octo.it/?p=supertux.git;a=commitdiff_plain;h=414087b22139290ef5e97f0ad14e29f1f80c2b1e Small TODO, CODINGSTYLE update SVN-Revision: 6073 --- 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 #