From ef6ef9a251f8fe28cfe368efa44d99298a66cd76 Mon Sep 17 00:00:00 2001 From: Sergii Pylypenko Date: Mon, 23 Jun 2014 19:57:46 +0300 Subject: [PATCH] Updated todo --- bugs.txt | 3 --- todo.txt | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bugs.txt b/bugs.txt index 9b8e7566c..4c20d5301 100644 --- a/bugs.txt +++ b/bugs.txt @@ -16,9 +16,6 @@ Requested features, might never get implemented, see todo.txt for features that - Show/hide screen controls with longpress on Text Edit button. -- Floating on-screen joystick - initially invisible, it appears when you touch the screen, - centered on your finger, then it slides with your finger if you bump the joystick edge. - - Export phone vibrator to SDL - interface is available in SDL 1.3. - Control screen brightness with SDL_SetGamma(). diff --git a/todo.txt b/todo.txt index 6998cdd36..333481746 100644 --- a/todo.txt +++ b/todo.txt @@ -21,6 +21,9 @@ TODO, which will get actually done - SDL: user-configurable option to set screen orientation. +- Floating on-screen joystick - initially invisible, it appears when you touch the screen, + centered on your finger, then it slides with your finger if you bump the joystick edge. + - OpenTTD: All menus in the scenario editor are out of the screen. - OpenTTD: 16bpp blitter with palette animation support.