aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/dc/dc.h
AgeCommit message (Expand)Author
2012-06-16ALL: Let overlay related methods in OSystem take a void * and use a proper pi...Johannes Schickel
2012-06-16BACKENDS: Make OSystem::setMouseCursor take a "const void *" buffer.Johannes Schickel
2012-06-16BACKENDS: Let copyRectToScreen take a "const void *" instead of "const byte *...Johannes Schickel
2012-06-03ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" lo...Johannes Schickel
2012-02-26COMMON: Move Language and Platform functionality into separate filesMax Horn
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-06-08BACKENDS: Shuffle backends class hierarchy and module initializationMax Horn
2011-06-07DC: Use OSystem's 'slots' for timer/savefile manager & fsFactoryMax Horn
2011-06-06BACKENDS: Unify AudioCD manager instantiationMax Horn
2011-06-04BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState callsMax Horn
2011-05-25ALL: initialise -> initializeMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28DC: Fix compilationOri Avtalion
2011-04-20DC: Move dynamic plugin handling into the platformMarcus Comstedt
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2011-01-08DC: Implement logMessage()Marcus Comstedt
2010-12-03DC: Implement getSystemLanguage()Marcus Comstedt
2010-12-01DC: Adapted CDDA interface to the new standard.Marcus Comstedt
2010-07-29DC: Specialize createConfig{Read,Write}Stream Marcus Comstedt
2010-06-15SYSTEM: Unify OSystem::getSupportedFormats() signatureMax Horn
2010-03-10Remove last traces of OSystem::getOutputSampleRate()Max Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-10-10RGB support.Marcus Comstedt
2009-10-08Introduce a new struct TimeDate, replacing struct tm in client code. May lead...Max Horn
2009-08-22Second attempt to fix DC and iPhone backends compilationEugene Sandulenko
2009-08-22Attempt to fix DC and iPhone backends compilationEugene Sandulenko
2009-07-05Refresh the screen if pollEvent() is called without updateScreen() being call...Marcus Comstedt
2009-06-13Detected games with different language or platform are nowMarcus Comstedt
2009-03-20Moved hardware initialization to a constructor, to make it run really early.Marcus Comstedt
2009-03-17Changed grabOverlay() and copyRectToOverlay() to use OverlayColor instead of ...Marcus Comstedt
2009-02-15Removed OSystem_Dreamcast::fillScreen implementation after discussing it with...Johannes Schickel
2009-02-15- Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel.Johannes Schickel
2009-01-30Moved default implementations for various OSystem methods into a new class Ba...Max Horn
2009-01-27Need graphics/colormasks.h for Graphics::createPixelFormat.Marcus Comstedt
2008-11-06Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys...Max Horn
2008-11-06Got rid of OSystem::ARGBToColor and colorToARGBMax Horn
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
2008-06-29New Mixer API.Marcus Comstedt
2008-03-01Added getTimeAndDate() implementation.Marcus Comstedt
2008-03-01Integrated fs factory into osystem object.Marcus Comstedt
2008-03-01Moved Dreamcast filesystem factory to platform directory.Marcus Comstedt
2007-09-19Include <graphics/surface.h> for Graphics::Surface.Marcus Comstedt
2007-07-08Removed various obsolete methods from OSystem (screenToOverlayX/Y, overlayToS...Max Horn
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-22Removed timerproc and soundproc.Marcus Comstedt
2006-10-22Modularization.Marcus Comstedt
2006-06-30Moved backends/dc into new platform directory.Marcus Comstedt