Updated TeeWorlds project
This commit is contained in:
@@ -16,14 +16,16 @@ SdlVideoResizeKeepAspect=n
|
||||
CompatibilityHacks=n
|
||||
CompatibilityHacksStaticInit=n
|
||||
CompatibilityHacksTextInputEmulatesHwKeyboard=n
|
||||
CompatibilityHacksPreventAudioChopping=n
|
||||
CompatibilityHacksAppIgnoresAudioBufferSize=n
|
||||
AppUsesMouse=y
|
||||
AppNeedsTwoButtonMouse=n
|
||||
ShowMouseCursor=n
|
||||
ForceRelativeMouseMode=n
|
||||
AppNeedsArrowKeys=n
|
||||
AppNeedsTextInput=n
|
||||
AppNeedsArrowKeys=y
|
||||
AppNeedsTextInput=y
|
||||
AppUsesJoystick=y
|
||||
AppUsesAccelerometer=y
|
||||
AppUsesAccelerometer=n
|
||||
AppUsesMultitouch=n
|
||||
NonBlockingSwapBuffers=n
|
||||
RedefinedKeys="SPACE RETURN NO_REMAP NO_REMAP"
|
||||
@@ -34,6 +36,7 @@ StartupMenuButtonTimeout=3000
|
||||
HiddenMenuOptions='OptionalDownloadConfig DisplaySizeConfig'
|
||||
FirstStartMenuOptions=''
|
||||
MultiABI=n
|
||||
AppMinimumRAM=0
|
||||
AppVersionCode=06108
|
||||
AppVersionName="0.6.1.08"
|
||||
ResetSdlConfigForThisVersion=y
|
||||
|
||||
11
project/jni/application/teeworlds/readme.txt
Normal file
11
project/jni/application/teeworlds/readme.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
Quick compilation guide for Debian/Ubuntu (Windows is not supported, MacOsX should be okay though):
|
||||
Download SDL Git repo from https://github.com/pelya/commandergenius,
|
||||
install latest Android SDK, Android NDK r8b or newer, and "ant" tool (sudo apt-get install ant),
|
||||
then launch commands:
|
||||
git submodule update --init project/jni/application/teeworlds/src
|
||||
rm project/jni/application/src # ignore the error
|
||||
ln -s teeworlds project/jni/application/src
|
||||
./changeAppSettings.sh -a
|
||||
android update project -p project
|
||||
./build.sh
|
||||
That should do it.
|
||||
Reference in New Issue
Block a user