aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMax Horn2004-12-23 03:07:43 +0000
committerMax Horn2004-12-23 03:07:43 +0000
commit929537cecb331098cb62336ee8c2573a3ed4e4da (patch)
tree14703013f26a9516ed2a9857a331ea98f76d2bc8 /TODO
parent4dad8cd5ba618bf8b8c334ed529fd43973ded683 (diff)
downloadscummvm-rg350-929537cecb331098cb62336ee8c2573a3ed4e4da.tar.gz
scummvm-rg350-929537cecb331098cb62336ee8c2573a3ed4e4da.tar.bz2
scummvm-rg350-929537cecb331098cb62336ee8c2573a3ed4e4da.zip
devtools related TODOs
svn-id: r16270
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 12 insertions, 0 deletions
diff --git a/TODO b/TODO
index 446a567c3b..242ab1ce12 100644
--- a/TODO
+++ b/TODO
@@ -374,6 +374,18 @@ X11 backend
# Tools
#######################################################################
+General
+=======
+* Keep only tools which are directly useful for our "regular" users in the
+ tools module; all dev-only tools (like convbdf) shall be moved to a new
+ location (either a new CVS module "devtools", or into a subdirectory
+ "tools" of the "scummvm" CVS module).
+* Rename the various compression tools in a consistent fashion (e.g.
+ "compress_FOO").
+* Also try to unify the usage of said tools.
+* Add my credits.pl and ./dist-scummvm.sh scripts to the new devtools module/
+ directory.
+
Descumm
=======
* Turn it into a library, to be used by a command line frontend (like now),