OpenLieroX: bump version
This commit is contained in:
@@ -7,10 +7,10 @@ AppName="OpenLieroX"
|
||||
AppFullName=openlierox.net
|
||||
|
||||
# Application version code (integer)
|
||||
AppVersionCode=10580318
|
||||
AppVersionCode=10580418
|
||||
|
||||
# Application user-visible version name (string)
|
||||
AppVersionName="0.58rc3a18"
|
||||
AppVersionName="0.58rc4a18"
|
||||
|
||||
# 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
|
||||
@@ -264,7 +264,7 @@ APP_PLATFORM=android-21
|
||||
|
||||
# Specify architectures to compile, 'all' or 'y' to compile for all architectures.
|
||||
# Available architectures: armeabi armeabi-v7a x86 mips arm64-v8a
|
||||
MultiABI='armeabi-v7a arm64-v8a x86 x86_64' # arm64-v8a x86 x86_64
|
||||
MultiABI='armeabi-v7a' # arm64-v8a x86 x86_64
|
||||
|
||||
# Optional shared libraries to compile - removing some of them will save space
|
||||
# MP3 support by libMAD is encumbered by patents and libMAD is GPL-ed
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
cp -f keen.raw ../../../res/raw/
|
||||
cp -f liero.raw ../../../res/raw/
|
||||
|
||||
[ -e AndroidData/data.zip.xz ] && exit 0
|
||||
cd src/share/gamedir
|
||||
@@ -8,3 +8,4 @@ rm -f ../data.zip
|
||||
zip -0 -r ../data.zip .
|
||||
cd ../../..
|
||||
xz -9 < src/share/data.zip > AndroidData/data.zip.xz
|
||||
rm -f src/share/data.zip
|
||||
|
||||
13
project/jni/application/openlierox/java.patch
Normal file
13
project/jni/application/openlierox/java.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/project/java/Settings.java b/project/java/Settings.java
|
||||
index 9e6150a..09ade66 100644
|
||||
--- a/project/java/Settings.java
|
||||
+++ b/project/java/Settings.java
|
||||
@@ -736,7 +736,7 @@ public class Settings
|
||||
if( Globals.TouchscreenKeyboardTheme == 2 )
|
||||
nativeSetupScreenKeyboardButtons(loadRaw(p, R.raw.sun));
|
||||
if( Globals.TouchscreenKeyboardTheme == 3 )
|
||||
- nativeSetupScreenKeyboardButtons(loadRaw(p, R.raw.keen));
|
||||
+ nativeSetupScreenKeyboardButtons(loadRaw(p, R.raw.liero));
|
||||
if( Globals.TouchscreenKeyboardTheme == 4 )
|
||||
nativeSetupScreenKeyboardButtons(loadRaw(p, R.raw.retro));
|
||||
if( Globals.TouchscreenKeyboardTheme == 5 )
|
||||
Reference in New Issue
Block a user