Commit Graph

185 Commits

Author SHA1 Message Date
Sergii Pylypenko
ee54f13f75 SDL: added GLES3 support 2016-08-22 21:46:35 +03:00
Sergii Pylypenko
cbd8374185 SDL: renamed libcrypto and libssl to avoid clashing with system libraries, fixed crashes in SD card Java code 2016-06-10 19:43:32 +03:00
Sergii Pylypenko
d1b9f16f93 SDL: fixed a bug with deleting files on update, when the app is installed on external SD card 2016-06-07 20:45:53 +03:00
Sergii Pylypenko
608c89d692 SDL: copy assets from AndroidData recursively, this allows app to put it's data dir into .apk file and use libzzip or libphysfs to read it from getenv("ANDROID_MY_OWN_APP_FILE") 2016-06-06 16:26:09 +03:00
pelya
98f3642373 Updated .gitignore 2016-05-28 01:50:57 +03:00
pelya
2bc39e57ba SDL: check that SD card is writable before writing there on fresh install 2016-05-17 13:14:17 +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
pelya
033be3ee53 SDL: we always have permission to write to our own dir on SD card on KitKat 2016-03-13 22:51:55 +02:00
pelya
c9320ec1af SDL: option to disable TV borders 2016-03-12 15:31:35 +02:00
pelya
abaf57d615 SDL: setenv("CARDBOARD_VR") if started from Google Cardboard app 2015-12-14 01:07:02 +02:00
Sergii Pylypenko
fb7e7ae217 SDL: Android TV support, preliminary for now. 2015-12-07 22:25:40 +02:00
pelya
1e66878da4 [SDL] Experimental adaptive algorithm for measuring gyroscope min/max values, removed the gyro calibration dialog 2015-11-14 02:19:21 +02:00
Sergii Pylypenko
96586aacd0 SDL: set env vars SDCARD_DOWNLOADS, SDCARD_MUSIC, SDCARD_PICTURES etc pointing to /sdcard/Download and so on 2015-08-04 20:35:49 +03:00
Sergii Pylypenko
cdd6ad13ef SDL: Link to your own apk file as env var 2015-07-10 23:42:22 +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
4fc05b347f Gimp: warn user about deleting files during upgrade, removed old cruft 2015-03-31 23:33:11 +03: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
4b91a33443 SDL: Retro keyboard theme by Santiago Radeff 2015-01-19 21:38:20 +02:00
pelya
98bb4c9b88 Fixed compilation 2015-01-01 23:05:42 +02:00
pelya
8834abfcd3 Fixed Samsung multiwindow mode, apps can be started at any order now 2015-01-01 22:53:14 +02:00
pelya
f482591bea Half-assed support for Samsung MultiWindow, you neeed to enable "Autodetect screen orientation" to make it work, and launch SDL app as a second window 2015-01-01 20:21:46 +02:00
Sergii Pylypenko
50a6d7e253 Fixed following mouse cursor when keyboard is shown 2014-12-26 23:24:22 +02: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
69f78f4d4e Updated Debian noroot 2014-10-07 23:26:58 +03:00
Sergii Pylypenko
7da700e625 Made screen orientation, BPP, immersive mode and sub-frame touch events a user configurable options 2014-06-23 23:42:07 +03:00
pelya
ed8e3457d0 Updated license text in all SDL 1.2 sources 2014-06-22 01:58:38 +03:00
pelya
48ee3af455 Floating on-screen joystick, which can be enabled in .cfg file 2014-06-22 01:32:17 +03:00
Sergii Pylypenko
4d28892810 Auto-select SD card with most free space on KitKat 2014-06-13 22:21:51 +03:00
Sergii Pylypenko
08a4b61430 Refreshing screen on mouse click is back as an option in AndroidAppSettings.cfg, enabled by default 2014-05-15 22:47:50 +03:00
pelya
61f565890e Save package name to env variable in Java code 2014-05-02 19:56:59 +03:00
pelya
47ae380720 Option to disable finger hover in SDL settings 2014-04-24 00:17:07 +03:00
pelya
0c5df7594c Fixed gyroscope calibration not saved to settings file, fixes to gyroscope mouse input - it still does not work with finger hover 2014-04-21 20:30:52 +03:00
pelya
343bfe673a Move mouse with gyroscope, not tested yet. 2014-04-20 23:54:08 +03:00
pelya
fae805d48f Fixed my prev commit once again 2014-03-02 21:32:15 +02:00
pelya
403456b033 Fixed my prev commit 2014-03-02 21:31:30 +02:00
pelya
5ab47cd410 Third on-screen joystick, overkill! 2014-03-02 19:05:52 +02:00
pelya
b40e28f3a7 Removed autofire for on-screen keyboard, the feature is unused and complicated 2014-03-01 18:45:03 +02:00
Sergii Pylypenko
700a1d88c7 Right mouse button long-press is not an option in AndoridAppSettings.cfg 2014-02-25 17:29:40 +02:00
pelya
4bc6687d1a Support for hover events jitter filter, it doesn't work yet. Also updated translations 2014-02-23 00:39:26 +02:00
Sergii Pylypenko
4383b9d5fb Split mouse handling code into several small functions, removed 'tiny' screen size 2014-02-22 01:14:55 +02:00
pelya
04aec7cae0 Auto-detect buggy touch panels, improved finger hover support 2014-02-08 21:08:45 +02:00
Sergii Pylypenko
2319578a79 Disable SDcard permission from AndroidAppSettigns.cfg 2013-12-23 22:47:05 +02:00
pelya
7930d0d1a0 GIMP package based on XServer 2013-11-09 19:54:10 +02:00
pelya
3792c63619 Fixed slow startup due to screen keyboard init code 2013-10-17 21:27:09 +03:00
Gerhard Stein
d1cec76cd7 Merge branch 'sdl_android' of github.com:pelya/commandergenius into sdl_android
Conflicts:
	project/jni/application/commandergenius/commandergenius
2013-09-20 19:45:39 +02:00
Gerhard Stein
2eb39951d5 Added Keen theme and patched boost a bit to make it work wit CG 2013-09-20 19:42:29 +02:00
pelya
3c7a9b79ec Always hide screen keyboard on Ouya 2013-09-20 12:41:04 +03:00
pelya
1c058ff98f Debug option to emulate Ouya 2013-09-01 20:02:42 +03:00
pelya
1527ebc27b VCMI: messing with code at random, it loads start menu but then crashes 2013-08-03 21:21:46 +03:00
Sergii Pylypenko
57ed7213c0 Compilation fix 2013-08-01 19:14:08 +03:00