Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2011-10-11 | Symbian:Updated makefiles to fit new files and structure | anotherguest | |
2011-10-11 | Symbian:Update makefiles and installation files. | anotherguest | |
2011-10-10 | OPENPANDORA: Cleanup the format of code a little to match our Code ↵ | David-John Willis | |
Formatting Conventions. * No functional changes. * Automated astyle pass. | |||
2011-10-05 | MAEMO: Change maintainer in debian/control and revise debian/changelog | Tarek Soliman | |
2011-10-03 | MACOSX: Detect system preferred language when starting bundle | Thierry Crozat | |
This reimplement getSystemLanguage() for MacOS X because setlocale() only works if the application is started from the terminal. Instead we use CFBundleCopyPreferredLocalizationsFromArray() which requires the translations to be listed in the bundle plist file (this had already been committed). This fixes bug #3394080. | |||
2011-10-03 | GPH: Cleanup the format of code to match our Code Formatting Conventions. | David-John Willis | |
* No functional changes. | |||
2011-10-03 | GPH: Minor cleanup (and rename header from gph-sdl.h to gph.h). | David-John Willis | |
2011-09-25 | WebOS: Reset package version to 0. | TomFrost | |
The package version must be incremented for each new WebOS release, due to the device needing a new version to install. Whenever the ScummVM version is raised, this can be reset to 0. Changing to 0 in anticipation of ScummVM 1.4.0. | |||
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-22 | MAEMO: enable virtual keyboard and add keymapping | Tarek Soliman | |
2011-09-22 | MAEMO: fix task switcher window title | Tarek Soliman | |
2011-09-22 | MAEMO: fix configure script parms in debian/rules | Tarek Soliman | |
Instead of explicitly passing everything, use the new host=maemo configure capabilities | |||
2011-09-22 | MAEMO: Add basic platform backend with stubbed keymapper | Tarek Soliman | |
2011-09-22 | MAEMO: added comment to clarify debian/postinst | Tarek Soliman | |
2011-09-22 | MAEMO: mention the BSD and LGPL parts in debian/copyright | Tarek Soliman | |
2011-09-22 | MAEMO: Update maintainer history in debian/copyright | Tarek Soliman | |
2011-09-22 | MAEMO: add missing files to install to debian/rules | Tarek Soliman | |
2011-09-22 | MAEMO: cleanup debian directory | Tarek Soliman | |
2011-09-22 | MAEMO: bump debian version | Tarek Soliman | |
2011-09-22 | MAEMO: adding debian directory | Tarek Soliman | |
This is the original debian directory from the 1.2.0 maemo port | |||
2011-09-22 | MAEMO: removing obsolete patch | Tarek Soliman | |
2011-08-22 | BADA: Strip trailing whitespace | Sven Hesse | |
2011-08-22 | BADA: Strip off windows-style line endings | Sven Hesse | |
2011-08-22 | BADA: Remove executable flag from files | Sven Hesse | |
2011-08-21 | BADA: Fix to restore audio upon mobile call completion | Chris Warren-Smith | |
2011-08-21 | BADA: Cleanup unused screen interface implementation | Chris Warren-Smith | |
2011-08-21 | BADA: Moved timer manager to backends/timer/bada | Chris Warren-Smith | |