Commit Graph

48 Commits

Author SHA1 Message Date
Henrik Rydgard
1dec6e8154 Work towards full android joystick support. 2013-07-06 19:08:20 +02:00
Daniel Dressler
bba8285b94 Fix android doubling key presses 2013-07-03 19:54:16 -07:00
Daniel Dressler
824f4fb457 Add queue of pressed keys to input_state 2013-06-24 21:47:29 -07:00
Henrik Rydgard
0e5cab2b0c Android 4.2+: Ask for optimal audio buffer size + sample rate. Ignore sample rate for now. 2013-06-19 14:27:50 +02:00
Henrik Rydgard
be287c71d9 Add a bunch of Android controller axises and button constants, for use later. 2013-06-11 20:34:09 +02:00
Henrik Rydgard
04f6a35031 More logging, making things slightly more robust somehow (fixed a hang issue without knowing what actually fixed it..) 2013-06-04 23:53:41 +02:00
Henrik Rydgard
a509d38357 UI, http with gzip, etc. 2013-06-04 22:32:04 +02:00
Unknown W. Brackets
a17a16eda2 Avoid a memory copy when audio is ahead. 2013-05-25 12:11:06 -07:00
Unknown W. Brackets
85f386c38b Return number of samples in NativeApp::audioRender().
This way we can try to avoid writing invalid data to the buffer.
2013-05-25 11:44:32 -07:00
Henrik Rydgard
8b75763275 WIP new UI layout system! 2013-05-25 16:57:07 +02:00
Henrik Rydgard
7efbd96754 Android: Don't preserve state of buttons not set through jni between frames. 2013-03-30 23:54:23 +01:00
Jamie Halpern
9ef592a09f Jamie H - Updated the project version to 17 to support new APIs. Added a JNI call to allow for left joystick input from Java. Added in the key codes for the PS3 controller's X and O buttons. Joystick input for buttons is now suppressed in the NativeActivity class. 2013-03-21 00:40:02 -04:00
Henrik Rydgard
4fb2e97afa Fix bugs causing infinite loop in gllost, add more logging. 2013-03-10 17:49:01 +01:00
Henrik Rydgard
a9a067ef84 Set depth and color mask before clearing. 2013-02-22 22:11:26 +01:00
Henrik Rydgard
f5e775a9a1 Always specify all buffers for clearing. Missing one hurts, one extra doesn't. 2013-01-14 19:25:44 +01:00
Henrik Rydgard
dbda5f8037 Fix Down on Xperia Play 2013-01-04 00:24:21 +01:00
Henrik Rydgard
c952c8d0e7 Fix volume buttons on android and add some functonality to the VFS. 2012-12-01 10:35:55 +01:00
Henrik Rydgard
8677fac72c Some UI code cleanup. Another variant of ease curve function. RebindTexture. 2012-11-22 18:41:04 +01:00
Henrik Rydgard
765e5a341b Add untested support for Xperia Play 2012-11-10 10:11:18 +01:00
Henrik Rydgard
febf89bbc8 Fix an include path and release the input lock between stages. 2012-11-08 00:35:31 +01:00
Henrik Rydgard
d533766061 Move from turboviking to henrikrydgard as base namespace 2012-11-01 15:34:32 +01:00
Henrik Rydgård
3c231e9056 Reindent app-android.cpp and native-audio-so.cpp 2012-10-31 11:41:06 +01:00
Henrik Rydgard
23e6b0e374 UI tweaks, bugfixing 2012-10-30 17:36:28 +01:00
Henrik Rydgard
1ea568990d Colored touchbuttons, portafixes 2012-10-30 16:23:08 +01:00
Henrik Rydgård
60d3b5f601 UI work 2012-10-28 11:37:10 +01:00