From d222ab5dca827adf53cc6573b40d19c2238941b5 Mon Sep 17 00:00:00 2001 From: pelya Date: Mon, 15 Nov 2010 11:33:11 +0200 Subject: [PATCH] Updated bugs.txt and todo.txt --- bugs.txt | 5 ++--- project/jni/application/commandergenius | 2 +- todo.txt | 19 +++++++++++++------ 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/bugs.txt b/bugs.txt index 29bd68ce7..7af4c798d 100644 --- a/bugs.txt +++ b/bugs.txt @@ -28,14 +28,13 @@ so the data on your TV will lag halfsecond behind the data on the device screen. - Somehow make this port into main libSDL repository -- OpenTyrian: +- OpenTyrian: 1. Navigating game menus downwards with trackball skips events, that does not happen when navigting upwards. 2. The detail level can be set to WILD by pressing "w" key in gameplay escape menu, expose that through interface. 3. Add ENGAGE mode to menu. -- Ur-Quan Masters: - 1. Add Russian, Deutsch and Slovak translations: http://wiki.uqm.stack.nl/Translations +- Ur-Quan Masters: 2. Add accelerated GFX (even at the cost of GFX bugs, if Melee will work smoothly). 3. Add proper netplay with masterserver and server list instead of "Enter host IP here" dialog. diff --git a/project/jni/application/commandergenius b/project/jni/application/commandergenius index f0a9f03dd..800f65404 160000 --- a/project/jni/application/commandergenius +++ b/project/jni/application/commandergenius @@ -1 +1 @@ -Subproject commit f0a9f03dd98565bc2f9ea6577954375414063091 +Subproject commit 800f654045bd13411fcb83cf34a83d60d278f7a4 diff --git a/todo.txt b/todo.txt index 4b82f4c6c..3a9f6374d 100644 --- a/todo.txt +++ b/todo.txt @@ -1,9 +1,16 @@ Games to port ============= -SuperTux -LBreakout2 -OpenJazz (only data files for shareware version available for free) -OpenLieroX (will be damn hard to do, I wrote the code partially) -ScummVM (they already have their own port, yet it's unfinished) -Widelands (http://wl.widelands.org/) +I'm not planning any more games to port. + + +Bugs to fix +=========== + +- Possibility to create custom key layout for on-screen keyboard. + +- Add an option for overlay buttons transparency and button images size. + +- Add a user option to keep aspect ratio of screen (not compile-time option which is already available) + +And that's all, I won't be doing any more development or fix other bugs (see bugs.txt for details).