Skip to content

Commit

Permalink
Updated OpenTTD
Browse files Browse the repository at this point in the history
  • Loading branch information
pelya committed Apr 14, 2015
1 parent 1597173 commit 301e3a3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion changeAppSettings.sh
Expand Up @@ -890,7 +890,7 @@ else
ln -s -f $SDK_DIR/extras/android/compatibility/v4/android-support-v4.jar project/libs
}
[ -e $SDK_DIR/extras/google/google_play_services/libproject/google-play-services_lib/build.xml ] || \
android update project -p $SDK_DIR/extras/google/google_play_services/libproject/google-play-services_lib
android update project -t android-22 -p $SDK_DIR/extras/google/google_play_services/libproject/google-play-services_lib
fi

if [ -e project/jni/application/src/project.patch ]; then patch -p1 --no-backup-if-mismatch < project/jni/application/src/project.patch || exit 1 ; fi
Expand Down
6 changes: 3 additions & 3 deletions project/jni/application/openttd/AndroidAppSettings.cfg
Expand Up @@ -7,10 +7,10 @@ AppName="OpenTTD"
AppFullName=org.openttd.sdl

# Application version code (integer)
AppVersionCode=15037
AppVersionCode=15039

# Application user-visible version name (string)
AppVersionName="1.5.0.37"
AppVersionName="1.5.0.39"

# 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
Expand All @@ -24,7 +24,7 @@ AppDataDownloadUrl="!!Data files - 20 Mb|openttd-data-1.5.0.zip.xz|http://source
ResetSdlConfigForThisVersion=n

# Delete application data files when upgrading (specify file/dir paths separated by spaces)
DeleteFilesOnUpgrade="baseset ai game lang"
DeleteFilesOnUpgrade="baseset ai game lang libsdl-DownloadFinished-0.flag"

# 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/
Expand Down
2 changes: 1 addition & 1 deletion project/jni/application/openttd/src
Submodule src updated 1 files
+18 −14 src/build_vehicle_gui.cpp

0 comments on commit 301e3a3

Please sign in to comment.