Tim Angus
578cd935a0
* Support OpenGL ES 2 on Android
2011-08-26 13:15:05 +01:00
Ryan C. Gordon
62176df129
Added support for multitouch on Android.
...
Fixes Bugzilla #1294 .
Thanks to Gabriel Jacobo for the patch!
2011-10-13 01:21:35 -04:00
Tim Angus
6f0f508a4f
* Fix many memory leaks in Android FS code
...
* Set SDL error string with Java exception details when one occurs
* Fix tabulation of SDLActivity::getContext
2011-08-26 13:11:53 +01:00
Ryan C. Gordon
247346d526
Allow Android platforms to read from .apk files via the RWOPS interface.
...
Fixes Bugzilla #1261 .
Thanks to Tim Angus for the patch!
2011-07-29 16:51:25 -04:00
Sam Lantinga
9127589299
Try to create an OpenGL ES 2.0 context on Android and successfully fall back to OpenGL ES 1.1 if that fails.
2011-02-07 17:44:07 -08:00
Sam Lantinga
9fa1d4876d
The window is changed to reflect the actual screen dimensions, for now.
...
Implemented SDL_SetWindowTitle(), which turned out to be fairly complex
2011-01-13 15:10:17 -08:00
Sam Lantinga
5b1882ee17
Fixed audio buffer lifecycle and implemented audio shutdown
2011-01-13 12:32:55 -08:00
Sam Lantinga
4f9db82a4c
Working audio implementation contributed by Joseph Lunderville
2011-01-13 11:14:20 -08:00
Sam Lantinga
738f971adb
Implemented translation from Android keycodes to SDL scancodes
2011-01-12 21:21:21 -08:00
Sam Lantinga
27dd18d80a
Fixed video mode format for unknown surface format
2011-01-12 19:33:29 -08:00
Sam Lantinga
0fa1d9fe61
More Android cleanup:
...
* Formalized the interface with Java methods in SDL_android.h
* We don't need the feature system, at least right now
* Fixed waiting for the SDLMain thread
2011-01-12 17:53:06 -08:00
Sam Lantinga
f9f37e83fe
Whoops, need to pass that SDL format into native code
2011-01-12 16:35:03 -08:00
Sam Lantinga
fdea37a756
Added some missing pixel formats and SDL_GetPixelFormatName()
2011-01-12 14:53:23 -08:00
Sam Lantinga
25101525df
Fill in the video mode with the correct screen format
2011-01-12 14:29:01 -08:00
Sam Lantinga
a410db1ae6
A bit of cleanup in the Android driver
2011-01-12 13:52:41 -08:00
Sam Lantinga
b674add868
Added the Android project and lots of info to README.android
2011-01-06 17:12:31 -08:00