diff options
author | Max Horn | 2003-10-05 15:49:43 +0000 |
---|---|---|
committer | Max Horn | 2003-10-05 15:49:43 +0000 |
commit | 47e3b8f55d55530b6b6593c02d57a33d1767cd4c (patch) | |
tree | 762697a6655047e2c8ca08e314a7a2cfeace8d91 | |
parent | 4089ab534775428569bee8a47f05c5994d5e2125 (diff) | |
download | scummvm-rg350-47e3b8f55d55530b6b6593c02d57a33d1767cd4c.tar.gz scummvm-rg350-47e3b8f55d55530b6b6593c02d57a33d1767cd4c.tar.bz2 scummvm-rg350-47e3b8f55d55530b6b6593c02d57a33d1767cd4c.zip |
something I am working on
svn-id: r10617
-rw-r--r-- | TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 ============== |