aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Collapse)Author
2011-10-22CONFIGURE: Fix MacPort detectionEugene Sandulenko
2011-10-19Merge pull request #89 from TomFrost/masterWillem Jan Palenstijn
HP TouchPad compatibility and full WebOS port update, Round 2 This is a manual merge of the pull request, with some commit message changes.
2011-10-18WINCE: Add workaround for memory management problem on Windows CE < 6.0CeRiAl
This fixes the "32MB memory limit per process" problem in Windows CE < 6.0
2011-10-09CONFIGURE: Rename "release optimization" to "optimizations"Tarek Soliman
2011-10-09CONFIGURE: Enable release optimizations by default when optimization...Tarek Soliman
... level is specified This preserves the old behavior of ports that used to always pass in -Os or -O3 It also allows --disable-release-optimization for those ports to function
2011-10-09CONFIGURE: Separate release mode from optimizationsTarek Soliman
2011-10-09CONFIGURE: Removed useless ENGINE_WIP_ defines from config.hTarek Soliman
This is a holdover from when it was going to warn on a per-engine basis. This warning is now handled on a per-game basis with ADGF_UNSTABLE and ADGF_TESTING. It resulted in a lot of spam in config.h: a define for every single engine and subengine that looks like this: define ENGINE_WIP_SCUMM_7_8 false It was not being used in-tree and I don't see it being used in the near future.
2011-10-01WebOS: Add improvements suggested in pull req. 89.TomFrost
The improvements in this commit are mostly code formatting, variable abstraction, and in one case, a performance enhancement as calculations were made a one-time fire rather than being run with every mouse move event.
2011-09-30CONFIGURE: Fix comment.Johannes Schickel
2011-09-24CONFIGURE: don't use savegame timestamp on N64Tarek Soliman
N64 does not have a RTC
2011-09-24WebOS: Enable scalers and Darwin compatibility.TomFrost
On Mac OS X (Darwin), there are minor differences in the 'sed' and 'install' tools that require slightly different usage. This distinction has been made in webos.mk, made possible by an additional flag in ./configure.
2011-09-23CONFIGURE: define USE_SAVEGAME_TIMESTAMP except on GP2X and Wiz/CaanooTarek Soliman
Those platforms don't have a reliable real time clock
2011-09-22MAEMO: enable virtual keyboard and add keymappingTarek Soliman
2011-09-22CONFIGURE: MAEMO changesTarek Soliman
The giant configure line is now shortened to the following configure --host=maemo
2011-09-12IRIX: support plugin buildsJoost Peters
2011-09-11Merge branch 'cge'Willem Jan Palenstijn
This adds the CGE engine for the game Soltys. It is based on pull request https://github.com/scummvm/scummvm/pull/81 .
2011-09-03Merge branch 'master' of git://github.com/nexapps/scummvm into nexappsTomFrost
2011-08-26CONFIGURE: Fixes to MacPort detectionEugene Sandulenko
2011-08-26CONFIGURE: Add support for building under MacPortsEugene Sandulenko
2011-08-26CONFIGURE: Fix indentationEugene Sandulenko
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.