diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 18b48d00..698f1d0b 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -3,9 +3,9 @@ com.gamemaker.game --> - - + - - - - @@ -47,39 +33,27 @@ - + - - - + - - + + - - - + + + @@ -90,7 +64,7 @@ - + diff --git a/android/gen-config.sh b/android/gen-config.sh index 9a264411..1294a3d0 100755 --- a/android/gen-config.sh +++ b/android/gen-config.sh @@ -5,7 +5,7 @@ PKG_TEST=false CHECK_SIGNATURES=false RELEASE=false GP_VERSION=false -XASH_CONFIG=$1src/in/celest/xash3d/XashConfig.java +XASH_CONFIG=$1src/su/xash/engine/XashConfig.java shift case "$*" in *test*) export PKG_TEST=true;; @@ -20,7 +20,7 @@ case "$*" in *gp*) export GP_VERSION=true;; esac _V="public static final boolean" -echo package in.celest.xash3d\; >$XASH_CONFIG +echo package su.xash.engine\; >$XASH_CONFIG echo public class XashConfig { >>$XASH_CONFIG echo $_V PKG_TEST = $PKG_TEST\; >>$XASH_CONFIG echo $_V CHECK_SIGNATURES = $CHECK_SIGNATURES\; >>$XASH_CONFIG diff --git a/android/gen-version.sh b/android/gen-version.sh index f7bc5541..e8d11bf3 100755 --- a/android/gen-version.sh +++ b/android/gen-version.sh @@ -1,6 +1,6 @@ #!/bin/bash -GIT_REV_XML=gen/res/values/git-rev.xml +GIT_REV_XML=$1/res/values/git-rev.xml mkdir -p $(dirname $GIT_REV_XML) @@ -8,7 +8,7 @@ echo '' > $GIT_REV_XML echo '' >> $GIT_REV_XML echo -n '' >> $GIT_REV_XML echo -n 'Version information: ' $*_endl| sed -e s/_endl/'\\n'/ >> $GIT_REV_XML -git submodule --quiet foreach --recursive 'echo -n \`basename $name`:\\ `git log --abbrev-commit --pretty=oneline -1` _endl' | sed -e 's/_endl/\\n/g' >> $GIT_REV_XML +git submodule --quiet foreach --recursive 'echo -n \`basename $name`:\\ `git log --abbrev-commit --pretty=oneline -1` _endl' | sed -e "s|_endl|\\\n|g; s|'|\\\'|g" >> $GIT_REV_XML echo -n $USER@$(hostname) $(date +%H:%M:%S-%d-%m-%y) >> $GIT_REV_XML echo '' >> $GIT_REV_XML echo '' >> $GIT_REV_XML diff --git a/android/res/layout/activity_fpicker.xml b/android/res/layout/activity_fpicker.xml index 7882aecf..9a3206f2 100644 --- a/android/res/layout/activity_fpicker.xml +++ b/android/res/layout/activity_fpicker.xml @@ -7,8 +7,7 @@ android:paddingLeft="@dimen/activity_horizontal_margin" android:paddingRight="@dimen/activity_horizontal_margin" android:paddingTop="@dimen/activity_vertical_margin" - android:background="#252525" - tools:context="in.celest.xash3dVR.FPicker" + android:background="#252525" android:orientation="vertical"> + android:weightSum="1" >