aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gp2x/gp2x-common.h
AgeCommit message (Expand)Author
2010-06-01This hopefully fixes the compilation of the GP2x backend.Johannes Schickel
2010-06-01Remove dead code from PS2 and GP2x backendsMax Horn
2010-05-09Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to confi...Andre Heider
2010-03-12GP2X: Try to fix compile errorMax Horn
2010-03-10Remove last traces of OSystem::getOutputSampleRate()Max Horn
2009-11-09Revert rev 45791 and make the first param of OSystem_SDL::remapKey again non-...Max Horn
2009-11-09SDL: Make first param of OSystem_SDL::remapKey constMax Horn
2009-10-08Introduce a new struct TimeDate, replacing struct tm in client code. May lead...Max Horn
2009-08-21This hopefully fixes the GP2x build (and kicks off buildbot)Andre Heider
2009-08-09GP2X: Commit local version of backend, contains a 'fix' to work around a GP2X...John Willis
2009-04-16Backout previous 'ooops' change (while shaking a stick at SVN and trying to c...John Willis
2009-04-16Push local cleanup into the 0.13 branch in prep. for 0.13.1.John Willis
2009-02-12Cleanup of the GP2X backend. It's been sat on my HDD for a while and it reall...John Willis
2009-01-30Moved default implementations for various OSystem methods into a new class Ba...Max Horn
2008-11-06Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys...Max Horn
2008-11-06cleanupMax Horn
2008-06-29Small GP2X tidy (mostly svn:executable on scripts) and fixes needed to reflec...John Willis
2008-06-28Patch ##1956946 (Audio::Mixer internal API revision) with some tweaksMax Horn
2008-06-28Removed obsolete ::clearSoundCallback() codeMax Horn
2008-04-16Small cleanup of the GP2X backend. Still a few odd things I need to glance at...John Willis
2008-03-12Implemented OSystem_GP2X::getTimeAndDate (identical to OSystem::getTimeAndDate).John Willis
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-22Removed backends/intern.hMax Horn
2007-12-05Tidyup of a few small things in the GP2X port.John Willis
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-11Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME ...Max Horn
2007-06-26Cleanup of the GP2X port to fix compile issues (and the odd warning).John Willis
2007-06-19Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All c...Max Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2006-10-25Update GP2X port to support Fingolfin's ongoing implementation of the Modular...John Willis
2006-10-06Patch #1432376: "Very basic GP2X Backend"Eugene Sandulenko