From 2b6b5eeb5122e1500ea43a4cedb9e94f2bd14bd7 Mon Sep 17 00:00:00 2001 From: Sergii Pylypenko Date: Fri, 4 Sep 2015 22:56:24 +0300 Subject: [PATCH] OpenTTD: updated --- project/jni/application/openttd/AndroidAppSettings.cfg | 4 ++-- project/jni/application/openttd/src | 2 +- todo.txt | 2 -- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/project/jni/application/openttd/AndroidAppSettings.cfg b/project/jni/application/openttd/AndroidAppSettings.cfg index d2385bc8a..18b1a73ba 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=15242 +AppVersionCode=15243 # Application user-visible version name (string) -AppVersionName="1.5.2.42" +AppVersionName="1.5.2.43" # 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 diff --git a/project/jni/application/openttd/src b/project/jni/application/openttd/src index 90c427aa1..9a78b6e45 160000 --- a/project/jni/application/openttd/src +++ b/project/jni/application/openttd/src @@ -1 +1 @@ -Subproject commit 90c427aa10c1b3638cec5c025fa9094bf885f7a9 +Subproject commit 9a78b6e45ea72db332d555834071c39b26585cf1 diff --git a/todo.txt b/todo.txt index b77e2cee2..c4b938d34 100644 --- a/todo.txt +++ b/todo.txt @@ -15,8 +15,6 @@ TODO, which will get actually done - OpenTTD: 24bpp color mode + 32bpp blitter in SDL menu. -- OpenTTD: multiplayer chat GUI is broken. - - SDL: add option for non-fullscreen non-immersive mode. - UQM HD: add fonts from http://mosc-portal.bursa.ru/showthread.php?t=206 and switch back to joystick controls, set 4:3 aspect ratio as default.