Updated ready for v28 build

This commit is contained in:
Simon 2022-03-29 22:54:14 +01:00
parent fd6be39c0e
commit bcf9287a85
3 changed files with 4 additions and 4 deletions

View file

@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.drbeef.ioq3quest" package="com.drbeef.ioq3quest"
android:installLocation="preferExternal" android:installLocation="preferExternal"
android:versionCode="39" android:versionCode="40"
android:versionName="0.26.2"> android:versionName="0.28.0">
<uses-feature android:name="android.hardware.vr.headtracking" android:version="1" android:required="true" /> <uses-feature android:name="android.hardware.vr.headtracking" android:version="1" android:required="true" />
<uses-feature android:glEsVersion="0x00030001" /> <uses-feature android:glEsVersion="0x00030001" />
<!-- <uses-feature android:name="oculus.software.overlay_keyboard" android:required="false"/>--> <!-- <uses-feature android:name="oculus.software.overlay_keyboard" android:required="false"/>-->

View file

@ -3082,7 +3082,7 @@ static void UI_Update(const char *name) {
trap_Cvar_SetValue( "r_subdivisions", 12 ); trap_Cvar_SetValue( "r_subdivisions", 12 );
break; break;
case 2: case 2:
trap_Cvar_SetValue( "r_subdivisions", 20 ); trap_Cvar_SetValue( "r_subdivisions", 80 );
break; break;
} }
} else if (Q_stricmp(name, "ui_glCustom") == 0) { } else if (Q_stricmp(name, "ui_glCustom") == 0) {

View file

@ -3,7 +3,7 @@
setlocal setlocal
set BUILD_TYPE=release set BUILD_TYPE=release
set VERSION=0.27.1 set VERSION=0.28.0
@REM Define the following environment variables to sign a release build @REM Define the following environment variables to sign a release build
@REM set KEYSTORE= @REM set KEYSTORE=