aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/dc/dc.h
AgeCommit message (Expand)Author
2018-07-17DC: Allow plugins to be grouped into subdirectoriesMarcus Comstedt
2017-10-15BACKENDS: Constify PaletteManager::grabPalette implementationsColin Snover
2016-04-06DC: Fix compilation errors due to AudioCD changes.Johannes Schickel
2016-03-13BACKENDS: Only expose one set of functions for AudioCDManagerMatthew Hoops
2016-03-13BACKENDS: Add a closeCD() function to the AudioCDManagerMatthew Hoops
2016-03-13BACKENDS: Move to an openCD() without parameters as the public APIMatthew Hoops
2014-02-18DC: Make GPL headers consistent in themselves.Johannes Schickel
2014-01-10DC: Silenced some stupid warningsMarcus Comstedt
2013-05-17RECORDER: Implement Events RecorderEugene Sandulenko
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