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
pelya
4a02eeeded
Revert "Disabled STLPort built into NDK in favor of my own STLPort, disabled cin/cout/cerr in my STLPort"
...
Probably I'll need that commit someday, so I can pull it from Git history now
This reverts commit a3106f9048 .
2010-12-20 14:37:32 +00:00
pelya
a3106f9048
Disabled STLPort built into NDK in favor of my own STLPort, disabled cin/cout/cerr in my STLPort
2010-12-20 14:35:54 +00:00
pelya
e83d174cdc
Added some support for NDK r5, commented out cin/cout/cerr in built-in STLPort bercause they keep crashing
2010-12-20 12:21:25 +00:00
pelya
b42200ad29
Fixed all remaining bugs with compiling via shell script
2010-11-09 19:02:50 +02:00
pelya
d77db689e6
Yet more fixes to build system via shell script, seems to work under all conditions now
2010-11-09 13:05:00 +02:00
pelya
1c2451c53c
More fixes to build system with AndroidBuild.sh
2010-11-05 14:39:30 +02:00
pelya
fdb429bcfc
Fixed lib dependencies, made text input send Enter key at the end
2010-11-04 19:31:00 +02:00
pelya
dc48633eed
Small fixes to build system
2010-11-04 14:31:29 +02:00
pelya
213d13ba7b
More fixes to build
2010-10-27 14:20:37 +03:00
pelya
6b9b163689
Reordered files in all libs - now all includes are in "libname/include" dir - logical, isn't it? This should break compilation however.
2010-10-26 14:43:54 +03:00
pelya
03c577136f
Added ScummVM project files
2010-10-26 10:53:02 +03:00
pelya
ac89ade479
Better default publisher logo :)
2010-10-21 13:45:59 +03:00
pelya
5a39746b2a
Added support for showing publisher logo at startup screen (we have to show button "Change phone config" there anyway).
...
Guys from Korean market asked to show game rating (an image with text "18+" and some more korean text) in startup screen, so I've added more-less generic solution.
2010-10-20 17:04:00 +03:00