Commit Graph

2730 Commits

Author SHA1 Message Date
miguel.horta d40d02fc69 bump openttd submodule 2024-06-05 23:23:38 +01:00
miguel.horta 4604ab965f Bump ottdrev for release 2024-06-05 22:59:06 +01:00
miguel.horta 832d647e1e Openttd release 14.1.rev127 2024-06-05 22:51:56 +01:00
miguel.horta 39c71f8db5 Bump Openttd version to 14.1 2024-06-05 22:49:09 +01:00
miguel.horta f78755e303 change: Update cfg defaults
Make toolbar align to left/top
Have scroll mode default to 1 finger
2024-06-05 22:06:18 +01:00
miguel.horta 78b470bc4f Openttd release 14.0.rev126 2024-04-30 01:03:14 +01:00
miguel.horta f86b75c1d0 Bump Openttd version to 14.0 2024-04-13 14:38:00 +01:00
miguel.horta 5afec88058 bump openttd submodule 2024-04-07 13:59:47 +01:00
miguel.horta eadbd04f81 fix: Name clash between jni.h and error_func.h
Openttd newly included file error_func.h defines two new macros named
FatalError() and UserError(). FatalError() unfortunatly colides with a
method declared in jni.h

jni.h makes its way into Openttd code by being present at SDL_android.h;

Since knownledge of jni.h is not needed for Openttd code the adopted
solution was to remove jni.h from SDL_android.h and forward declare any
of its usages. Akin to pimpl pattern.
2024-04-07 13:51:20 +01:00
miguel.horta c9ce3ced58 change: Bump minSdkVersion to 24
Openttd dropped support to not having getifaddrs, and Android only
started shipping ifaddrs.h with SDK 24
2024-04-07 13:51:01 +01:00
miguel.horta 86aa68b95a WIP prepare for v14.0 2024-04-06 01:30:11 +01:00
miguel.horta 07e2a663ba Restore openssl 2024-04-05 21:02:11 +01:00
miguel.horta d2748a5c1a Restore curl 2024-04-05 19:07:19 +01:00
miguel.horta a3cf17d96e Merge remote-tracking branch 'upstream/sdl_android' into sdl_android 2024-04-05 18:59:48 +01:00
pelya 474099d226 OpenTTD: Bump to version 13.4 2023-08-29 14:28:22 +03:00
pelya d90957f51f fix: move configuration button to bottom 2023-08-29 14:26:05 +03:00
pelya bfb68c161b SDL: switched to NDK r25.2 2023-08-29 14:23:22 +03:00
pelya ed13ef776c OpenTTD: bump version 2023-08-29 14:08:12 +03:00
miguel.horta 24205dc948 Bump to version 13.4 2023-08-24 00:14:05 +01:00
miguel.horta 13c29b3ed2 fix: move configuration button to bottom
Bump ndk and gradle
2023-08-23 23:45:30 +01:00
Gerhard Stein c6ec8da264 Pipe symbol fiy 2023-07-27 17:49:40 +02:00
Gerhard Stein 1852b09c9b Bump Commander Genius version 2023-07-27 15:53:43 +02:00
Gerhard Stein 4c0ee01285 ABI Level 19 for later NDKs when trying to compile OpenSSL 2023-07-27 13:14:13 +02:00
Gerhard Stein 9eb294a4d5 OpenSSL compile script fix 2023-07-27 12:49:14 +02:00
Gerhard Stein cf4e7deba7 Bump Commander Genius settings for android 2023-07-27 12:35:17 +02:00
Gerhard Stein 902259cad7 Bump Commander Genius 2023-07-27 11:48:50 +02:00
pelya 0b93255121 OpenTTD: bump version 2023-05-20 13:48:38 +03:00
pelya 67efe70542 Ballfield: bump version 2023-05-20 01:21:48 +03:00
pelya d75428ec05 OpenTTD: enable all architectures 2023-05-20 01:21:07 +03:00
pelya 9aa360df04 SDL: updated sdl2_image libpng libjpeg 2023-05-20 01:18:37 +03:00
pelya b0124577c1 OpenTTD: fixed compilation 2023-05-20 01:18:08 +03:00
pelya 6c5703bf22 CI: eh eh 2023-05-20 00:15:01 +03:00
pelya 9a1f5ca352 icuuc: updated gitignore 2023-05-19 23:58:32 +03:00
pelya 66d66011ce Ballfield: bump version 2023-05-19 23:58:03 +03:00
pelya 6cc124b1df OpenTTD: fix fonts 2023-05-19 23:07:24 +03:00
pelya c3aabf9f7c OpenTTD: bump version 2023-05-19 17:44:33 +03:00
pelya 6932189f21 OpenTTD: fixed ICU data location 2023-05-19 16:17:56 +03:00
pelya 601d40b414 SDL: copy ICU data to lib 2023-05-19 16:15:08 +03:00
pelya 1f301e2d7c OpenTTD: faster builds 2023-05-19 11:57:41 +03:00
pelya 940b04c8ce OpenTTD: override compiler optimization flags so compilation takes less than two hours on my 15 years old laptop 2023-05-19 10:14:20 +03:00
pelya 8073d82624 Fixed sdl2-demo compilation 2023-05-17 21:44:22 +03:00
pelya 5824a4cfce OpenTTD: fixed build 2023-05-17 21:41:45 +03:00
pelya a8927c121a SDL: updated Android target version to API 33, you will need Java 17 because of the new Gradle 2023-05-17 21:04:57 +03:00
pelya a8e98dd68b SDL: various build script improvements 2023-05-17 20:30:37 +03:00
pelya 956660cd30 OpenTTD: parallel compilation 2023-05-17 16:15:04 +03:00
pelya ba816271e4 SDL: removed Proguard check, fixed build scripts 2023-05-17 15:47:15 +03:00
pelya b6c922f135 SDL: reverted the lowest API level to 19 2023-05-17 12:44:27 +03:00
miguel.horta 7f98205bcc bump revisions 2023-05-17 12:07:16 +03:00
miguel.horta 2a82f63627 fix: Restore cloud saves 2023-05-17 12:07:16 +03:00
miguel.horta 891b1dfdd9 Don't repeat assets downloads 2023-05-17 12:07:16 +03:00