aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/dc
AgeCommit message (Expand)Author
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-11-16GUI: Rename gui/GuiManager.* to gui/gui-manager.*Max Horn
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
2010-07-29DC: Let scummvm.ini override autodetect of gamesMarcus Comstedt
2010-07-29DC: Specialize createConfig{Read,Write}Stream Marcus Comstedt
2010-07-29BUILD: Unify how MODULE_DIRS is computed for backendsMax Horn
2010-07-29BUILD: Compile & link certain files only for specific BACKEND valuesMax Horn
2010-06-15SYSTEM: Unify OSystem::getSupportedFormats() signatureMax Horn
2010-05-09Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to confi...Andre Heider
2010-03-21Ack, typo!Marcus Comstedt
2010-03-21Autodetect long V numbers and shorten them.Marcus Comstedt
2010-03-18Convert some occurences of StringList to StringArray;Max Horn
2010-03-11Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ...Max Horn
2010-03-10Remove last traces of OSystem::getOutputSampleRate()Max Horn
2010-03-08Remove unnecessary #includesMax Horn
2010-01-28Silenced some more cppcheck style warnings.Torbjörn Andersson
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-11-14Remove Igor engineMax Horn
2009-10-17Made find_unused_pixel() take the transparency mask into account, notMarcus Comstedt
2009-10-17Update the Dreamcast iconJordi Vilalta Prat
2009-10-10Fixed some warnings.Marcus Comstedt
2009-10-10Added flag for updating dependencies.Marcus Comstedt
2009-10-10Enable RGB colour for Dreamcast.Marcus Comstedt
2009-10-10RGB support.Marcus Comstedt
2009-10-10Makefile.common now requires us to set $(LD) as well...Marcus Comstedt
2009-10-08Introduce a new struct TimeDate, replacing struct tm in client code. May lead...Max Horn
2009-10-02Fix more cppcheck warnings/errors; some code formatting; and fixes to our toolsMax 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-26Create IP.BIN.Marcus Comstedt
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-05-29Changed SaveFileManager methods to take Common::String params (instead of cha...Max Horn
2009-05-21Workaround for shells that treat an empty list in for as a syntax error...Marcus Comstedt
2009-05-21Micro-optimization: Don't re-strip plugins which are not modified.Marcus Comstedt
2009-05-21Ack, can't use something set with := in the dependency section. *sigh* New ...Marcus Comstedt
2009-05-21Added proper dependencies for the "plugin_dist" target.Marcus Comstedt
2009-03-21argv should not be modified; make it plenty const.Marcus Comstedt
2009-03-21Fixed some warnings.Marcus Comstedt
2009-03-21Added support for dynamic plugins on Dreamcast to the configure script.Marcus Comstedt
2009-03-20Moved hardware initialization to a constructor, to make it run really early.Marcus Comstedt
2009-03-18Initial support for building the Dreamcast port using the configureMarcus Comstedt
2009-03-17Removed superfluous comma and namespace specifier.Marcus Comstedt
2009-03-17Removed superfluous semicolon.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-02-01Merged r36175 from branch-0-13-0:Marcus Comstedt