Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-27 | KEYMAPPER: Rename HardwareKey to HardwareInput | Tarek Soliman | |
2012-02-21 | KEYMAPPER: Remove automapping dead code | Tarek Soliman | |
2012-02-10 | JANITORIAL: Fix template definition whitespace | Tarek Soliman | |
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-07 | KEYMAPPER: Constantify global keymap name | Tarek Soliman | |
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-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-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-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon | |
2011-06-23 | ANDROID: Allow use of abort() in JNI class | Littleboy | |
2011-06-18 | ANDROID: Fix kFeatureCursorPalette. | Alyssa Milburn | |
2011-06-08 | BACKENDS: Shuffle backends class hierarchy and module initialization | Max Horn | |
2011-06-07 | ANDROID: Use OSystem's 'slots' for timer/savefile manager & fsfactory | Max Horn | |
2011-06-06 | BACKENDS: Unify AudioCD manager instantiation | Max Horn | |
2011-06-06 | COMMON: Add kInfo LogMessageType. | Alyssa Milburn | |
2011-06-04 | BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState calls | Max Horn | |
2011-06-04 | COMMON: Rename kFeatureCursorHasPalette -> kFeatureCursorPalette | Max Horn | |
2011-06-01 | ANDROID: Revert stable-only changes from commit cf41ac0f which I ↵ | Max Horn | |
accidentally merged | |||
2011-06-01 | Merge branch 'branch-1-3-0' into master | Max Horn | |
I manually resolved all conflicts, and inspected every single change. Many were due to the version string mismatch and thus easily resolved. The MSVC project files add in the 1-3-0 branch were not merged, neither where the changes to gui/themes/translations.dat. Conflicts: NEWS backends/base-backend.cpp backends/graphics/samsungtvsdl/samsungtvsdl-graphics.cpp backends/module.mk backends/platform/ds/arm9/makefile backends/platform/psp/README.PSP backends/platform/samsungtv/main.cpp backends/platform/samsungtv/samsungtv.cpp backends/saves/posix/posix-saves.cpp base/commandLine.cpp base/internal_version.h base/main.cpp common/array.h configure devtools/create_project/create_project.cpp dists/android/AndroidManifest.xml dists/android/plugin-manifest.xml dists/iphone/Info.plist dists/irix/scummvm.spec dists/macosx/Info.plist dists/redhat/scummvm-tools.spec dists/redhat/scummvm.spec dists/scummvm.rc dists/slackware/scummvm.SlackBuild dists/wii/meta.xml engines/sci/parser/vocabulary.cpp engines/tinsel/handle.cpp gui/themes/translations.dat | |||
2011-05-25 | ALL: initialise -> initialize | Matthew Hoops | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-05-07 | ANDROID: Get rid of Fn->ALT metakey mapping | dhewg | |
Thanks to Ge0rG for the analysis Cherry-picked from bfecb37501b6fdc35f2802216db5fb2b0e54b8ee | |||
2011-05-07 | ANDROID: Get rid of Fn->ALT metakey mapping | dhewg | |
Thanks to Ge0rG for the analysis | |||
2011-05-03 | ANDROID: Fix various forbidden symbol clashes | Max Horn | |
2011-05-03 | BACKENDS: Allow various files to use stuff from time.h | Max Horn | |
2011-05-02 | ANDROID: Style fix | dhewg | |
2011-05-01 | ANDROID: Disable the savegame parachute | dhewg | |
Only on the stable branch, since this is unfinished and might wipe savegames of the user. | |||
2011-05-01 | Merge pull request #16 "Add a PixelFormat to Graphics::Surface.". | Johannes Schickel | |
For further discussion check here: https://github.com/scummvm/scummvm/pull/16 Conflicts: graphics/png.cpp | |||
2011-04-28 | ANDROID: Fix compilation some more | dhewg | |
2011-04-28 | ANDROID: Another attempt at compilation fix | Ori Avtalion | |
2011-04-28 | ANDROID: Fix compilation | Ori Avtalion | |
2011-04-17 | ALL/GRAPHICS: Remove Surface::bytesPerPixel. | Johannes Schickel | |
2011-04-17 | BACKENDS: Adapt various backends code to set up Surface::format correctly. | Johannes Schickel | |
Note that this change is not tested at all (not even compile wise!). | |||
2011-04-10 | ANDROID: Add missing mkdir | dhewg | |
2011-04-09 | ANDROID: Automate the Manifest's versionCode | dhewg | |
2011-04-09 | ANDOID: Replace mkmanifest.pl with sh/sed code | dhewg | |
Removes build dependencies like perl and its XML modules | |||
2011-04-06 | ANDROID: Allow linear texture filtering on the cursor | dhewg | |
2011-04-06 | ANDROID: Add multitouch support | dhewg | |
2011-04-06 | ANDROID: Fix off-by-one when clipping mouse coords | dhewg | |
2011-04-06 | Revert "ANDROID: Temporarily enable GL error checks" | dhewg | |
This reverts commit 1c8fc0538815b1418bb7824e4eefda65eb2719d9. Commit d50e7af7 confirmed as fix, so it wasn't a GL issue at all | |||
2011-04-05 | ANDROID: Use the manufacturer string for workarounds | dhewg | |
Some fingerprints don't contain it, so this should be more reliable. | |||
2011-04-05 | ANDROID: Log device manufacturer, model and brand | dhewg | |
2011-04-05 | ANDROID: Fix endless loop in AndroidAssetArchive | dhewg | |
Can happen on empty member filenames, seen on some Samsung firmwares. | |||
2011-04-05 | ANDROID: Remove commented workarounds for Nexus 1 | dhewg | |
Reports suggest that its working and not required |