Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-14 | BACKENDS: Use OSystem::destroy() instead of deleting directly the g_system ↵ | Thierry Crozat | |
instance | |||
2017-09-12 | OPENPANDORA: Remove unused include | Thierry Crozat | |
The use of DoubleBufferSDLMixerManager in the OpenPandora backend was removed in commit b157269 but the include for it was left behind. | |||
2015-02-16 | SDL: Add basic abstraction class for the SDL window. | Johannes Schickel | |
2014-02-18 | OPENPANDORA: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-10-23 | SDL: 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-23 | SDL: Always initialize video subsystem in initSDL. | Johannes Schickel | |
2012-09-01 | OPENPANDORA: The buildbot toolchain doesn't like the ending comma | Bertrand Augereau | |
2012-08-31 | OPENPANDORA: New touchscreen mode where the stylus hovers and the DPad ↵ | Bertrand Augereau | |
left/right/up trigger left/right/middle clicks | |||
2012-07-29 | OPENPANDORA: Cleanup. | David-John Willis | |
2012-07-29 | OPENPANDORA: Start event manager after log files are setup (if needed). | David-John Willis | |
2012-07-24 | OPENPANDORA: Clean up old commented code. | David-John Willis | |
2012-07-24 | OPENPANDORA: Move SDL_CreateCursor hacklet from init to loadGFXMode. | David-John Willis | |
* Fixes a bug that can occur on load. | |||
2012-03-17 | JANITORIAL: Remove +x from files, which should not be executable. | Christoph Mallon | |
2012-01-22 | OPENPANDORA: 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-10 | OPENPANDORA: Cleanup the format of code a little to match our Code ↵ | David-John Willis | |
Formatting Conventions. * No functional changes. * Automated astyle pass. | |||
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon | |
2011-08-07 | JANITORIAL: Add missing NL at EOF. | Christoph Mallon | |
2011-07-08 | OPENPANDORA: Add explicit location for 'themepath' to the loader script. | David-John Willis | |
2011-07-07 | OPENPANDORA: Change bundle rule to make a SquashFS compressed .PND. | David-John Willis | |
2011-07-07 | OPENPANDORA: Update support scripts that create .PND distribution file. | David-John Willis | |
2011-06-11 | OPENPANDORA: Use the SDL plugin provider not the main POSIX one. | David-John Willis | |
2011-06-11 | OPENPANDORA: Start to cleanup the backend and move controls into remapkey. | David-John Willis | |
* Work in progress. | |||
2011-06-07 | OPENPANDORA: Remove some dead code | Max Horn | |
2011-06-01 | ALL: Removed last traces of the MPEG2 code | Max Horn | |
2011-05-25 | BUILD: Unify build & configure rules for SDL based backends | Max Horn | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-19 | OPENPANDORA: Replace defunct MIXER_DOUBLE_BUFFERING by working code | Max Horn | |
2011-03-24 | OPENPANDORA: Refactor OpenPandora backend and move events and graphics into ↵ | David-John Willis | |
modular backend style. | |||
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 | |||
2010-11-29 | BACKENDS: Fix SVN keyword usage. | Johannes Schickel | |
svn-id: r54584 | |||
2010-11-29 | SDL: Move #include <SDL.h> into a special wrapper file | Max Horn | |
svn-id: r54572 | |||
2010-11-02 | OPENPANDORA: Add FORBIDDEN_SYMBOL_ALLOW_ALL define to enable use of ↵ | John Willis | |
forbidden symbols. svn-id: r54041 | |||
2010-10-20 | OPENPANDORA: Clean up support scripts and README. | John Willis | |
svn-id: r53641 | |||
2010-10-12 | OPENPANDORA: 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-12 | JANITORAL: Clean trailing whitespaces. | Jordi Vilalta Prat | |
svn-id: r53160 | |||
2010-09-18 | JANITORIAL: 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-06 | OPENPANDORA: 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 |