Age | Commit message (Expand) | Author |
2014-02-27 | ANDROID: Fix Android pre3.1 compatibility. | D G Turner |
2014-02-22 | ANDROID: Slight formatting fix. | Johannes Schickel |
2014-02-21 | ANDROID: Fix runtime failure on earlier versions of Android. | D G Turner |
2014-02-18 | ANDROID: Make GPL headers consistent in themselves. | Johannes Schickel |
2014-01-27 | ANDROID: Fix a race condition | Joel Teichroeb |
2014-01-23 | ANDROID: Add 32bpp support. | Alyssa Milburn |
2014-01-10 | ANDROID: Set correct blending function | Marcus Comstedt |
2013-10-09 | ANDROID: Really fix compilation. | D G Turner |
2013-10-09 | ANDROID: Fix compilation. | D G Turner |
2013-10-08 | Merge pull request #372 from zeldin/ouya | David Turner |
2013-08-18 | ANDROID: Add some margins when screen is a TV | Marcus Comstedt |
2013-08-08 | ANDROID: Enter main menu on middle mouse press | Marcus Comstedt |
2013-08-08 | ANDROID: Add support for joystick motion | Marcus Comstedt |
2013-08-08 | ANDROID: Add gamepad button support | Marcus Comstedt |
2013-08-07 | ANDROID: Add OUYA icon and intent | Marcus Comstedt |
2013-08-06 | ANDROID: Do not access Surface::pixels directly. | Johannes Schickel |
2013-07-04 | Merge pull request #331 from sev-/gsoc2012-eventsrecorder | Eugene Sandulenko |
2013-05-17 | RECORDER: Implement Events Recorder | Eugene Sandulenko |
2013-05-16 | ANDROID: Disable parachute slot 0 saves. | Alyssa Milburn |
2013-05-16 | ANDROID: Force htc_fail for all Android devices, for now. | Alyssa Milburn |
2013-05-16 | ANDROID: Ignore subdirectories of asset archives. | Alyssa Milburn |
2013-05-16 | ANDROID: Delete local JNI references to asset data/classes. | Alyssa Milburn |
2012-12-28 | ANDROID: Minor fixes to build-specific makefile. | D G Turner |
2012-12-24 | ANDROID: Remove parameter forcing use of Modern theme. | D G Turner |
2012-10-21 | ANDROID: Fixed tapping touchpad not sending left clicks | Lauri Härsilä |
2012-10-19 | ANDROID: Mouse and stylus support | Lauri Härsilä |
2012-08-15 | ANDROID: Remove unused GL_OES_draw_texture code. | Alyssa Milburn |
2012-07-06 | Merge pull request #235 from tobigun/android-theme | Johannes Schickel |
2012-06-20 | ANDROID: Fix compilation broken with changes to grabOverlay. | Johannes Schickel |
2012-06-20 | Merge pull request #246 from lordhoto/osystem-void-buffers | Johannes Schickel |
2012-06-16 | ALL: Let overlay related methods in OSystem take a void * and use a proper pi... | Johannes Schickel |
2012-06-16 | BACKENDS: Make OSystem::setMouseCursor take a "const void *" buffer. | Johannes Schickel |
2012-06-16 | BACKENDS: Let copyRectToScreen take a "const void *" instead of "const byte *... | Johannes Schickel |
2012-06-09 | COMMON: Add tm_wday to our TimeDate struct | Matthew Hoops |
2012-06-03 | ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" lo... | Johannes Schickel |
2012-04-29 | ANDROID: disable compression for zip-file assets and recompress uncompressed ... | Tobias Gunkel |
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 |
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 LordHo... | Alyssa Milburn |
2011-11-16 | COMMON: Rename Common::set_to to Common::fill. | Johannes Schickel |
2011-10-28 | ANDROID: Actually create the savegame directory. | Alyssa Milburn |
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 |
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 |
2011-10-21 | ANDROID: Delete _timerManager in OSystem_Android's destructor. | Alyssa Milburn |