Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-12 | GPH: Remove unused include | Thierry Crozat | |
The use of DoubleBufferSDLMixerManager in the GPH backend was removed in commit 3b6398c but the include for it was left behind. | |||
2015-02-16 | SDL: Add basic abstraction class for the SDL window. | Johannes Schickel | |
2014-06-25 | GPH: Add "small" virtual keyboard pack to GP2XWIZ debug port packaging. | D G Turner | |
2014-06-25 | GPH: Add "small" virtual keyboard pack to GP2X debug port packaging. | D G Turner | |
2014-06-25 | GPH: Add "small" virtual keyboard pack to CAANOO debug port packaging. | D G Turner | |
2014-06-25 | GPH: Add "small" virtual keyboard pack to GP2XWIZ port packaging. | D G Turner | |
2014-06-25 | GPH: Add "small" virtual keyboard pack to GP2X port packaging. | D G Turner | |
2014-06-25 | GPH: Add "small" virtual keyboard pack to CAANOO port packaging. | D G Turner | |
2014-02-18 | GPH: 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-07-29 | GPH: Use SDLPluginProvider not POSIXPluginProvider. | David-John Willis | |
2012-07-29 | GPH: Clean up initialisation code and start event manager after log files ↵ | David-John Willis | |
are setup (if needed). | |||
2012-03-17 | JANITORIAL: Remove +x from files, which should not be executable. | Christoph Mallon | |
2012-01-23 | GPH: Fix silly copy/paste error in GP2X bundle target. | David-John Willis | |
2012-01-22 | GPH: Move all dist files into own folder under dists. | David-John Willis | |
* Update vairous GPH bundle targets to suit new layout. * Also add .in input files so we can automatically update version numbers. | |||
2011-10-03 | GPH: Cleanup the format of code to match our Code Formatting Conventions. | David-John Willis | |
* No functional changes. | |||
2011-10-03 | GPH: Minor cleanup (and rename header from gph-sdl.h to gph.h). | David-John Willis | |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon | |
2011-07-07 | GPH: Add note to the README stored with 'mmuhack.o' for the GP2X | David-John Willis | |
explaining why the binary object is in the source tree. | |||
2011-06-11 | GPH: Cleanup and some WIP refactoring. | David-John Willis | |
2011-06-11 | GPH: Make helper script produce a non-plugin build for the GP2X. | David-John Willis | |
* Plugins are acting up on the old GP2X so disable for now until I get a chance to work on them some more. | |||
2011-06-11 | GPH: Update launch script for the GP2X build to match other GPH devices. | David-John Willis | |
2011-06-01 | ALL: Removed last traces of the MPEG2 code | Max Horn | |
2011-05-25 | ALL: initialise -> initialize | Matthew Hoops | |
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-28 | GPH: Fix compilation | Ori Avtalion | |
2011-04-19 | GPH: Replace defunct MIXER_DOUBLE_BUFFERING by working code | Max Horn | |
2011-04-13 | GPH: Move GP2XWIZ build support files into devices folder. | David-John Willis | |
* Also add a common folder with the shared bits. | |||
2011-04-13 | GPH: Move caanoo build support files into device folder in the backend. | David-John Willis | |
2011-04-13 | GP2X: Move build support files into the GPH backend. | David-John Willis | |
2011-04-12 | GPH: Add separate button defined buttons for each supported device. | David-John Willis | |
* No default buttons set any more as I would want the build to fails if you don't provide the backend with a device. * Also commit some small cleanup to the bundle files. | |||
2011-04-11 | GPH: Change backend to mask backend code to GPH_DEVICE. | David-John Willis | |
* This is mainly to make it easy to drop the old GP2X into the same codebase (I really have no desire to manage 2 sets of 99.9% identical code ;)). * Code paths for just one of the supported devices can be runtime worked out or just defined for that device. mount.sh: Fixed some small errors# ../../../../scummvm.gph | |||
2011-03-24 | GPH: Cleanup GPH backend and adapt to newer modular backend model. | David-John Willis | |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 | |||
2010-11-29 | SDL: Move #include <SDL.h> into a special wrapper file | Max Horn | |
svn-id: r54572 | |||
2010-11-28 | Merging the gsoc2010-opengl branch | Max Horn | |
svn-id: r54518 | |||
2010-11-04 | GPH: Update README-GPH to suggest even more WiKi reading. | John Willis | |
svn-id: r54064 | |||
2010-10-30 | GPH: Enable use of forbidden symbols | Max Horn | |
svn-id: r53964 | |||
2010-10-21 | GPH: Rename README (package build step uses the README-GPH name) | Julien Templier | |
svn-id: r53661 | |||
2010-10-20 | OPENPANDORA: Clean up support scripts and README. | John Willis | |
svn-id: r53641 | |||
2010-10-20 | GPH: Cleanup Readme and support scripts. | John Willis | |
GP2X: Cleanup Readme. SDL: Change a few backend defines to GPH_DEVICE from the device name (blocking main and loadGFXMode so they can be written elsewhere). svn-id: r53639 | |||
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-09 | GP2XWIZ: Rename GP2XWIZ backend to GPH. | John Willis | |
* This better reflects the supported devices from GPH (GamePark Holdings), namely the GP2XWiz, Caanoo and merging in of the old GP2X backend. svn-id: r52648 |