Updated TODO

This commit is contained in:
pelya
2014-03-23 20:25:52 +02:00
parent 62a5747c94
commit dc6568017d
4 changed files with 6 additions and 6 deletions

View File

@@ -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/

View File

@@ -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

View File

@@ -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.