From dc6568017dea5db12ecb5e2720f74921f0efb410 Mon Sep 17 00:00:00 2001 From: pelya Date: Sun, 23 Mar 2014 20:25:52 +0200 Subject: [PATCH] Updated TODO --- project/jni/application/openttd-lowmem/AndroidAppSettings.cfg | 2 +- project/jni/application/openttd/AndroidAppSettings.cfg | 4 ++-- project/jni/application/openttd/src | 2 +- todo.txt | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/project/jni/application/openttd-lowmem/AndroidAppSettings.cfg b/project/jni/application/openttd-lowmem/AndroidAppSettings.cfg index 1ed834b25..53ebf1356 100644 --- a/project/jni/application/openttd-lowmem/AndroidAppSettings.cfg +++ b/project/jni/application/openttd-lowmem/AndroidAppSettings.cfg @@ -24,7 +24,7 @@ AppDataDownloadUrl="!!Data files - 20 Mb|http://sourceforge.net/projects/libsdl- ResetSdlConfigForThisVersion=y # Delete application data files when upgrading (specify file/dir paths separated by spaces) -DeleteFilesOnUpgrade="baseset" +DeleteFilesOnUpgrade="baseset .openttd/windows.cfg .openttd/hotkeys.cfg" # Here you may type readme text, which will be shown during startup. Format is: # Text in English, use \\\\n to separate lines (that's four backslashes)^de:Text in Deutsch^ru:Text in Russian^button:Button that will open some URL:http://url-to-open/ diff --git a/project/jni/application/openttd/AndroidAppSettings.cfg b/project/jni/application/openttd/AndroidAppSettings.cfg index d1d7e4892..4334d6c44 100644 --- a/project/jni/application/openttd/AndroidAppSettings.cfg +++ b/project/jni/application/openttd/AndroidAppSettings.cfg @@ -24,7 +24,7 @@ AppDataDownloadUrl="!!Data files - 20 Mb|http://sourceforge.net/projects/libsdl- ResetSdlConfigForThisVersion=y # Delete application data files when upgrading (specify file/dir paths separated by spaces) -DeleteFilesOnUpgrade="baseset" +DeleteFilesOnUpgrade="baseset .openttd/windows.cfg .openttd/hotkeys.cfg" # Here you may type readme text, which will be shown during startup. Format is: # Text in English, use \\\\n to separate lines (that's four backslashes)^de:Text in Deutsch^ru:Text in Russian^button:Button that will open some URL:http://url-to-open/ @@ -201,7 +201,7 @@ FirstStartMenuOptions='' # Enable multi-ABI binary, with hardware FPU support - it will also work on old devices, # but .apk size is 2x bigger (y) / (n) / (x86) / (all) -MultiABI='all' +MultiABI=armeabi-v7a # all # Minimum amount of RAM application requires, in Mb, SDL will print warning to user if it's lower AppMinimumRAM=0 diff --git a/project/jni/application/openttd/src b/project/jni/application/openttd/src index f4612e403..55a09da6b 160000 --- a/project/jni/application/openttd/src +++ b/project/jni/application/openttd/src @@ -1 +1 @@ -Subproject commit f4612e40316f9fffd551ec055acc5ac560659bef +Subproject commit 55a09da6b2f277732083a2026a306f72f8622058 diff --git a/todo.txt b/todo.txt index bb1cfbaf1..6def52963 100644 --- a/todo.txt +++ b/todo.txt @@ -13,6 +13,6 @@ TODO, which will get actually done - SDL: resize default on-screen buttons for different screen sizes. -- SuperTux: Update, enable OpenGL renderer, add touchscreen jump helper, add gamepad support, fix zoom in settings. +- SDL: control mouse with gyroscope. -- OpenTTD: decrease font size to default. +- SuperTux: Update, enable OpenGL renderer, add touchscreen jump helper, add gamepad support, fix zoom in settings.