]> git.lizzy.rs Git - minetest.git/commit
Fixes for Android build errors. Enable sensor landscape rotation.
authorKodexKy <kodexky@gmail.com>
Mon, 3 Nov 2014 21:25:37 +0000 (16:55 -0430)
committerCraig Robbins <kde.psych@gmail.com>
Tue, 25 Nov 2014 03:28:51 +0000 (13:28 +1000)
commit5413ed11955a5b8a09625b2df1c28fb18c99c296
tree98078fd7cf6d99268ec9148d7e2a69f582808dbd
parent9878e8de4fdf232ebb77b396766c339786c01218
Fixes for Android build errors. Enable sensor landscape rotation.

Fix typo in Android Makefile ndk path.
Fix touchscreen parts of game.cpp to work after Zeno's refactor.
Fix isdigit and isspace overload conflict with Android Irrlicht in string.h
Enable sensor landscape rotation in Android Manifiest.
Add mapgen v5 to Android build.
Fix Makefile not checking leveldb.

Signed-off-by: Craig Robbins <kde.psych@gmail.com>
build/android/AndroidManifest.xml.template
build/android/Makefile
build/android/jni/Android.mk
src/game.cpp
src/util/string.h