From 8df5ae9edd44a6dea2e9a6ccd0286edc8557a48e Mon Sep 17 00:00:00 2001 From: Sergii Pylypenko Date: Wed, 18 Sep 2013 21:23:47 +0300 Subject: [PATCH] Updated TODO --- project/jni/application/openarena/engine | 2 +- project/jni/application/openarena/vm | 2 +- project/jni/application/teeworlds/src | 2 +- todo.txt | 13 +++++++++++-- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/project/jni/application/openarena/engine b/project/jni/application/openarena/engine index 07c011b6c..57aeefafb 160000 --- a/project/jni/application/openarena/engine +++ b/project/jni/application/openarena/engine @@ -1 +1 @@ -Subproject commit 07c011b6ccb275fc2b69dbd6e7ee8dba6223e59a +Subproject commit 57aeefafb2f4b1551e5cec8041e7636e4ff31ab7 diff --git a/project/jni/application/openarena/vm b/project/jni/application/openarena/vm index 1aa8636cd..f09763479 160000 --- a/project/jni/application/openarena/vm +++ b/project/jni/application/openarena/vm @@ -1 +1 @@ -Subproject commit 1aa8636cdb32937d8081efc9d43f00060e6d1704 +Subproject commit f0976347952195fbabf83c8d23de3262a5f84207 diff --git a/project/jni/application/teeworlds/src b/project/jni/application/teeworlds/src index 984c584fb..ed4762a91 160000 --- a/project/jni/application/teeworlds/src +++ b/project/jni/application/teeworlds/src @@ -1 +1 @@ -Subproject commit 984c584fbec3efd7db069eb78b9a24db5a3041f3 +Subproject commit ed4762a9135be11b2cbcc743e36190c12fadda1f diff --git a/todo.txt b/todo.txt index 7cb302468..3bf9e7136 100644 --- a/todo.txt +++ b/todo.txt @@ -1,5 +1,5 @@ -Requested features (see also bugs.txt) -====================================== +Requested features, might never get implemented +=============================================== - Option for default on-screen key theme in AndroidAppSettings.cfg. @@ -19,6 +19,13 @@ Requested features (see also bugs.txt) - Support of libjnigraphics (it will disable on-screen keyboard, only SW SDL screen surface supported). This is not relevant already, as every device around is fast enough with GL. +TODO, which will get actually done +================================== + +- TeeWorlds: add accelerometer jump, improve touchscreen controls if possible. + +- TeeWorlds: fix Ouya bugs (whole-screen shrink, remove controls from settings), submit to Ouya store. + - UQM: On-screen buttons are re-appearing when using gamepad and switching between game screens. - UQM: Redesign gamepad controls. @@ -26,3 +33,5 @@ Requested features (see also bugs.txt) - UQM: Arrow keys do not steer the ship. - OpenArena: move 3-rd person camera to the side, above shoulder. + +- SuperTux: Update, enable OpenGL renderer, add touchscreen jump helper.