Lyubomyr Lisen
|
fec4ae7bc6
|
updated bugs.txt (one bug with performance of virtual keyboard fixed long time ago)
|
2016-06-03 01:24:53 +03:00 |
|
Sergii Pylypenko
|
9d68ae4fca
|
updated todo
|
2016-06-01 23:19:43 +03:00 |
|
Sergii Pylypenko
|
b478e207fc
|
SDL: fixed a crash in onTouchEvent on Android 2.3 devices
|
2016-06-01 23:07:14 +03:00 |
|
pelya
|
98f3642373
|
Updated .gitignore
|
2016-05-28 01:50:57 +03:00 |
|
Sergii Pylypenko
|
df92b2fc8b
|
SDL: do not use VOICE_CALL audio source, it's only available during voice calls
|
2016-05-27 19:52:08 +03:00 |
|
Sergii Pylypenko
|
22e7f45f6f
|
SDL: show Marshmallow permission dialog for recording audio
Updated SuperTux
|
2016-05-27 19:34:34 +03:00 |
|
Sergii Pylypenko
|
87e9b75d98
|
SDL: record audio using headset, if it's connected.
|
2016-05-27 18:20:30 +03:00 |
|
Sergii Pylypenko
|
acbfa9d4d7
|
SDL: Updated OpenSSL, removed BoringSSL. OpenSSL is now a shared library, because libcurl did not compile the other way.
|
2016-05-24 21:37:56 +03:00 |
|
Sergii Pylypenko
|
b3a5e10cfa
|
curl: switched back to OpenSSL, updated to latest version
|
2016-05-24 20:20:46 +03:00 |
|
Sergii Pylypenko
|
4df7e9dae9
|
Updated TODO
|
2016-05-23 21:42:24 +03:00 |
|
Sergii Pylypenko
|
54889f6d38
|
XSDL: updated to compile on NDK r11c
|
2016-05-19 21:46:24 +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
|
723e0524ac
|
SDL: do not pause each frame if screen keyboard is shown without full-screen text input field, this makes built-in keyboard choppy
|
2016-05-16 01:02:21 +03:00 |
|
pelya
|
3c2976aa03
|
OpenTTD: updated
|
2016-05-15 01:39:38 +03:00 |
|
Sergii Pylypenko
|
1f2adbb2d3
|
[SDL] Access to SD card is disabled by default now, for Android 4.3 and newer
|
2016-05-13 23:41:25 +03:00 |
|
pelya
|
49f70d7d5f
|
Updated todo
|
2016-05-08 23:13:38 +03:00 |
|
lubomyr
|
056ac53e2d
|
updated lbreakout2
|
2016-05-06 14:50:41 +03:00 |
|
lubomyr
|
006e2e5a00
|
added new screen mode 960x540
|
2016-04-25 21:04:32 +03:00 |
|
lubomyr
|
f49d407dec
|
glshim updated, added latest changes by ptitSeb
|
2016-04-23 23:18:27 +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 |
|
Sergii Pylypenko
|
a6875ff236
|
Merge pull request #57 from nitomartinez/sdl_android
Add android.intent.action.VIEW to x11 intent, resolves #55
|
2016-04-22 22:01:46 +03:00 |
|
Gerhard Stein
|
b2c1fb771d
|
Commander Genius update to version 1.9.3
|
2016-04-21 18:55:39 +02:00 |
|
Sergii Pylypenko
|
922feec8b9
|
SDL: Replaced Apache HTTP with HttpURLConnection, to decrease app size and number of dependencies
|
2016-04-20 23:04:16 +03:00 |
|
Nito Martinez
|
90d120a939
|
Add android.intent.action.VIEW to x11 intent, resolves #55
|
2016-04-19 17:45:00 +02:00 |
|
Nito Martinez
|
9e0e35b074
|
Add android.intent.action.VIEW to x11 intent, resolves #55
|
2016-04-19 17:43:38 +02:00 |
|
Nito Martinez
|
8c43fefb52
|
Add android.intent.action.VIEW to x11 intent, resolves #55
|
2016-04-19 16:32:58 +02:00 |
|
lubomyr
|
74e757be5c
|
Merge branch 'sdl_android' of https://github.com/pelya/commandergenius into sdl_android
|
2016-04-17 17:35:00 +03:00 |
|
lubomyr
|
7fc658d46c
|
updated bugs.txt
|
2016-04-17 17:33:01 +03:00 |
|
lubomyr
|
3c8e1ed646
|
glshim updated, added latest changes by ptitSeb
|
2016-04-17 17:31:24 +03:00 |
|
pelya
|
96387b750c
|
Updated todo
|
2016-04-17 03:05:13 +03:00 |
|
pelya
|
dceded2f4d
|
Updated todo
|
2016-04-17 02:48:50 +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
|
4374b45ed0
|
Merge branch 'sdl_android' of https://github.com/pelya/commandergenius into sdl_android
|
2016-04-14 21:10:57 +03:00 |
|
lubomyr
|
b2df9398f8
|
glshim updated, added latest changes by ptitSeb
|
2016-04-14 21:09:05 +03:00 |
|
Sergii Pylypenko
|
d1e8985bda
|
OpenTTD: yet more bugfixes
|
2016-04-12 22:59:44 +03:00 |
|
lubomyr
|
46cf1dd9a0
|
glshim updated, added latest changes by ptitSeb
|
2016-04-11 00:34:25 +03:00 |
|
Sergii Pylypenko
|
bc5191c50a
|
OpenTTD: updates and fixes
|
2016-04-08 21:34:17 +03:00 |
|
Sergii Pylypenko
|
60042293ae
|
SDL: fixed custom installation path dialog
|
2016-04-08 21:29:17 +03:00 |
|
Sergii Pylypenko
|
9fba98e5ab
|
Added BoringSSL - replacement for OpenSSL, updated libcurl to use boringssl
|
2016-04-04 21:09:43 +03:00 |
|
pelya
|
3f4f642d9f
|
Updated submodules
|
2016-04-03 15:05:23 +03:00 |
|
pelya
|
3e153a54a2
|
Merge branch 'sdl_android' of github.com:pelya/commandergenius into sdl_android
|
2016-04-03 15:03:15 +03:00 |
|
pelya
|
652e328152
|
OpenTTD: quick post-release bugfix
|
2016-04-03 15:02:14 +03:00 |
|
Gerhard Stein
|
63e0ba38fa
|
Apparently all build version compile fine wit CG. Even 64-bit ones...
|
2016-04-03 12:54:24 +02:00 |
|
Gerhard Stein
|
a74faccf37
|
Commander Genius Version update
|
2016-04-03 12:23:14 +02:00 |
|
pelya
|
00b4fc610a
|
OpenTTD: updated to 1.6.0 upstream
|
2016-04-03 00:27:00 +03:00 |
|
pelya
|
4e9f088b3c
|
Added fake pkg-config script to resolve include paths to SDL repo, fixed OpenTTD compilation
|
2016-04-02 22:33:20 +03:00 |
|
pelya
|
b401014b1a
|
Updated todo
|
2016-03-27 18:56:42 +03:00 |
|
pelya
|
0455bb648a
|
Merge branch 'sdl_android' of github.com:pelya/commandergenius into sdl_android
|
2016-03-27 18:54:23 +03:00 |
|
lubomyr
|
26d62b4a95
|
glshim updated, added latest changes by ptitSeb
|
2016-03-25 00:52:38 +02:00 |
|