Sergii Pylypenko
4cdad6573b
Fixed app build script
2022-01-03 00:07:15 +02:00
Sergii Pylypenko
919bf9a378
SDL2: custom activity that overrides SDLActivity
2022-01-02 00:12:38 +02: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
Sergii Pylypenko
2b18728ed5
SDL: removed gnustl_static from makefiles
2018-10-12 17:14:04 +03:00
Sergii Pylypenko
ad4a0bc52c
SDL: fixed pure C libraries containing exception information
2018-01-29 22:45:06 +02:00
Sergii Pylypenko
c23b64cdaf
SDL: API to change mouse mode on the fly
2017-01-27 22:57:06 +02:00
Sergii Pylypenko
05f6522c27
SDL: changed libfontconfig into static library
2017-01-13 14:08:53 +02:00
pelya
3a82580ce5
SDL: better GLES3 support, non-working GLES3 sample app
2016-09-11 03:41:27 +03:00
Sergii Pylypenko
4e817c007f
SDL: C++-specific AppCppFlags option in AndroidAppSettings.cfg
2016-07-28 23:38:21 +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
lubomyr
aae03a5c44
custom build script support for arm64-v8a
2015-06-26 21:12:58 +00:00
pelya
2853920e98
Added support for armeabi-v7a-hard architecture, it seems to be buggy, because Ballfield launches but does not draw anything. To be fixed later.
2014-05-29 13:16:00 +03:00
Sergii Pylypenko
e28055c3ae
Fix cross-arch dependencies
2014-03-13 18:03:37 +02:00
Sergii Pylypenko
17a12eb9a1
Prevent parallel execution of custom build script
2013-12-18 20:08:25 +02:00
Sergii Pylypenko
3170168b38
Fixes to build system and to debug builds
2013-11-28 22:45:22 +02:00
Sergii Pylypenko
4dec8cbe2a
Prevent parallel execution of AndroidBuild.sh
2013-11-28 20:45:20 +02:00
Sergii Pylypenko
afff187cba
setEnvironment scrtipts and CustomBuildScript support for MultiABI=all, by Lubomyr
2013-11-28 20:16:41 +02:00
Sergii Pylypenko
7303d1b4d9
Support for x86 and MIPS architectures, ffmpeg and Boost are disabled when compiling for them.
2013-11-25 20:04:46 +02:00
pelya
5065c1ae8e
Fixes for NDK r5e new 64-bit toolchain
2013-03-22 14:26:39 +02:00
pelya
e9cc0712f5
More options to the build system, fixed default setting not applied for the 4:3 screen ratio
2013-01-20 19:18:35 +02:00
pelya
ac96d94173
Added possibility to compile armeabi-v7a binaries via AndroidBuild.sh script, updated OpenArena
2012-09-25 20:04:18 +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
adaba11491
Fixed video output for emulator, some support for NDK r8b
2012-07-29 21:33:15 +03:00
pelya
e2ef381b4c
Multiple extensions for C++ files can be used now, this requires NDK r7 or newer
2012-07-09 15:24:45 +03:00
pelya
d64adbd315
Enabled RTTI and exceptions by default for all apps (but not for libs)
2012-06-14 16:25:13 +03:00
pelya
c12453c5b8
build.sh also launches your application, useful for debugging
2012-02-20 19:50:50 +02:00
pelya
f898ffe787
Long symbol names in shared libraries are no mre an issue (tested on HTC Evo, Android 2.3)
2012-02-20 12:29:37 +02:00
pelya
bfcffa7f77
Removed references to the crystax_static lib, which disappeared from the CrystaX NDK r6 and above
2012-01-03 14:37:11 +02:00
pelya
9361882219
Fixed makefiles
2011-12-21 12:59:42 +02:00
pelya
571982efcd
Added Kobo Deluxe (by Lubomyr), updated readme
2011-12-09 17:42:13 +02:00
pelya
a4b406c424
Updated OpenTTD, fixed build scripts
2011-12-08 14:17:58 +02:00
pelya
16bd732515
Updated OpenTTD, updated readme
2011-10-10 18:17:56 +03:00
pelya
ede9b2fdfd
Fixes for SDL 1.3, the keycodes and invoking from background are broken
2011-09-19 16:11:22 +03:00
pelya
f3ce9cd045
Updated makefiles to work with newer CrystaX NDK
2011-07-28 15:39:23 +03:00
pelya
a12092fb6d
Updated VCMI to compile with NDK r5b, it still fails to run
2011-06-08 18:31:31 +03:00
pelya
c684662e0e
Removed sdl_fake_stdout hack - it prevents standalone executables to link
2011-06-08 13:30:31 +03:00
pelya
f12b3810d3
Updated build system and added some missing symlinks
2011-06-07 13:50:42 +03:00
pelya
5caee5cdfe
Fixes to compile with crystaX NDK r5 beta3
2011-04-28 15:47:29 +03:00
pelya
cc650b1c1d
Support for individual filenames inside AppSubdirsBuild in AndroidAppSettings.cfg
2011-03-09 13:42:55 +02:00
pelya
0f221c5477
Fixed compiling for NDK r4b - note that I may have breaked some other compilation types
2011-02-09 15:13:32 +00:00
pelya
72d436d8eb
Fixed bug in build script
2011-02-07 10:47:29 +00:00
pelya
3d40c99b3d
Commented out redefining printf, because it generates lot of warnings in system headers
2011-02-07 09:52:44 +00:00
pelya
877d015c96
Fixed SDL compilation, added redefined printf to print to logcat
2011-02-07 09:25:57 +00:00
pelya
e07c5cfd14
Added fake cin/cout/cerr to prevent application crashing on tablets
2011-02-04 14:47:18 +00:00
pelya
a4cb94028c
Moved all includes from LOCAL_CFLAGS to LOCAL_C_INCLUDES so it will work in Cygwin
2011-02-02 14:28:16 +00:00
pelya
3e1af150d2
Fixed building with AndroidBuild.sh with clean repository
2011-02-02 13:06:56 +00:00
pelya
424b94565b
I'v efailed to integrate my STLPort so now I'm using GNU stdc++ with RTTI and exceptions
2011-01-28 16:40:24 +00:00
pelya
e9bccd21bf
Fixed bug in previous commit with __SDL_fake_stdout not defined, updated fheroes2 project
2011-01-26 09:53:20 +00:00
pelya
b337e649b9
Added fake stdin/stdout/stderr streams, to prevent crashes on some tablets
2011-01-25 14:29:23 +00:00
pelya
565f159a20
Revert "Revert "Disabled STLPort built into NDK in favor of my own STLPort, disabled cin/cout/cerr in my STLPort""
...
STLPort inside NDK R5 crashes when accessing stdout the smae way as mine built-in STLPort, but I have the possibility to change my own STLPort sources
This reverts commit 4a02eeeded .
2010-12-21 11:18:33 +00:00