[Scummvm-cvs-logs] CVS: scummvm TODO,1.36,1.37
Max Horn
fingolfin at users.sourceforge.net
Sat Nov 1 18:16:08 CET 2003
Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv15305
Modified Files:
TODO
Log Message:
TODOs
Index: TODO
===================================================================
RCS file: /cvsroot/scummvm/scummvm/TODO,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- TODO 29 Oct 2003 15:02:54 -0000 1.36
+++ TODO 2 Nov 2003 02:14:51 -0000 1.37
@@ -19,6 +19,10 @@
* Remove various parts from GameSettings struct: "id", "version", "detectname".
Those are only needed internally by the plugins, and hence shouldn't be
exported. On the long run, "midi" and "features" might be removed, too.
+* Enhance the Makefile-based build system to support VPATH and stuff, so that
+ one can compile scummvm in a directory tree seperate from the source tree.
+ That would make it possible to build ScummVM with different build options,
+ e.g. have one debug build and one optimized build.
Documentation
=============
@@ -28,6 +32,13 @@
and lists and tables etc.)
* Ideally, maybe we can convert the README to some meta format, and then from
that generate the text README, as well as a HTML one (and maybe also PDF?)
+ Some candidates:
+ - DocBook
+ - texinfo
+ - nroff/troff + PolyglotMan (http://polyglotman.sourceforge.net/)
+ - tbook (http://tbookdtd.sourceforge.net/)
+ - xml2doc (http://xml2doc.sourceforge.net/)
+ - ...
* Some parts of the README probably could stand a workover. Right now the
README is trying to be brief (it's "just" a README after all), but it really
is the closest thing we have to a proper ScummVM manual. So either we just
More information about the Scummvm-git-logs
mailing list