aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2003-10-05 15:49:43 +0000
committerMax Horn2003-10-05 15:49:43 +0000
commit47e3b8f55d55530b6b6593c02d57a33d1767cd4c (patch)
tree762697a6655047e2c8ca08e314a7a2cfeace8d91
parent4089ab534775428569bee8a47f05c5994d5e2125 (diff)
downloadscummvm-rg350-47e3b8f55d55530b6b6593c02d57a33d1767cd4c.tar.gz
scummvm-rg350-47e3b8f55d55530b6b6593c02d57a33d1767cd4c.tar.bz2
scummvm-rg350-47e3b8f55d55530b6b6593c02d57a33d1767cd4c.zip
something I am working on
svn-id: r10617
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index 6805aabb74..c0921ee744 100644
--- a/TODO
+++ b/TODO
@@ -18,6 +18,7 @@ General
* add iterators to List<> template and make use of them
* allow for return-to-launcher instead of a normal "quit" ?
+
GUI
===
* implement "tabs" for multi-pane prefs dialog
@@ -82,6 +83,12 @@ SCUMM
become important for loadable module support
* Add support for Mac0 music format used in Monkey Island Mac
See https://sourceforge.net/tracker/index.php?func=detail&aid=781797&group_id=37116&atid=418823
+* Rename scummvm.cpp to scumm.cpp for consistency. [Fingolfin is working on
+ this, please don't do anything about this before talking to him].
+ 1) Try to get scummvm.cpp fixed for ViewCVS [in progress!]
+ 2a) If 1) succeeded, file SF.net CVS file rename request
+ 2b) If 2) failed, do brute force file rename (cp && cvs add && cvs rm)
+ 3) Adjust Makefile and project files to use the new name
Broken Sword 2
==============