From 09fef74277cacd4900a5d8e82857216a1e762dfb Mon Sep 17 00:00:00 2001 From: Sergii Pylypenko Date: Mon, 26 May 2014 23:10:43 +0300 Subject: [PATCH] Updated TODO --- project/jni/application/openttd/AndroidAppSettings.cfg | 10 +++++----- todo.txt | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/project/jni/application/openttd/AndroidAppSettings.cfg b/project/jni/application/openttd/AndroidAppSettings.cfg index 578f2bcd7..78e8c2e73 100644 --- a/project/jni/application/openttd/AndroidAppSettings.cfg +++ b/project/jni/application/openttd/AndroidAppSettings.cfg @@ -7,10 +7,10 @@ AppName="OpenTTD" AppFullName=org.openttd.sdl # Application version code (integer) -AppVersionCode=14029 +AppVersionCode=14030 # Application user-visible version name (string) -AppVersionName="1.4.0.29" +AppVersionName="1.4.0.30" # Specify path to download application data in zip archive in the form 'Description|URL|MirrorURL^Description2|URL2|MirrorURL2^...' # If you'll start Description with '!' symbol it will be enabled by default, other downloads should be selected by user from startup config menu @@ -38,7 +38,7 @@ ScreenOrientation=h # Video color depth - 16 BPP is the fastest and supported for all modes, 24 bpp is supported only # with SwVideoMode=y, SDL_OPENGL mode supports everything. (16)/(24)/(32) -VideoDepthBpp=24 +VideoDepthBpp=16 # Enable OpenGL depth buffer (needed only for 3-d applications, small speed decrease) (y) or (n) NeedDepthBuffer=n @@ -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 # Minimum amount of RAM application requires, in Mb, SDL will print warning to user if it's lower AppMinimumRAM=0 @@ -230,7 +230,7 @@ AppSubdirsBuild='' AppBuildExclude='' # Application command line parameters, including app name as 0-th param -AppCmdline='openttd -d 1 -b 32bpp-anim' +AppCmdline='openttd -d 1 -b 16bpp-simple' # Screen size is used by Google Play to prevent an app to be installed on devices with smaller screens # Minimum screen size that application supports: (s)mall / (m)edium / (l)arge diff --git a/todo.txt b/todo.txt index 4e596a474..285d25a26 100644 --- a/todo.txt +++ b/todo.txt @@ -23,10 +23,10 @@ TODO, which will get actually done - OpenTTD: Two-finger scrolling. -- OpenTTD: auto-switch to full toolbar if enough space. - - OpenTTD: 'build waypoint' button tries to build a train station. +- OpenTTD: Add 'cheat' command to console. + - Debian noroot: Audio support. - UQM: use gyroscope to steer the ship, search button for starmap.