aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/android
AgeCommit message (Collapse)Author
2011-05-25ALL: initialise -> initializeMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-07ANDROID: Get rid of Fn->ALT metakey mappingdhewg
Thanks to Ge0rG for the analysis
2011-05-03ANDROID: Fix various forbidden symbol clashesMax Horn
2011-05-03BACKENDS: Allow various files to use stuff from time.hMax Horn
2011-05-02ANDROID: Style fixdhewg
2011-05-01Merge 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-28ANDROID: Fix compilation some moredhewg
2011-04-28ANDROID: Another attempt at compilation fixOri Avtalion
2011-04-28ANDROID: Fix compilationOri Avtalion
2011-04-17ALL/GRAPHICS: Remove Surface::bytesPerPixel.Johannes Schickel
2011-04-17BACKENDS: 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-10ANDROID: Add missing mkdirdhewg
2011-04-09ANDROID: Automate the Manifest's versionCodedhewg
2011-04-09ANDOID: Replace mkmanifest.pl with sh/sed codedhewg
Removes build dependencies like perl and its XML modules
2011-04-06ANDROID: Allow linear texture filtering on the cursordhewg
2011-04-06ANDROID: Add multitouch supportdhewg
2011-04-06ANDROID: Fix off-by-one when clipping mouse coordsdhewg
2011-04-06Revert "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-05ANDROID: Use the manufacturer string for workaroundsdhewg
Some fingerprints don't contain it, so this should be more reliable.
2011-04-05ANDROID: Log device manufacturer, model and branddhewg
2011-04-05ANDROID: Fix endless loop in AndroidAssetArchivedhewg
Can happen on empty member filenames, seen on some Samsung firmwares.
2011-04-05ANDROID: Remove commented workarounds for Nexus 1dhewg
Reports suggest that its working and not required
2011-04-05ANDROID: Remove code for paletted texturesdhewg
Unused now, because the performance isn't good enough on weak GLES drivers.
2011-04-05ANDROID: Use a faked paletted texture for CLUT cursorsdhewg
Same change as for the game screen, reduces CPU usage a little
2011-04-05ANDROID: Temporarily enable GL error checksdhewg
There's a black screen issue on Samsung devices running 2.2.1 which I can not reproduce. Hopefully this helps hunting it down.
2011-04-04ANDROID: Fix non-fullscreen corruption on HTC devices.Alyssa Milburn
HTC's drivers don't preserve the color buffer between frames (as allowed by the spec, apparently), so we have to force-clear it every frame when we're not rendering a texture over the whole screen.
2011-04-03ANDROID: Always use the surface size for the overlaydhewg
When coming back from standby, there might be an indermediate surface change
2011-04-03ANDROID: Ignore unrelated surface changesdhewg
2011-04-03ANDROID: Helper define to debug hanging GLES callsdhewg
2011-04-03ANDROID: Log the ScummVM versiondhewg
2011-04-02ANDROID: Attempt at working around some HTC faildhewg
2011-03-30ANDROID: Map right click to Camera/Searchdhewg
2011-03-25ANDROID: Use 'our' ASCII codes for special keysdhewg
Fixes stuff like enter key on SCI games with text input
2011-03-25ANDROID: Always set the surface propertiesdhewg
Didn't happen on the shortcut, which led to wrong properties and surface functions scribbling over memory
2011-03-24ANDROID: Fix texture double releasedhewg
2011-03-24ANDROID: Fix cursor's keycolordhewg
Don't wipe the RGB bits, fixes wrong colors on BASS cursors
2011-03-24ANDROID: Cleanupdhewg
2011-03-22ANDROID: Fix timer frequency to match SDLdhewg
2011-03-20ANDROID: Trust ASCII kbd codes on unknown keysdhewg
2011-03-19ANDROID: Add port specific READMEdhewg
First version, just describing the controls and related hacks
2011-03-19ANDROID: Implement OSystem::getSystemLanguage()dhewg
2011-03-19ANDROID: Log some system propertiesdhewg
2011-03-18ANDROID: Cleanupdhewg
2011-03-18ANDROID: Seperate DPAD codesdhewg
2011-03-18ANDROID: Implement trackball clickdhewg
2011-03-17ANDROID: Fix KeyEvent NullPointerExceptiondhewg
Could happen with some special symbols from the virtual keyboard
2011-03-17ANDROID: Increase default touchpad mode scaledhewg
aka my display is bigger than yours
2011-03-17ANDROID: Ignore the slop area on all touch scrollsdhewg
Prevents initial cursor jumps
2011-03-17ANDROID: Get rid of more gfx glitchesdhewg