pelya
|
3a82580ce5
|
SDL: better GLES3 support, non-working GLES3 sample app
|
2016-09-11 03:41:27 +03:00 |
|
lubomyr
|
259e903581
|
added new screen-mode 480x272
|
2016-08-25 20:02:19 +03:00 |
|
Sergii Pylypenko
|
ee54f13f75
|
SDL: added GLES3 support
|
2016-08-22 21:46:35 +03:00 |
|
lubomyr
|
6cd731dcee
|
added 720x400 virtual wide screen mode
|
2016-08-19 19:54:22 +03:00 |
|
pelya
|
fe7c6be644
|
SDL: fixed multithreaded video rendering crashing
|
2016-08-14 23:51:11 +03:00 |
|
pelya
|
b4cbc0aa75
|
SDL: ask for SD card permission right after launch, removed SDL_ANDROID_RequestExternalStorageRuntimePermission() API
|
2016-08-14 22:50:37 +03:00 |
|
pelya
|
7e032dd40a
|
SDL: request Marshmallow SD card runtime permission using SDL_ANDROID_RequestExternalStorageRuntimePermission()
|
2016-06-27 01:11:18 +03:00 |
|
lubomyr
|
006e2e5a00
|
added new screen mode 960x540
|
2016-04-25 21:04:32 +03:00 |
|
lubomyr
|
45593cd2f2
|
changed delay for 'tap or timeout' left mouse click
|
2016-04-23 23:17:22 +03:00 |
|
Sergii Pylypenko
|
1842bb2209
|
SDL: bigger delay for 'tap or timeout' left mouse click, this commit can break emulators like ScummVM
|
2016-04-22 22:27:18 +03:00 |
|
pelya
|
493530112e
|
SDL: new API SDL_ANDROID_SetConfigOption() to configure SDL Android-specific options, such as video depth (which requires app restart)
|
2016-04-17 01:06:27 +03:00 |
|
lubomyr
|
27944784d8
|
added option UseGlshim in AndroidAppSettings.cfg
|
2016-01-09 19:23:05 +02:00 |
|
Sergii Pylypenko
|
fb7e7ae217
|
SDL: Android TV support, preliminary for now.
|
2015-12-07 22:25:40 +02:00 |
|
Sergii Pylypenko
|
84765b2f5c
|
SDL: new API to show built-in SDL keyboard, fixed built-in QWERTY keyboard
|
2015-11-02 21:57:22 +02:00 |
|
Sergii Pylypenko
|
c8fc91b310
|
SDL: fixed keys @#+ not working with CompatibilityHacksTextInputEmulatesHwKeyboard=y
|
2015-09-24 21:21:27 +03:00 |
|
Sergii Pylypenko
|
ac73a0da4e
|
SDL: Do not move floating joystick if finger moves too far
|
2015-09-17 22:52:12 +03:00 |
|
Sergii Pylypenko
|
b205003403
|
SDL: new API SDL_ANDROID_SetAndroidKeycode() to set SDL keycodes to Volume keys and other hardware keys.
|
2015-07-31 21:47:09 +03:00 |
|
Sergii Pylypenko
|
b7733367a3
|
Added orientation sensor support
|
2015-07-14 22:13:55 +03:00 |
|
pelya
|
eceb88a630
|
SDL: send Unicode keysym value even for ASCII keys, it's like this in PC version of SDL
|
2015-07-12 00:40:00 +03:00 |
|
Sergii Pylypenko
|
97c256b03d
|
SDL: new method SDL_ANDROID_RestartMyself() that will restart current app
|
2015-06-25 23:07:25 +03:00 |
|
Sergii Pylypenko
|
b0bae5d24e
|
Screen keys will not be shifted by system bar over the top of the screen
|
2015-06-08 22:20:56 +03:00 |
|
Sergii Pylypenko
|
adc8a27440
|
SDL_IsScreenKeyboardShown() will work with SDL_ANDROID_ToggleScreenKeyboardWithoutTextInput()
|
2015-06-05 23:28:33 +03:00 |
|
Sergii Pylypenko
|
81853f7ead
|
Reworked keyboard input, so Korean text input won't crash SDL
|
2015-06-05 21:21:59 +03:00 |
|
Sergii Pylypenko
|
b416a6ea17
|
Gimp: updated to Jessie, new warning dialog about removing old installation, fixed infinite restart in SDL
|
2015-04-02 21:06:22 +03:00 |
|
Sergii Pylypenko
|
4fc05b347f
|
Gimp: warn user about deleting files during upgrade, removed old cruft
|
2015-03-31 23:33:11 +03:00 |
|
pelya
|
546bbc3ea0
|
SDL: move mouse with right gamepad stick, added bounds checking to moving mouse with arrow keys
|
2015-03-22 22:21:35 +02:00 |
|
pelya
|
f0688ea027
|
SDL: Tentative fix for buggy keyboards that send ASCII symbols without keysym
|
2015-03-22 21:05:18 +02:00 |
|
pelya
|
e3082701a5
|
SDL: New API SDL_ANDROID_OpenExternalWebBrowser() to open URL in Android web browser or relevant app such as Youtube
|
2015-03-15 22:54:13 +02:00 |
|
Sergii Pylypenko
|
bd2c959a17
|
Fixed Google Play Game Services bindings, added more Java keycodes
|
2015-03-12 22:51:24 +02:00 |
|
lubomyr
|
b1ec2921cd
|
Fix for on-screen themes: dualshock and n64
|
2015-02-25 19:37:46 +00:00 |
|
lubomyr
|
4e26931de8
|
added new on-screen themes (n64, dualshock, snes, psx, gba) from retroarch
|
2015-02-20 13:56:41 +00:00 |
|
Sergii Pylypenko
|
3099e2b425
|
Fixed screen arrows being pressed in joystick mode
|
2015-01-19 22:03:37 +02:00 |
|
Sergii Pylypenko
|
635bc389c4
|
SDL: Fixed blend coefficient for diagonal presses on screen joystick
|
2015-01-19 21:45:50 +02:00 |
|
Sergii Pylypenko
|
4b91a33443
|
SDL: Retro keyboard theme by Santiago Radeff
|
2015-01-19 21:38:20 +02:00 |
|
Sergii Pylypenko
|
6353a5094c
|
SDL: support for window resizing without restarting
|
2015-01-16 21:12:45 +02:00 |
|
pelya
|
16da838bda
|
Android 3.0 is now lowest supported version, because of new 'clipboard changed' notification in SDL_syswm.h, using SDL_SYSWMEVENT.
|
2015-01-01 04:43:30 +02:00 |
|
Sergii Pylypenko
|
50a6d7e253
|
Fixed following mouse cursor when keyboard is shown
|
2014-12-26 23:24:22 +02:00 |
|
Sergii Pylypenko
|
934f3981a9
|
Oops, fixed compilation
|
2014-12-25 17:17:23 +02:00 |
|
Sergii Pylypenko
|
2a21ba82ad
|
XSDL: screen follows mouse cursor
|
2014-12-22 23:38:38 +02:00 |
|
Sergii Pylypenko
|
622966dd9b
|
Fixed screen staying black sometimes after restoring app from background
|
2014-12-18 21:50:52 +02:00 |
|
pelya
|
96f7399976
|
Slightly larger on-screen keyboard
|
2014-11-10 00:29:33 +02:00 |
|
Sergii Pylypenko
|
064f685983
|
Minor update to OpenArena, small x64 fixes to random headers
|
2014-10-24 21:50:08 +03:00 |
|
Sergii Pylypenko
|
fad0e66666
|
Fixed bug in gamepad dpad processing, removed old unused trackball code, random 64-bit fixes
|
2014-10-23 23:31:29 +03:00 |
|
Sergii Pylypenko
|
3e4de48d10
|
Map on-screen keys to mouse buttons
|
2014-10-11 03:01:46 +03:00 |
|
Sergii Pylypenko
|
fc92bb86d1
|
Do not fire right mouse button when lifting fingers, if middle button was pressed
|
2014-10-10 22:24:50 +03:00 |
|
Sergii Pylypenko
|
c4eba6f2d0
|
Cloud save: fixed broken 64-bit integer type
|
2014-07-09 23:36:38 +03:00 |
|
Sergii Pylypenko
|
bfee524d25
|
Cloud save: working save/load dialog
|
2014-07-09 23:19:19 +03:00 |
|
Sergii Pylypenko
|
8e2ad620d8
|
Cloud save: working implementation, no dialog to select your games yet
|
2014-07-09 20:50:16 +03:00 |
|
Sergii Pylypenko
|
ed57fac3c9
|
Cloud save: more stubs, using Biniax as a sample app
|
2014-07-08 23:44:09 +03:00 |
|
pelya
|
283b1d6b3d
|
Inverted axis for gyroscope mouse movement, because eh, why did I think inverted axes was a nice idea anyway?
|
2014-06-29 01:31:35 +03:00 |
|