Joel Teichroeb
5c4100d353
ANDROID: Add -landroid to the list of LIBS
...
The -landroid above just incorrectly checks that it's already set, which it isn't
2014-02-17 22:49:51 +00:00
Pawel Kolodziejski
1d612eb865
ALL: synced with ScummVM
2014-02-16 15:01:08 +01:00
Pawel Kolodziejski
6f2a9151e9
BUILD: disable scalers option by default, it's not used here and only confuse
2014-02-16 13:36:29 +01:00
Pawel Kolodziejski
e588cb65e2
BUILD: fix typo
2014-02-16 12:04:06 +01:00
Pawel Kolodziejski
b595389de3
BUILD: remove specific Android case which is not used anymore
2014-02-16 11:44:56 +01:00
Pawel Kolodziejski
d8a1136565
JANITORIAL:
...
- remove some ResidualVM specific entries
- make OpenGL part as ResidualVM specific
- added more detection checks in OpenGL part
- allow only detect OpenGL ES2
2014-02-16 08:03:17 +01:00
Joel Teichroeb
01459a674f
ANDROID: Update the asset archive code to use AAssets
2014-01-27 12:09:18 -08:00
Pawel Kolodziejski
9098dfe9a2
ALL: sync with scummvm
2014-01-25 22:16:57 +01:00
Joel Teichroeb
362a3c91fd
ANDROID: Update the NDK toolchain to 15
2014-01-22 12:37:13 -08:00
Dries Harnie
f93c655b02
BUILD: add with-opengl-shaders
2014-01-14 00:26:38 +01:00
Bastien Bouclet
a2ad6d76d7
BUILD: Fix a typo in configure help
...
Thanks Botje for noticing
2014-01-12 14:28:55 +01:00
Bastien Bouclet
6357534ed0
MYST3: Add JPEG as a dependency
2014-01-01 14:57:48 +01:00
Kirben
8dfcf63f54
BUILD: Enable JPEG detection for Myst3.
2014-01-01 22:31:58 +11:00
Pawel Kolodziejski
198cf8b922
ALL: correct engine name
2013-12-08 17:00:04 +01:00
Pawel Kolodziejski
b22d441a00
ALL: synced with scummvm
2013-12-08 13:25:24 +01:00
Pawel Kolodziejski
790db038c0
ALL: sync with scummvm
2013-10-13 11:30:34 +02:00
Pawel Kolodziejski
f52da5c053
ALL: synced with scummvm
2013-07-16 22:11:39 +02:00
Pawel Kolodziejski
c68193e3a4
ALL: synced with scummvm
2013-07-13 14:30:29 +02:00
Pawel Kolodziejski
f663904bd7
ALL: formating
2013-07-07 15:48:28 +02:00
Pawel Kolodziejski
068ff94d20
ALL: synced with ScummVM
2013-07-07 15:29:33 +02:00
Dries Harnie
8e7dfac024
ANDROID: Enable support for OpenGL ES2
2013-06-02 14:53:45 +02:00
Giulio Camuffo
7f0ee6dbe7
CONFIGURE: Fix build under et_EE locale
...
Freetype-config reports a broken include dir
when et_EE locale is used. We set LC_ALL
and LANGUAGE to "C" explicitly like autoconf
does to force consistent behavior.
From ScummVM's b65365e0d314bff91f5fb3c4fbdd3da7944ea7a2
2013-02-09 18:51:37 +01:00
Bastien Bouclet
5f53b94a18
MYST3: Conditionally build SafeDisk decryption support
2012-12-11 19:52:23 +01:00
Paweł Kołodziejski
2ca14f4bfb
ALL: remove empty echo for compatibility with amigaos4
2012-11-24 19:06:50 +01:00
Paweł Kołodziejski
c1995d7d92
ALL: fixes after sync
2012-11-18 20:04:29 +01:00
Pawel Kolodziejski
adcb0b8383
ALL: synced with scummvm
2012-11-18 19:07:46 +01:00
Paweł Kołodziejski
905d75929e
COMMON: fix typo
2012-09-09 15:12:23 +02:00
Paweł Kołodziejski
5f044c8b91
COMMON: update reps for engines
2012-09-09 11:06:21 +02:00
Pawel Kolodziejski
c6c4bc7566
ALL: sync with scummvm
2012-09-08 21:09:03 +02:00
Pawel Kolodziejski
8bc0a26091
ALL: synced with scummvm
2012-08-20 08:20:05 +02:00
Pawel Kolodziejski
72664703cf
ALL: sync with scummvm
2012-07-06 22:05:21 +02:00
Pawel Kolodziejski
fe998186b9
ANDROID: few more updates
2012-05-03 06:52:42 +02:00
Paweł Kołodziejski
596129dcb0
CONFIGURE: rtti is not disabled
2012-05-03 06:47:53 +02:00
Pawel Kolodziejski
071a87de3a
CONFIGURE: fix typo
2012-05-03 06:43:32 +02:00
Pawel Kolodziejski
7727e054e2
CONFIGURE: added ps3 to list
2012-05-03 06:42:38 +02:00
Pawel Kolodziejski
1169be62ee
CONFIGURE: added samsungtv target to list
2012-05-03 06:40:49 +02:00
Paweł Kołodziejski
308f407969
Merge pull request #613 from tobigun/android
...
ANDROID: preliminary Android port for ResidualVM
2012-05-02 21:36:07 -07:00
Paweł Kołodziejski
69e522e15e
CONFIGURE: fix typo
2012-05-03 05:56:44 +02:00
Pawel Kolodziejski
8543f6c1e6
ALL: synced with scummvm
2012-05-03 05:51:15 +02:00
Tobias Gunkel
40e2cc4d96
ANDROID: increase required NDK and SDK version numbers
...
Android NDK 5 and SDK 7 (Android 2.1) are needed to provide full multitouch support. Otherwise MotionEvent.getPointerCount() and MotionEvent.getX(int) are not available.
In addition GLES2 headers are only available in Android 2.1 and newer revisions.
2012-04-30 19:11:32 +02:00
Tobias Gunkel
c9abe564af
BUILD: add RTTI support for android build
2012-04-30 19:11:31 +02:00
Tobias Gunkel
a27d94267b
BUILD: add android backend to configure help text
2012-04-30 19:00:47 +02:00
Paweł Kołodziejski
6ffdacf170
PORT: added PS3 related files
2012-04-17 15:54:35 +02:00
Paweł Kołodziejski
b0f4619352
CONFIGURE: set libmad to auto
2012-04-15 12:29:37 +02:00
Azamat H. Hackimov
7b9730754a
Adding --enable option for mpeg2 and fluidsynth
2012-04-15 15:26:13 +06:00
Pawel Kolodziejski
8e2ab87455
ALL: synced with scummvm
2012-03-25 11:41:48 +02:00
Paweł Kołodziejski
6b6fd6a922
OSX: fix inclusion static freetype
2012-03-21 05:47:06 +01:00
Paweł Kołodziejski
d5bfbe54eb
ALL: change defaults to prevent use not needed libs
2012-03-21 05:45:51 +01:00
Paweł Kołodziejski
e346fb8780
MACOSX: change default prefix for libs
2012-03-21 05:20:53 +01:00
Paweł Kołodziejski
8e6f5570ca
COMMON: add residualvm note
2012-02-24 21:45:36 +01:00