Commit Graph

138 Commits

Author SHA1 Message Date
Sergii Pylypenko
077acc6880 SDL: support for install-time asset pack for Android app bundle 2021-06-07 00:20:09 +03:00
Sergii Pylypenko
d18f028de7 SDL: updated readme with the section about mounting .obb files 2021-05-20 23:28:29 +03:00
pelya
636559b5af SDL: put debug info from shared libraries into app bundle, updated build scripts to remove hacks and better integrate with Gradle 2021-01-08 02:29:59 +02:00
Gerhard Stein
abb3f4196b Another solution when licenses won't get accepted 2020-09-19 09:38:39 +02:00
pelya
4fab6dc422 Updated todo 2020-08-24 22:47:43 +03:00
Sergii Pylypenko
c3f89273e3 SDL: support for NDK r18, set minimum API level to 16 (Android 4.1), which is the minimum level NDK r18 supports 2018-09-20 22:41:55 +03:00
Sergii Pylypenko
83690c7843 SDL: Removed a trailing space in readme, because it is irritating 2018-06-04 18:31:11 +03:00
Sergii Pylypenko
df9ffa1c2b SDL: added keycodes for gamepad analog sticks to SDL_ANDROID_SetIndividualGamepadKeymap(), while API is still fresh 2017-11-16 21:36:15 +02:00
Sergii Pylypenko
9c86e109dd SDL: small update to readme 2017-11-02 22:54:36 +02:00
Gerhard Stein
7babe228b6 Readme update 2017-10-27 18:55:32 +02:00
Gerhard Stein
173d4f193b Hints about licensing issues in case of any 2017-10-19 19:09:12 +02:00
Gerhard Stein
c66e3d5ae1 Improved Readme a bit, Commander Genius update 2017-10-14 14:00:46 +02:00
Sergii Pylypenko
2920b61519 OpenTTD: updated 2017-06-23 19:09:58 +03:00
pelya
7629e64762 Updated readme to mention Bash on Windows. 2017-02-19 23:56:19 +02:00
Sergii Pylypenko
13f7249b19 [SDL] Fixed ProGuard not supporting latest Android SDK 2017-01-12 21:43:42 +02:00
pelya
eb5eb0c22f SDL: cosmetic update to the readme 2016-03-12 16:05:58 +02:00
Sergii Pylypenko
52117704d4 SDL: updated to Android 6.0 Marshmallow framework 2015-09-04 21:39:14 +03:00
Sergii Pylypenko
4635e72dd5 Updated readme 2015-07-13 20:34:03 +03:00
Sergii Pylypenko
8a747fc9ba Fixed right mouse button acting as Back key on Samsung devices with USB/Bluetooth mouse, bumped minimum Android version to Gingerbread. 2015-06-05 20:38:42 +03:00
Sergii Pylypenko
bd2c959a17 Fixed Google Play Game Services bindings, added more Java keycodes 2015-03-12 22:51:24 +02:00
Sergii Pylypenko
7ddc35b6e8 Override fprintf(stderr) in android_debug.h 2015-02-17 22:35:56 +02:00
Sergii Pylypenko
f5e9ca27e6 SDL: wait for libapplication.so to load before launching main() 2015-01-15 23:43:29 +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
Gerhard Stein
6ca97a50a0 Readme update 2014-10-11 20:22:49 +02:00
Sergii Pylypenko
4b7001903f Support GCCVER parameter in all scripts so that projects can be build with any GCC version - patch by Alex Wulms 2014-10-07 23:29:11 +03:00
Sergii Pylypenko
91f476c299 Updated readme - removed mention of old NDK 2014-04-03 17:04:00 +03:00
pelya
97c622bc94 Updated readme 2014-01-05 23:19:42 +02:00
pelya
0cd6238b44 Updated readme 2013-11-17 17:56:46 +02:00
pelya
303d53c8d3 Xserver works yay 2013-11-03 23:40:52 +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
6131090c64 Added C-Dogs project 2013-07-13 09:23:36 +03:00
pelya
437a7c017d Second joystick support 2013-05-11 01:40:52 +03:00
pelya
f47aaaea8e Updated readme with info about SDL joystick API 2013-05-06 12:42:06 +03:00
faywong
3a2152561f Refine the build system 2013-04-14 23:38:43 +08:00
pelya
e214d265e7 Disabled the OpenGL state save/restore, because many older devices do not support any glGet() 2013-02-04 13:07:49 +02:00
pelya
0ea01bface Dialog to calibrate gyroscope 2013-02-02 21:50:14 +02:00
pelya
1ff4c7b772 Updated readme with the information where to find the sources of each game. 2012-10-03 16:04:39 +03:00
pelya
c1f5c906da Small fix to readme 2012-09-18 10:15:01 +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
b2e3453209 Updated readme 2012-09-06 19:53:36 +03:00
pelya
5b21ee268c Disabled RTTI and exceptions, added section to readme how to enable them 2012-09-03 19:57:32 +03:00
pelya
64cd8c425a Minor fix to data downloader, updated OpenArena project 2012-08-03 16:34:43 +03:00
pelya
6bc9b48358 Updated readme 2012-07-09 16:10:10 +03:00
pelya
0f478832a7 Fixed OpenAL eating CPU in background 2012-06-21 18:04:11 +03:00
pelya
f476666b4b Re-enabled core to restore and save OpenGL state for on-screen keyboard, it just makes your life so much easier 2012-06-19 20:16:18 +03:00
pelya
d803858cc8 Updated readme 2012-06-14 16:22:50 +03:00
pelya
5d3d2320a4 Increased API level to 15, fixed a bug with JNI global ref 2012-06-13 15:35:21 +03:00
pelya
690a8c70f9 Added MOAR DIRTY HACKZ to the SDL compatibility mode, MilkyTracker now does not have any drawing glitches. 2012-06-12 20:52:42 +03:00
pelya
2e52b4488d Added Sun keyboard theme by Sirea (Martina Smejkalova) 2012-05-30 21:35:29 +03:00
pelya
2106847381 Updated readme 2012-05-29 20:05:00 +03:00