Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-02 | MAEMO: Fix compile error when using Maemo 5 SDK | Tarek Soliman | |
Thanks NerdKnight | |||
2011-11-28 | MAEMO: Enable keymapper in the daily builds | Tarek Soliman | |
2011-11-28 | CGE: Set supported | Strangerke | |
2011-11-26 | ALL: unrecognised -> unrecognized. | Johannes Schickel | |
2011-11-26 | BUILD: Report more specific errors for configure engine options | Willem Jan Palenstijn | |
2011-11-26 | CONFIGURE: Accept plural as well as singular forms for engine build options. | D G Turner | |
i.e. --enable-engines=* will be accepted as well as --enable-engine= | |||
2011-11-25 | BUILD: Change engine configuration options | D G Turner | |
This changes the set of engine options to ./configure to: --enable-all-engines --disable-all-engines --enable-engine=<engine name>[,<engine name>...] And if plugins are enabled: --enable-engine-static=<engine name>[,<engine name>...] --enable-engine-dynamic=<engine name>[,<engine name>...] | |||
2011-11-20 | TOLTECS: integrate engine | Alex Bevilacqua | |
2011-11-20 | M4: Removed the M4/MADS engine from trunk | Paul Gilbert | |
2011-11-17 | ANDROID: Add minimal C++ headers to include path. | Alyssa Milburn | |
2011-11-16 | CONFIGURE: Use 'TsAGE' instead of the full title of Ringworld | Strangerke | |
2011-11-03 | BUILD: Revert 3a461c2 since it breaks tests for various libraries under ↵ | Travis Howell | |
mingw (and maybe other systems). | |||
2011-10-31 | CONFIGURE: Ensure that INCLUDES are included at configure-time. | Matt Lewandowsky | |
2011-10-31 | CONFIGURE: Clean up two minor nits in configure. | Matt Lewandowsky | |
2011-10-22 | CONFIGURE: Fix MacPort detection | Eugene Sandulenko | |
2011-10-19 | Merge pull request #89 from TomFrost/master | Willem 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-18 | WINCE: Add workaround for memory management problem on Windows CE < 6.0 | CeRiAl | |
This fixes the "32MB memory limit per process" problem in Windows CE < 6.0 | |||
2011-10-09 | CONFIGURE: Rename "release optimization" to "optimizations" | Tarek Soliman | |
2011-10-09 | CONFIGURE: 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-09 | CONFIGURE: Separate release mode from optimizations | Tarek Soliman | |
2011-10-09 | CONFIGURE: Removed useless ENGINE_WIP_ defines from config.h | Tarek 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-01 | WebOS: 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-30 | CONFIGURE: Fix comment. | Johannes Schickel | |
2011-09-24 | CONFIGURE: don't use savegame timestamp on N64 | Tarek Soliman | |
N64 does not have a RTC | |||
2011-09-24 | WebOS: 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-23 | CONFIGURE: define USE_SAVEGAME_TIMESTAMP except on GP2X and Wiz/Caanoo | Tarek Soliman | |
Those platforms don't have a reliable real time clock | |||
2011-09-22 | MAEMO: enable virtual keyboard and add keymapping | Tarek Soliman | |
2011-09-22 | CONFIGURE: MAEMO changes | Tarek Soliman | |
The giant configure line is now shortened to the following configure --host=maemo | |||
2011-09-12 | IRIX: support plugin builds | Joost Peters | |
2011-09-11 | Merge 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-03 | Merge branch 'master' of git://github.com/nexapps/scummvm into nexapps | TomFrost | |
2011-08-26 | CONFIGURE: Fixes to MacPort detection | Eugene Sandulenko | |
2011-08-26 | CONFIGURE: Add support for building under MacPorts | Eugene Sandulenko | |
2011-08-26 | CONFIGURE: Fix indentation | Eugene Sandulenko | |
2011-08-22 | Merge remote-tracking branch 'origin/master' into soltys_wip2 | Alyssa Milburn | |
2011-08-21 | BADA: Code formatting and style changes following review | Chris Warren-Smith | |
2011-08-21 | BADA: Initial BADA port implementation | Chris Warren-Smith | |
2011-08-08 | JANITORIAL: Remove trailing whitespace | Ori Avtalion | |
2011-08-08 | CONFIGURE: Add more verbosity for slow shell environments like mingw | Eugene Sandulenko | |
2011-08-08 | CONFIGURE: 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-08 | CONFIGURE: Unify cpu arch detection | Max Horn | |
2011-08-04 | WebOS: touchpad virtual keyboard | Doron Rosenberg | |
2011-08-04 | BUILD: Enable Ringworld: Revenge Of The Patriarch by default. | Paul Gilbert | |
2011-08-02 | MACOSX: Turned update support off by default, simplified and cleaned the ↵ | Oystein Eftevaag | |
pull request | |||
2011-08-02 | Merge pull request #52 from CeRiAl/macosx-sparkle | Oystein Eftevaag | |
MACOSX: Add Sparkle support | |||
2011-07-27 | Merge pull request #58 from fuzzie/composer | Eugene Sandulenko | |
COMPOSER: Merge engine | |||
2011-07-19 | MACOSX/UPDATES: Streamline UpdateManager | CeRiAl | |
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-19 | MACOSX: Add Sparkle support | CeRiAl | |
2011-07-18 | Merge pull request #50 from clone2727/bink | clone2727 | |
Add support for Bink video to SCUMM HE | |||
2011-07-14 | COMPOSER: Add a first attempt at an engine. | Alyssa Milburn | |