Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-12 | MAEMO: Define platform global keymap | Tarek Soliman | |
2012-02-12 | MAEMO: Define HardwareKeySet | Tarek Soliman | |
2012-02-12 | KEYMAPPER: Refactor HardwareKeySet generation | Tarek Soliman | |
2012-02-10 | JANITORIAL: Fix template definition whitespace | Tarek Soliman | |
2012-02-04 | MAEMO: Add detection entry for the Nokia 700 running OS2008HE | Tarek Soliman | |
This allows the Nokia 770 running OS2008HE to be used. Fixes bug#3483921 "Volume rocker do no emulate keypress as it used" | |||
2012-02-03 | ANDROID: Add faked input delay. | Alyssa Milburn | |
This adds an artificial delay for mouse up events to make engines like Gob work, similar to the iPhone fix in b3062b5e. | |||
2012-01-23 | WINDOWS: Add default save paths for Windows NT4 onwards | Travis Howell | |
2012-01-23 | GPH: Fix silly copy/paste error in GP2X bundle target. | David-John Willis | |
2012-01-22 | GPH: Move all dist files into own folder under dists. | David-John Willis | |
* Update vairous GPH bundle targets to suit new layout. * Also add .in input files so we can automatically update version numbers. | |||
2012-01-22 | OPENPANDORA: Move all dist files into own folder under dists. | David-John Willis | |
* Update OpenPandora bundle targets to suit new layout. * Also add .in input files so we can automatically update version numbers. | |||
2012-01-14 | OSX: Avoid use of NSString:stringWithCString, for OS X 10.2 and 10.3 ↵ | Oystein Eftevaag | |
compatibility | |||
2012-01-07 | KEYMAPPER: Constantify global keymap name | Tarek Soliman | |
2012-01-01 | MISC: This is year 2012 | Strangerke | |
2011-12-13 | WIN32: Fix build by adapting to the latest Archive changes | Filippos Karapetis | |
2011-12-13 | ANDROID: Fix assert in JavaInputStream (thanks clone2727). | Alyssa Milburn | |
2011-12-13 | ANDROID: Fix compilation by adapting to latest Archive changes (thanks ↵ | Alyssa Milburn | |
LordHoto). | |||
2011-12-13 | WIN32: (Hopefully) fix compilation by adapting to latest Archive changes. | Johannes Schickel | |
2011-12-04 | MAEMO: Remove i386 from Architecture field of debian/control | Tarek Soliman | |
It confuses the maemo.org autobuilder which tries to build x86 builds with ARMisms in them | |||
2011-12-05 | WINCE: Update port specific README | CeRiAl | |
2011-12-05 | WINCE: Update port specific README | CeRiAl | |
2011-12-03 | MAEMO: Add fields to debian/control | Tarek Soliman | |
2011-11-29 | MAEMO: Add basic graphics manager | Tarek Soliman | |
2011-11-27 | PS2: Remove the unused method OSystem_PS2::grabRawScreen(). | Christoph Mallon | |
This was removed from OSystem in b51f2f3212ae8a5abbdce4d947ec2d1cad1a0b6f. | |||
2011-11-27 | DS: Remove the unused method OSystem_DS::grabRawScreen(). | Christoph Mallon | |
This was removed from OSystem in b51f2f3212ae8a5abbdce4d947ec2d1cad1a0b6f. | |||
2011-11-27 | JANITORIAL: Remove extra semicolons. | Christoph Mallon | |
2011-11-24 | MAEMO: Make setupIcon do nothing | Tarek Soliman | |
It seems N900 is hit by SDL_WM_SetIcon bug (window cannot receive input) http://bugzilla.libsdl.org/show_bug.cgi?id=586 This fix is based on the old 1.2.1 Maemo port code | |||
2011-11-21 | ALL: Remove unnecessary forward declarations. | Christoph Mallon | |
2011-11-20 | ALL: Remove more m4/mads leftovers. | Johannes Schickel | |
Some project files (iPhone) and backend files (Symbian) still reference m4.dat, but I know not enough on how to remove that without breaking something. | |||
2011-11-17 | COMMON: Move <new> include into scummsys.h. | Alyssa Milburn | |
The header contains forbidden symbols on some platforms, and the simplest solution seems to be to include it here. This also includes it from all the portdefs.h files, except the Symbian one. Probably the FIXME and the #if can be removed once it's known to work. | |||
2011-11-16 | COMMON: Rename Common::set_to to Common::fill. | Johannes Schickel | |
This makes the name match with the name of the STL function with the same behavior. | |||
2011-11-15 | MAEMO: Update debian/changelog to version 1.5.0~git | Tarek Soliman | |
2011-11-15 | MAEMO: Update debian/changelog with 1.4 release | Tarek Soliman | |
2011-10-28 | ANDROID: Actually create the savegame directory. | Alyssa Milburn | |
Not sure how this went missing from the commit. (cherry picked from commit fed26146a855fc79784c3df0ae3a1bf068fc2722) | |||
2011-10-25 | ANDROID: Match versions when checking for plugins. | Alyssa Milburn | |
2011-10-25 | ANDROID: Point the default savepath to external storage. | Alyssa Milburn | |
(If that fails, fall back to a readable app-specific directory.) | |||
2011-10-25 | ANDROID: Move from org.inodes.gus to org.scummvm. | Alyssa Milburn | |
2011-10-22 | ANDROID: Fix plugins on Android 3.1+. | Alyssa Milburn | |
Android 3.1 changed the default behaviour for broadcasts so that it doens't wake up non-running receivers, so we need to override that. | |||
2011-10-21 | ANDROID: Delete _timerManager in OSystem_Android's destructor. | Alyssa Milburn | |
If we leave it for OSystem, the DefaultTimerManager destructor tries constructing a StackLock which, predictably, calls a pure virtual function, because OSystem_Android's destructor is finished. | |||
2011-10-20 | RELEASE: This is 1.5.0git | Eugene Sandulenko | |
2011-10-19 | Merge pull request #106 from chrisws/branch-1-4-c | Eugene Sandulenko | |
BADA: Misc changes merged from appstore release | |||
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 | BADA: Misc changes merged from appstore release | Chris Warren-Smith | |
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-12 | Symbian: Supply modern theme instead of an extra copy of the classic | anotherguest | |
2011-10-11 | MAEMO: Migrate OSystem_SDL_Maemo to Maemo namespace | Tarek Soliman | |
2011-10-11 | MAEMO: Add basic structs to Maemo namespace | Tarek Soliman | |
2011-10-11 | MAEMO: added hardware alias to the hardware detection table | Tarek Soliman | |
2011-10-11 | MAEMO: Add detection for specific hardware model | Tarek Soliman | |
Features detected right now are just the hardware keyboard | |||
2011-10-11 | Symbian: Changed path for math.h include. | anotherguest | |
2011-10-11 | Symbian:Updated port defs to fit new protected words | anotherguest | |