diff options
author | Simon Howard | 2008-08-28 23:31:53 +0000 |
---|---|---|
committer | Simon Howard | 2008-08-28 23:31:53 +0000 |
commit | 74c5ffb989efc1cfb3243f314708ece4902e3bb7 (patch) | |
tree | 0d1d056eaac8ace7c9478c9caa4961d39bc0c5f7 | |
parent | 9c02ad0e57df20f49a094b81fc2ef7c54830b5ea (diff) | |
download | chocolate-doom-74c5ffb989efc1cfb3243f314708ece4902e3bb7.tar.gz chocolate-doom-74c5ffb989efc1cfb3243f314708ece4902e3bb7.tar.bz2 chocolate-doom-74c5ffb989efc1cfb3243f314708ece4902e3bb7.zip |
Update TODO.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1193
-rw-r--r-- | TODO | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -4,12 +4,6 @@ To do: - Debian/Ubuntu .deb packages, Fedora .rpm packages. - Windows NSIS installer. - MacOS X .dmg packages (should be universal binaries!) -* mmap()ed WAD file I/O. This is potentially useful for ports to - embedded / low memory systems, as currently the contents of WAD lumps - are copied into the zone memory. -* Better icon for chocolate-setup. -* Free version of the Chocolate Doom logo (from scratch, not using the - Doom imp sprite), so t-shirts can be printed! * File selector for chocolate-setup, so that WADs can be selected from a browser, instead of simply typing the filenames. * Multiplayer: @@ -26,7 +20,7 @@ To do: - Test on and fix for architectures where ((-2) >> 1) != -1 - Use size-specific types (eg. int32_t instead of int) - Don't make structure packing assumptions when loading levels. -* Port to every OS under the sun +* Port to every OS and architecture under the sun Crazy pie in the sky ideas: |