aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/dc/dcmain.cpp
AgeCommit message (Expand)Author
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: 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
2012-06-09COMMON: Add tm_wday to our TimeDate structMatthew Hoops
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-06-20ALL: Remove trailing whitespacesMax Horn
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-06DC: Allow use of all symbolsMax Horn
2011-06-06BACKENDS: Unify AudioCD manager instantiationMax Horn
2011-06-04BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState callsMax Horn
2011-06-04COMMON: Rename kFeatureCursorHasPalette -> kFeatureCursorPaletteMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-03DC: Fix various forbidden symbol clashesMax Horn
2011-05-03BACKENDS: Allow various files to use stuff from time.hMax Horn
2011-04-20DC: Move dynamic plugin handling into the platformMarcus Comstedt
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-01-08DC: Fix a compilation warningMarcus Comstedt
2011-01-08DC: Implement logMessage()Marcus Comstedt
2010-12-03DC: Remove extra semicolon. (Should fix compiliation hopefully).Johannes Schickel
2010-12-03DC: Implement getSystemLanguage()Marcus Comstedt
2010-12-01DC: Adapted CDDA interface to the new standard.Marcus Comstedt
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-07-29DC: Specialize createConfig{Read,Write}Stream Marcus Comstedt
2010-03-11Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ...Max Horn
2009-10-10RGB support.Marcus Comstedt
2009-10-08Introduce a new struct TimeDate, replacing struct tm in client code. May lead...Max Horn
2009-06-13Detected games with different language or platform are nowMarcus Comstedt
2009-03-21argv should not be modified; make it plenty const.Marcus Comstedt
2009-03-21Fixed some warnings.Marcus Comstedt
2009-03-20Moved hardware initialization to a constructor, to make it run really early.Marcus Comstedt
2009-01-27Disable autosave (fixes [2516389]).Marcus Comstedt
2008-06-29New Mixer API.Marcus Comstedt
2008-03-01Added getTimeAndDate() implementation.Marcus Comstedt
2008-01-03Use system call to return to DC boot menu rather than relying on exit()Marcus Comstedt
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-18Code formatting fixesMax Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2006-10-22Removed timerproc and soundproc.Marcus Comstedt
2006-10-22Modularization.Marcus Comstedt
2006-10-07#include <base/engine.h> -> #include <engines/engine.h (Though I don't likeEugene Sandulenko
2006-10-07Instantiate and hook up the plugin providers in the main() function of the co...Max Horn
2006-06-30Moved backends/dc into new platform directory.Marcus Comstedt