Updated TODO
This commit is contained in:
@@ -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
|
||||
|
||||
4
todo.txt
4
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.
|
||||
|
||||
Reference in New Issue
Block a user