Sam Hocevar
44180ce402
build: switch the Android native build rules to autoconf; still a bit rough
but we can now create shared objects for each project; only the testsuite
is not building properly because of issues with STLport, and EglApp is
deactivated because AndroidApp should have precedence.
12 years ago
Sam Hocevar
5014b90b3e
build: compilation fixes for errors introduced in the recent Direct3D
and Android changes.
13 years ago
Sam Hocevar
15c4e8016a
android: slightly update Android project for newer SDK versions.
13 years ago
Sam Hocevar
0161879a84
core: try to merge Ticker and Emcee. Still not very good.
13 years ago
Sam Hocevar
1d9507baae
core: remove spurious dependency between androidapp.cpp and monsterz.
13 years ago
Sam Hocevar
b111f7e3d8
core: move platform-specific code to specific directories.
13 years ago
Sam Hocevar
6b1985d95f
android: keep a pointer on the global Java VM instead of the current
environment, so back-to-jvm techniques can work from any thread.
13 years ago
Sam Hocevar
6bbe943492
core: rename vec2i to ivec2 etc. to better match GLSL.
13 years ago
Sam Hocevar
ed3d51f00c
android: implement JNI_OnLoad and use Log::Info instead of the native
Android functions.
13 years ago
Sam Hocevar
d7ca14a836
android: compilation fixes for recent engine changes.
14 years ago
Sam Hocevar
951ac2bb0b
android: use GLES2 instead of GLES.
14 years ago
Sam Hocevar
e43d7b07e0
android: JNI hooks for single touch input.
14 years ago
Sam Hocevar
8451531042
android: move the PNG loading test into the Image class. It now works.
14 years ago
Sam Hocevar
aec4ae3ccc
android: Add a method for PNG loading. Highly hackish for now.
14 years ago
Sam Hocevar
c29f6a1fe8
android: Use thiz instead of that in JNI code.
14 years ago
Sam Hocevar
8ebf55fca8
No longer use DebugQuad() in the AndroidApp, we now know it works.
14 years ago
Sam Hocevar
48ca9eaf9e
Add AndroidAdd to the VCS. Far from being usable for now.
14 years ago