From 091435edbace2f3d2992f4150aef493f82dc0ae1 Mon Sep 17 00:00:00 2001 From: Paul Merrill Date: Sun, 24 Jul 2011 21:11:40 -0700 Subject: [PATCH] update TODO --- TODO.txt | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/TODO.txt b/TODO.txt index 5d929db..f51818e 100644 --- a/TODO.txt +++ b/TODO.txt @@ -8,8 +8,6 @@ ITEMS * Create our own C++ wrapper of libxml2 so we can use std::strings to avoid memory leaks. -* Expire items in resource cache. - * Support for persistent music. * Preserve aspect ratio in fullscreen. @@ -17,17 +15,10 @@ ITEMS * Try moving descriptor filenames from constructors + class members to init() parameters. -* Allow the dtd directory to be set from client.ini or the command line. - * Fix the --help option's formatting. * Tsunagari loses access to the console once the game window is opened on Windows. -* Add installers for releases. - - Windows: installer .exe, uninstaller .exe - Mac: .dmg installer - Linux: .deb and .rpm control install/uninstall, self contained .tar.gz for - other systems +* Diagonal movement in all modes with correct input detection. -- 2.11.4.GIT