aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/android/android.cpp
AgeCommit message (Expand)Author
2011-03-07ANDROID: Move the overlay initializationdhewg
2011-03-05ANDROID: Add initial 16bit gfx supportdhewg
2011-03-05ANDROID: Remove some vtable overhead on texturesdhewg
2011-03-03ANDROID: Implement surface resizesdhewg
2011-03-03ANDROID: Remove an indirection when pausingdhewg
2011-03-03ANDROID: Formatting/whitespacesdhewg
2011-03-02ANDROID: Properly release texture resourcesdhewg
2011-03-02ANDROID: On pause, put all threads in a comadhewg
2011-03-02ANDROID: Check for a surface in updateScreen()dhewg
2011-03-02ANDROID: cleanupdhewg
2011-03-02ANDROID: Untangle JNI interweavingdhewg
2011-03-02ANDROID: Don't use warning()/error() in a threaddhewg
2011-02-27ANDROID: Prevent AudioTrack unpause on startupdhewg
2011-02-27ANDROID: Remove dead codedhewg
2011-02-27ANDROID: Check audio buffer for silencedhewg
2011-02-27ANDROID: Pause the AudioTrack when possibledhewg
2011-02-27ANDROID: Rework audio systemdhewg
2011-02-24ANDROID: Check thread origin when debugging GLdhewg
2011-02-24ANDROID: Move rest of everything JNIdhewg
2011-02-24ANDROID: Wrap JNI code in a classdhewg
2011-02-24ANDROID: Move the global back reference to jni.cppdhewg
2011-02-24ANDROID: Split code into multiple filesdhewg
2011-02-19ANDROID: Fix cursor scalingdhewg
2011-02-19ANDROID: Fix cursor when hotspot coords > 0dhewg
2011-02-19Merge branch 'osystem-palette' of https://github.com/lordhoto/scummvm into ma...Johannes Schickel
2011-02-19ANDROID: Move helper defines in a new header filedhewg
2011-02-19ANDROID: Formattingdhewg
2011-02-18ANDROID: Formattingdhewg
2011-02-18ANDROID: Formattingdhewg
2011-02-14ANDROID: Adapt to [set|grab]Palette RGBA->RGB change.dhewg
2011-02-14ANDROID: Fix JNI calls for the timer threaddhewg
2011-02-14ANDROID: Fix assert() to log outputdhewg
2011-02-14ANDROID: Unify log prefixdhewg
2011-02-14ANDROID: Protect port files with our definedhewg
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2010-11-18BACKENDS: Implement logging API proposed by Max on -devel.Johannes Schickel
2010-10-25ANDROID: Force extra screen update when updating overlay.Angus Lees
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
2010-09-18JANITORIAL: Removed most punctuation at end of warning() and error()Torbjörn Andersson
2010-07-05Drop direct use of (private) libEGL.so and call EGL functions via Java.Angus Lees
2010-06-11Add support for setFocusRectangle - enabled on 'small' Android screens.Angus Lees
2010-06-08Whitespace fixup in last submit. I'll get the hang of this eventually :/Angus Lees
2010-06-08Provide a replacement for bionic's __assert().Angus Lees
2010-06-08Remove obsolete ANDROID_VERSION_GE macroAngus Lees
2010-06-06whitespace correctionsMax Horn
2010-06-06Add Android backend from patch #2603856Max Horn