Commit Graph

117 Commits

Author SHA1 Message Date
Sergii Pylypenko
aaefca9f02 Removed fonteditor, it was never ever used 2013-03-20 16:08:29 +02:00
pelya
a12c6ada8d Gyroscope support 2013-02-01 19:16:25 +02:00
pelya
ba36393a0c Support for PS3 gamepad - I've breaked SDL joystick API again, yay! 2013-01-23 18:55:58 +02:00
pelya
a38aa86208 Fixed legacy VCMI, it crashes when loading a map 2013-01-06 01:47:04 +02:00
pelya
db81efdbd7 Fixed Unicode value in key event not being zero on key release. 2012-12-17 20:35:56 +02:00
pelya
7065fadf88 More efficient SDL_IsScreenKeyboardShown() implementation 2012-12-15 16:20:15 +02:00
pelya
47f86119d3 Fixed dialog to configure on-screen buttons 2012-12-11 19:57:00 +02:00
pelya
9b1f14a3fa Updated OpenArena project 2012-12-01 02:59:38 +02:00
pelya
ad6cd2c92e Script for creating .tar.gz source archive, with whole SDL repo plus app sources 2012-11-26 19:48:42 +02:00
pelya
9e26993b2b Fixed Shift keycode, for use with EmulatesHwKeyboard=y 2012-11-11 21:05:20 +02:00
pelya
34a567477f Cleaned up readme files and build files 2012-11-09 17:14:06 +02:00
pelya
f342ad315c Tentative fix for the ad misplacement when the app is restored from background, by slvn 2012-09-18 16:12:26 +03:00
pelya
58ea082bd5 Do not show "Change device config" button at all, if startup button timeout is 0 2012-09-17 15:59:57 +03:00
pelya
17ea07d39d Changed accelerometer/multitouch/joystick input once again, removed touch event ratelimiting for Froyo and newer. 2012-09-17 15:51:13 +03:00
pelya
fb4ccea118 Updated description of advertisement API, added function to request new ad. 2012-09-12 13:32:45 +03:00
pelya
5c720fb3d9 Force SW video mode in SDL_SetVideoMode() if enabled in AndroidAppSettings.cfg 2012-08-06 17:05:40 +03:00
pelya
a6eb841030 Fixed invalid left button press event for USB mouse, added mousewheel events 2012-08-02 16:38:40 +03:00
pelya
adaba11491 Fixed video output for emulator, some support for NDK r8b 2012-07-29 21:33:15 +03:00
pelya
ed80230acd Added helper autotools script for cross-compile for armeabi-v7a arch 2012-06-22 17:42:03 +03:00
pelya
7a38e82742 Removed vibrator permission from manifest, it is unused anyway 2012-06-19 17:58:42 +03:00
pelya
e38ade1e6b Fixed button event for stylus 2012-06-15 19:07:11 +03:00
pelya
dd67bba742 Proper mouse/stylus support in Gingerbread and ICS 2012-06-13 19:35:29 +03:00
pelya
77a16225aa Dimming ICS status bar that really works 2012-06-13 17:21:19 +03:00
pelya
90211ac16e Fix for nasty bug in multitouch events code 2012-06-12 14:06:24 +03:00
pelya
6c03bdc131 Updated hHeretic, this is not yet usable because there's no button to change weapons 2012-06-11 17:36:07 +03:00
pelya
bfdcd53be0 Fixed cheat codes in OpenTyrian 2012-06-11 15:52:17 +03:00
pelya
fad3e89f63 Sun by Sirea keyboard theme that works, also redesigned the keys layout 2012-06-07 21:09:03 +03:00
pelya
bf2d92464f Sun theme, not yet finished, but not crashing anymore 2012-06-06 19:53:03 +03:00
pelya
ed8724c8bb Another unsuccessful try to get unaligned memory access error in Ballfield 2012-05-23 16:40:27 +03:00
pelya
e0e24403ce Fixed build scripts for the case when NDK is referenced by a synlink 2012-05-14 13:50:21 +03:00
pelya
7739613731 HIGHLY EXPERIMENTAL AND UNTESTED support for Xperia Play touchpad 2012-02-15 15:27:03 +02:00
pelya
d8e16a2b4f Fixed hardware mouse detection, fixed Ballfield example 2012-02-01 12:53:25 +02:00
pelya
c6489923f7 Some rudimentary support for hardware mouse 2012-01-31 18:48:16 +02:00
pelya
bfcffa7f77 Removed references to the crystax_static lib, which disappeared from the CrystaX NDK r6 and above 2012-01-03 14:37:11 +02:00
pelya
208715b025 Updated readme 2011-12-23 16:06:37 +02:00
pelya
a4b406c424 Updated OpenTTD, fixed build scripts 2011-12-08 14:17:58 +02:00
pelya
b8627ed0c9 Added more screen zoom modes 2011-11-23 20:02:24 +02:00
pelya
61dfc11a20 Updated Ballfield test app 2011-11-23 17:20:55 +02:00
pelya
85304e9ebe Added regression script, updated ScummVM 2011-10-18 15:29:00 +03:00
pelya
b610a03e67 Tentative fix for a regression when rendering became slow on certain devices 2011-10-12 16:16:33 +03:00
pelya
63af8c0944 Updated VCMI 2011-09-22 20:03:38 +03:00
pelya
ede9b2fdfd Fixes for SDL 1.3, the keycodes and invoking from background are broken 2011-09-19 16:11:22 +03:00
pelya
c1ae5a0fc6 Update to SDL key mappings and to mouse click-the-same-spot-mode radius 2011-09-14 18:50:11 +03:00
pelya
ad680dcb33 Updated some packages 2011-09-02 16:32:52 +03:00
pelya
f3193e8fd2 Fixed nasty bug in "touch near cursor to click" mouse emulation mode,
also validated on-screen keyboard with 10-point touchscreen, no issues found.
2011-08-11 19:36:06 +03:00
pelya
c4aecd807b Do not ratelimit touch events on Froyo/Gingerbread, they are already ratelimited by OS 2011-08-09 14:34:50 +03:00
pelya
16f757970a Fixed new code, added GLES2 example - I'm not sure that it works correctly, but it reports that GLES 2 is initialized 2011-08-02 13:20:32 +03:00
pelya
eb897e230a Fixed Return key not sent in the SDL_ANDROID text input 2011-06-03 14:06:27 +03:00
pelya
0742977a5e Fixed clashing lib names with system libraries 2011-04-22 16:12:36 -04:00
pelya
3c12f641d2 Fixed Ballfield 2011-03-14 19:13:12 +02:00