aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Collapse)Author
2011-08-22Merge remote-tracking branch 'origin/master' into soltys_wip2Alyssa Milburn
2011-08-21BADA: Code formatting and style changes following reviewChris Warren-Smith
2011-08-21BADA: Initial BADA port implementationChris Warren-Smith
2011-08-08JANITORIAL: Remove trailing whitespaceOri Avtalion
2011-08-08CONFIGURE: Add more verbosity for slow shell environments like mingwEugene Sandulenko
2011-08-08CONFIGURE: Add x86_64 to the CPU architecture list.Johannes Schickel
This prevents it from shown as "unknown (x86_64)", even though it is an officially supported platform.
2011-08-08CONFIGURE: Unify cpu arch detectionMax Horn
2011-08-04WebOS: touchpad virtual keyboardDoron Rosenberg
2011-08-04BUILD: Enable Ringworld: Revenge Of The Patriarch by default.Paul Gilbert
2011-08-02MACOSX: Turned update support off by default, simplified and cleaned the ↵Oystein Eftevaag
pull request
2011-08-02Merge pull request #52 from CeRiAl/macosx-sparkleOystein Eftevaag
MACOSX: Add Sparkle support
2011-07-27Merge pull request #58 from fuzzie/composerEugene Sandulenko
COMPOSER: Merge engine
2011-07-19MACOSX/UPDATES: Streamline UpdateManagerCeRiAl
Moved UpdateManager related code from backends/modular-backend.* to common/system.*. Added switch --enable/disable-updates to be able to disable updates support generally.
2011-07-19MACOSX: Add Sparkle supportCeRiAl
2011-07-18Merge pull request #50 from clone2727/binkclone2727
Add support for Bink video to SCUMM HE
2011-07-14COMPOSER: Add a first attempt at an engine.Alyssa Milburn
2011-07-13BUILD: Allow for disabling Bink supportMatthew Hoops
2011-07-09Wii: Enable Virtual Keyboard for Wii and Gamecube in Configure.D G Turner
This should avoid future bugs similar to #3358466 ("Wii: Virtual Keyboard doesnt show up").
2011-07-07Merge remote-tracking branch 'origin/master' into soltys_wip2Alyssa Milburn
2011-07-01CONFIGURE: Rename $WIN32BUILD to $STAGINGLittleboy
2011-07-01BUILD: Use static build when compiling with later GCC versions under mingw, ↵Travis Howell
to avoid additional DLL requirements.
2011-06-30Merge branch 'master' of github.com:scummvm/scummvmTravis Howell
2011-06-30BUILD: Use separate win32 target for each installer.Travis Howell
2011-06-29BACKENDS: Implement Win32TaskbarManager::setCount()Littleboy
2011-06-29Merge branch 'master' of github.com:scummvm/scummvm into soltys_wip2Strangerke
2011-06-25PS3: Fix out of tree builds.Bastien Bouclet
Allow GCC to use CELL BE PPU features.
2011-06-23Merge pull request #40 from bgK/ps3Eugene Sandulenko
PS3 Port
2011-06-22CONFIGURE: Fix Unity checksLittleboy
- Redirect pkgconfig errors to log file - Remove duplicated -lunity option - Fix output of selected taskbar integration when libunity is selected
2011-06-22Merge pull request #26 from Littleboy/taskbarEugene Sandulenko
Taskbar integration
2011-06-22CONFIGURE: When building the SDL backend, display the SDL version number.Bastien Bouclet
From SDL 1.3.0 onwards, audio CD support has been removed.
2011-06-22PS3: Build with -mminimal-toc to allow loading larger elfs. Thanks to andoma ↵Bastien Bouclet
for the tip.
2011-06-22PS3: Map joypad buttons to features. Enable the virtual keyboard.Bastien Bouclet
2011-06-22PS3: Initial version of the PlayStation 3 backendBastien Bouclet
2011-06-22SDL: Allow building with current SDL 1.3hgBastien Bouclet
2011-06-18CONFIGURE: Use = to test for string equality, not ==eriktorbjorn
I think this is correct. It's consistent with how it's done in other places in the configure script, and it silences a bunch of "unexpected operator" warnings for me.
2011-06-16CONFIGURE: Add minimum version of UnityJulien
2011-06-16CONFIGURE: Only add linking to ole32 and uuid when taskbar support is ↵Julien
compiled for Win32 We also show the type of taskbar integration being compiled.
2011-06-16CONFIGURE: Disable check for unity when compiling with mingw (pkg-config is ↵Julien
not available)
2011-06-16CONFIGURE: Update internal libunity handling and add support for disabling ↵Littleboy
taskbar support entirely - Rename internal _unity var to _libunity - Disable libunity support when taskbar integration support is disabled
2011-06-16CONFIGURE: Update libunity detection by adding a call to one of unity ↵Littleboy
functions in the cc_check test Some older compilers might not error out on missing headers and will compile (with warnings) unless a symbol is missing
2011-06-16CONFIGURE: Disable Unity on non-unix systems and add taskbar support when ↵Littleboy
compiling with mingw - Mingw now links with 2 additional libraries: ole32 and uuid
2011-06-16BACKENDS: Add define for Unity-specific taskbar codeLittleboy
2011-06-16CONFIGURE: add warning for building WIP/unstable enginesTarek Soliman
Also, If any unstable/wip engine is enabled, #define TAINTED_BUILD
2011-06-16BACKENDS: Only update unity libs and cflags in auto modeLittleboy
2011-06-16BACKENDS: Add WIP Unity supportLittleboy
2011-06-16BACKENDS: Add use flag for taskbar integrationLittleboy
2011-06-15CONFIGURE: Fix cxx test linking for Androiddhewg
Libraries are now properly detected by configure again.
2011-06-15DREAMWEB: added autogenerated sourceVladimir
2011-06-14WINCE: Add support for language auto-detection in WinCECeRiAl
2011-09-10CGE: Add minimal engine and detectionStrangerke