aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Collapse)Author
2019-11-01ANDROID: Disable verification of certificates validity for cloud savingThanasis Antoniou
Also added macros for the plain (non-SDL) Android port __ANDROID_PLAIN_PORT__ and ANDROID_PLAIN_PORT The workaround of this commit uses the same logic as for the Nintendo Switch port and should suffice for testing purposes. It should be replaced by more elaborate code of installing and maintaining a certificates pem file.
2019-10-25CONFIGURE: Remove include path cxx-stl for android (host_os) buildsThanasis Antoniou
2019-10-21CONFIGURE: Added some CXXFLAGS for android x86_64Thanasis Antoniou
2019-10-21CONFIGURE: Comments on SDK and NDK env vars for AndroidThanasis Antoniou
2019-10-18TTS: Link libpthread explicitly on Linux platformChristian Krause
2019-10-12MACOS: Add default path when looking for Sparkle frameworkEugene Sandulenko
2019-10-10TTS: Enable in Mingw-w64 buildssluicebox
TTS libraries can now be used in default Mingw-w64 environments. - Removes reference to sapiddk.h which isn't used and isn't in Mingw-w64 - Defines guids whose symbols are missing from Mingw-w64 - Restores TTS detection to configure script
2019-10-09CONFIGURE: Add portlibs paths for GameCube and WiiLe Philousophe
Libraries provided by DevkitPPC are stored in these directories and should be added to search paths
2019-10-05CONFIGURE: Fix formattingLothar Serra Mari
2019-10-05CONFIGURE: Add "-march=armv7-a" to linker for arm-v7a targetThanasis Antoniou
Based on https://developer.android.com/ndk/guides/standalone_toolchain From "ABI Compatibility" section: Also, make sure to provide the following two flags to the linker: -march=armv7-a -Wl,--fix-cortex-a8
2019-10-04CONFIGURE: Add android-mips64 in clarification for target hostsantoniou79
2019-10-04CONFIGURE: Add clarification of possible target android hostsantoniou79
2019-10-03CONFIGURE: Disable TTS building on MinGW by defaultJaromir Wysoglad
TTS shouldn't be built under MinGW by default, because it causes a warning at the end of the build. Before this it would still build TTS on MinGW64.
2019-09-30BUILD: Fix GCC Warning from Endianess Test CompilationD G Turner
This is emitted when GCC is set with -Wall -Wextra by environment variables.
2019-09-29CONFIGURE: Add android-x86_64 and android-mips64 targetsCameron Cawley
2019-09-22CONFIGURE: Add amigaos to the plugins familyHubert Maier
2019-09-22SWITCH: Fix autodetection of iconvCameron Cawley
2019-09-21CONFIGURE: Allow using pkg-config to detect libpngCameron Cawley
2019-09-19RISCOS: Minor build system improvementsCameron Cawley
2019-09-18CONFIGURE: Replace the iconv test with the one from ResidualVMCameron Cawley
2019-09-17CONFIGURE: Fix libcurl detection for macOSEugene Sandulenko
2019-09-08ANDROID: Rewrite to make use of OpenGLGraphicsManager (#1695)Cameron Cawley
* ANDROID: Rewrite to make use of OpenGLGraphicsManager * ANDROID: Fix emulated mouse button up events
2019-09-02CONFIGURE: Add check for NSSpeechSynthesizerDelegate protocole availability ↵Thierry Crozat
on macOS
2019-09-01TTS: Rename LinuxTextToSpeechManager to SpeechDispatcherManagerJaromir Wysoglad
Add a new define for the SpeechDispatcherManager
2019-09-01TTS: Remove USE_PLATFORM_TTS definesJaromir Wysoglad
Use defined(USE_TTS) && defined(PLATFORM) instead
2019-09-01TTS: Implement TextToSpeechManager for macOSThierry Crozat
2019-09-01TTS: Add checks to configure.Jaromir Wysoglad
Check for presence of required libraries Disable automatic build of TTS on MinGW32
2019-09-01TTS: Minor refactorisationsJaromir Wysoglad
- Add comment to tts initialization on Windows - Correctly free the voicesInfo in linux ttsMan - Remove popState method from linux-text-to-speech.h and windows-text-to-speech.h - Add tts to help in configure - Refactor language setting in gui-manager.cpp It counted with english being the default language in ttsMan constructors, which isn't true anymore.
2019-09-01TTS: Prepare for windows TTSJaromir Wysoglad
Add windows configuration in configure Add basic skeleton to backends Check if ttsMan is initialized in GUI
2019-09-01TTS: Refactor tts in configureJaromir Wysoglad
2019-09-01TTS: Add part of linux TTSJaromir Wysoglad
2019-09-01TTS: Create a TTS skeletonJaromir Wysoglad
2019-08-25CONFIGURE: Correct Formatting of ICONV TestsD G Turner
No functional change.
2019-08-25CONFIGURE: Check if iconv uses const.Jaromir Wysoglad
I looked at how ResidualVM works with iconv and used a define ICONV_USES_CONST, which they define in configure, thinking it is defined by iconv. I a define of this into configure, so this should fix the build error on osx_intel.
2019-08-24CONFIGURE: Move check for iconv downJaromir Wysoglad
2019-08-24CONFIGURE: Add option to compile with iconv.Jaromir Wysoglad
2019-08-18GUI: Check if fullscreen is available at runtimeCameron Cawley
2019-08-15DS: Disable Bink and LuaCameron Cawley
This should help to reduce the size of the main executable.
2019-08-13COMMON: Move Lua into Common and make it into...Nipun Garg
an engine feature
2019-08-04BUILD: Fix missing frameworks for iOS static buildsColin Snover
2019-08-04IOS7: Implement isConnectionLimitedThierry Crozat
2019-06-25CONFIGURE: Enable libcurl on Switch (works now)rsn8887
2019-06-21CONFIGURE: Disable libcurl on Switch (missing curl-config)rsn8887
2019-06-21CONFIGURE: Re-enable OpenGL on Switch, because it worksrsn8887
OpenGL works when enabled from the start in scummvm.ini, when ScummVM is compiled with latest Switch toolchain packages. It only crashes when switching between SDL modes and OpenGL while ScummVM is running.
2019-06-21CONFIGURE: Disable OpenGL on Switch because it crashesrsn8887
GLES2 crashes when switching between SDL2 graphics and OpenGL graphics. This is a known problem on the platform due to the implementation of GLES2, it crashes on de-init.
2019-06-20CONFIGURE: Add --enable-all-unstable-engines optionCameron Cawley
2019-06-17RISCOS: Disable debug build by defaultCameron Cawley
2019-06-06CONFIGURE: Add --disable-all-unstable-engines for use with buildbotrsn8887
2019-06-06CONFIGURE: Add PSP to platforms where debug is off by defaultrsn8887
2019-06-02CONFIGURE: Remove the 'u' flag from 'ar' in mingw32Lothar Serra Mari
This patch silences the warnings about the (outdated?) 'u' flag that appears at least when building and linking ScummVM statically on mingw32: "`u' modifier ignored since `D' is the default (see `U')" The cause for this appears to be a bug in recent versions of libtool that most likely will also appear when building on Linux. However, since I have not tested this yet, this patch only disables it for mingw32. The only downside from this patch is that building a non-clean build will take (slightly?) longer since we are no longer just updating (that's what the 'u' is for) changed libraries during the linking stage, but linking all .a files again.