Commit Graph

2375 Commits

Author SHA1 Message Date
Sergii Pylypenko
f78c911f0a SDL: filter out c++_shared library from setEnvironment LDFLAGS 2019-04-25 18:40:18 +03:00
Sergii Pylypenko
90f5ab5684 SDL: updated setEnvironment scripts to use NDK r19 standalone toolchain 2019-04-24 23:32:40 +03:00
Sergii Pylypenko
20d59c5920 OpenTTD: update to 1.9.1 2019-04-24 20:41:57 +03:00
Sergii Pylypenko
d9ce299843 SDL: put binaries.zip to lib/<ARCH>/ so Play Store will (maybe, not tested) strip binaries for unsupported architectures 2019-02-25 21:26:54 +02:00
Sergii Pylypenko
22a34468d2 SDL: updated Gradle build files 2019-02-25 19:30:41 +02:00
Sergii Pylypenko
ab3e3aa1a7 XSDL: fixed build for 32-bit architectures 2019-02-25 19:30:19 +02:00
Sergii Pylypenko
56ae8d528e XSDL: fixed xkbcomp 2019-02-25 17:00:59 +02:00
Sergii Pylypenko
15ee9faf9b XSDL: updated busybox 2019-02-20 21:16:04 +02:00
Sergii Pylypenko
4d6a8dcd88 XSDL: do not restart in a loop, if we fail then stop 2019-02-20 20:28:21 +02:00
Sergii Pylypenko
639a2e7e69 SDL: fixed service notification on Android 8 2019-02-20 20:22:13 +02:00
Sergii Pylypenko
054ac50e0a XSDL: fixed linking 2019-02-20 19:22:57 +02:00
Sergii Pylypenko
9397c0079c SDL: fixed wrong header include when ANDROID macro is not defined 2019-02-19 18:43:30 +02:00
Sergii Pylypenko
e887896edf Xserver: work-in-progress update 2019-02-18 22:09:59 +02:00
Sergii Pylypenko
8be8471285 SDL: added padding to 'Stop app' button in the persistent notification 2019-02-18 22:09:25 +02:00
Sergii Pylypenko
2f49dd6e30 SDL: support for NDK r19, switched from c++_static to c++_shared, as recommended in NDK docs 2019-02-06 23:27:14 +02:00
Sergii Pylypenko
657ab95852 OpenLieroX: updated submodule 2019-02-06 23:27:02 +02:00
Sergii Pylypenko
3425c4b372 SuperTux: enabled boost_locale 2019-02-06 23:26:23 +02:00
Sergii Pylypenko
d431337433 SDL: fixed on-screen key layout customization dialog in SDL settings 2019-02-06 23:19:39 +02:00
pelya
1f32270a80 Merge branch 'sdl_android' of github.com:pelya/commandergenius 2019-01-30 21:57:58 +02:00
Sergii Pylypenko
6b1bd79e2f OpenLieroX: fixed opening app from Chrome notification 2018-12-17 23:41:24 +02:00
Sergii Pylypenko
da55d86723 SDL: account for rounded screen corners for text input 2018-12-13 20:49:08 +02:00
Sergii Pylypenko
63178dd22b Updated boost 2018-12-13 19:48:19 +02:00
Sergii Pylypenko
264f7aa43f SDL: disabled spammy debug output 2018-12-05 20:19:39 +02:00
Sergii Pylypenko
eec2e53f0f SDL: fixed optimization flags for debug builds, I can finally run ndk-gdb because I've got a new phone yay 2018-12-05 20:15:36 +02:00
Sergii Pylypenko
bf0eb74ea8 SDL: fix for loading libiconv 2018-12-05 19:49:59 +02:00
Sergii Pylypenko
61c5b7352b SDL: fixed build warning 2018-11-19 20:09:34 +02:00
Sergii Pylypenko
68d6923357 SDL: converted Guichan to static library, because we are using static libc++ so all C++ code must be linked inside libapplication.so 2018-11-19 19:55:32 +02:00
Sergii Pylypenko
71a72389e3 SDL: updated submodules 2018-11-09 20:27:49 +02:00
Sergii Pylypenko
2b18728ed5 SDL: removed gnustl_static from makefiles 2018-10-12 17:14:04 +03:00
Sergii Pylypenko
4be95b0d36 SDL: updated submodules 2018-10-11 18:25:51 +03:00
Sergii Pylypenko
d1554371a5 SDL: fixed libboost compilaiton 2018-10-11 18:08:52 +03:00
Sergii Pylypenko
51790527e9 SDL: do not build prebuilt libs if they are not used by the app 2018-10-11 17:28:41 +03:00
Sergii Pylypenko
de301f6c59 SDL: fixed NDK build warning 2018-10-10 23:17:26 +03:00
Sergii Pylypenko
37ad3763ab SDL: removed armeabi from build files 2018-10-10 22:47:51 +03:00
Sergii Pylypenko
f9a91856ec SDL: removed ffmpeg, it's long broken and thankfully unused 2018-10-10 22:46:58 +03:00
Gerhard Stein
f0a8e491e9 for newer systems 2018-10-06 13:02:56 +02:00
Sergii Pylypenko
b0f344098f SDL: updated setEnvironment scripts 2018-09-24 18:53:41 +03:00
Sergii Pylypenko
9087c622ae SDL: updated iconv submodule to compile on NDK r18 2018-09-24 18:52:59 +03:00
Sergii Pylypenko
16d326c1c5 SDL: fixed OpenSSL compilation with NDK r18 2018-09-24 18:52:37 +03:00
Sergii Pylypenko
8333b99596 Updated boost submodule 2018-09-20 22:52:44 +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
0c172d10fb SDL: fixed libpng to work with NDK r18 2018-09-20 22:37:47 +03:00
Sergii Pylypenko
bef5f545c5 SDL: fixed SdlVideoResizeKeepAspect=y messing up mouse position after restoring app from background 2018-09-20 21:01:04 +03:00
Sergii Pylypenko
aa7919811f Updated todo 2018-09-07 18:06:30 +03:00
Sergii Pylypenko
d169cf6d89 XMoto: now it runs, although poorly 2018-08-15 22:20:33 +03:00
Sergii Pylypenko
b66d0f6af0 XMoto: now it compiles 2018-08-15 21:37:09 +03:00
pelya
286b105fc5 XMoto: updated package name 2018-08-12 02:28:51 +03:00
pelya
2f0fa55d2e XMoto: updated keycodes 2018-08-12 02:27:40 +03:00
Sergii Pylypenko
35400851ca XMoto: added submodule and project file, it does not compile yet 2018-08-10 23:39:59 +03:00
Sergii Pylypenko
0299387ea8 LUA: enabled LUA 5.1 compatibility mode 2018-08-10 22:25:43 +03:00