aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/openpandora
AgeCommit message (Collapse)Author
2015-02-16SDL: Add basic abstraction class for the SDL window.Johannes Schickel
2014-02-18OPENPANDORA: Make GPL headers consistent in themselves.Johannes Schickel
2013-10-23SDL: Reduce code duplication a bit.Johannes Schickel
Now instead of initializing this in OSystem_SDL::initSDL (and in subclasses overwriting this) we simply initialize it in OSystem_SDL::init.
2013-10-23SDL: Always initialize video subsystem in initSDL.Johannes Schickel
2012-09-01OPENPANDORA: The buildbot toolchain doesn't like the ending commaBertrand Augereau
2012-08-31OPENPANDORA: New touchscreen mode where the stylus hovers and the DPad ↵Bertrand Augereau
left/right/up trigger left/right/middle clicks
2012-07-29OPENPANDORA: Cleanup.David-John Willis
2012-07-29OPENPANDORA: Start event manager after log files are setup (if needed).David-John Willis
2012-07-24OPENPANDORA: Clean up old commented code.David-John Willis
2012-07-24OPENPANDORA: Move SDL_CreateCursor hacklet from init to loadGFXMode.David-John Willis
* Fixes a bug that can occur on load.
2012-03-17JANITORIAL: Remove +x from files, which should not be executable.Christoph Mallon
2012-01-22OPENPANDORA: Move all dist files into own folder under dists.David-John Willis
* Update OpenPandora bundle targets to suit new layout. * Also add .in input files so we can automatically update version numbers.
2011-10-10OPENPANDORA: Cleanup the format of code a little to match our Code ↵David-John Willis
Formatting Conventions. * No functional changes. * Automated astyle pass.
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-08-07JANITORIAL: Add missing NL at EOF.Christoph Mallon
2011-07-08OPENPANDORA: Add explicit location for 'themepath' to the loader script.David-John Willis
2011-07-07OPENPANDORA: Change bundle rule to make a SquashFS compressed .PND.David-John Willis
2011-07-07OPENPANDORA: Update support scripts that create .PND distribution file.David-John Willis
2011-06-11OPENPANDORA: Use the SDL plugin provider not the main POSIX one.David-John Willis
2011-06-11OPENPANDORA: Start to cleanup the backend and move controls into remapkey.David-John Willis
* Work in progress.
2011-06-07OPENPANDORA: Remove some dead codeMax Horn
2011-06-01ALL: Removed last traces of the MPEG2 codeMax Horn
2011-05-25BUILD: Unify build & configure rules for SDL based backendsMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-19OPENPANDORA: Replace defunct MIXER_DOUBLE_BUFFERING by working codeMax Horn
2011-03-24OPENPANDORA: Refactor OpenPandora backend and move events and graphics into ↵David-John Willis
modular backend style.
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
svn-id: r55850
2010-11-29BACKENDS: Fix SVN keyword usage.Johannes Schickel
svn-id: r54584
2010-11-29SDL: Move #include <SDL.h> into a special wrapper fileMax Horn
svn-id: r54572
2010-11-02OPENPANDORA: Add FORBIDDEN_SYMBOL_ALLOW_ALL define to enable use of ↵John Willis
forbidden symbols. svn-id: r54041
2010-10-20OPENPANDORA: Clean up support scripts and README.John Willis
svn-id: r53641
2010-10-12OPENPANDORA: Add latest backend code from branch-1-2-0.John Willis
* Ooops, forgot to sync this with HEAD. Sorry about that. svn-id: r53162
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
svn-id: r53160
2010-09-18JANITORIAL: Removed most punctuation at end of warning() and error()Torbjörn Andersson
Our warning() and error() functions always add an exclamation mark to the end of the message anyway. svn-id: r52791
2010-09-06OPENPANDORA: Commit basic version of the OpenPandora backend.John Willis
Overload of the SDL backend. Basic functional backend with support for most main ScummVM features and engines. Supports building to a .PND OpenPandora bundle for ease of use on the device. svn-id: r52598