aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/dc
AgeCommit message (Expand)Author
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
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
2009-01-27Disable autosave (fixes [2516389]).Marcus Comstedt
2009-01-23Renamed FSNode::openForReading / openForWriting to createReadStream / createW...Max Horn
2009-01-22Get rid of the wrappers around the zlib stream wrapper wrappers ;)Max Horn
2009-01-22Got rid of several occurrences of gBitFormatMax Horn
2009-01-11Enabled GROOVIE and TUCKER as well, as they are enabled by default by the sta...Marcus Comstedt
2009-01-10Enable IHNM.Marcus Comstedt
2009-01-02Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManag...Johannes Schickel
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-14Use the new nifty defines DISABLE_TEXT_CONSOLE and DISABLE_COMMAND_LINE.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-09-20In the CD filesystem, nothing can be opened for writing, so justMarcus Comstedt
2008-09-20game.h is now in engines, not base.Marcus Comstedt
2008-09-14Big patch changing semantics of ReadStream::eos():Willem Jan Palenstijn
2008-09-13Big patch changing the signature of various Stream methods (some ports may ne...Max Horn
2008-09-03Pushed AbstractFilesystemNode::openForReading() / openForWriting() impls out ...Max Horn
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...Max Horn
2008-08-27FSNode code: Merged most versions of lastPathComponent() into one new Abstrac...Max Horn
2008-08-22code formatting cleanupMax Horn
2008-07-20Solaris tr does not like character classes in some locales. Use "C" locale.Marcus Comstedt
2008-07-05Enable all engines.Marcus Comstedt
2008-06-29Updated to use new EngineMan.detectGames() API.Marcus Comstedt
2008-06-29New Mixer API.Marcus Comstedt
2008-06-28Set $(DEPDIR).Marcus Comstedt
2008-05-12- Added an engine plugin manager and moved engine specific functionality into itJordi Vilalta Prat
2008-05-06Unified BUILD_PLUGINS and DYNAMIC_MODULES in the makefilesJordi Vilalta Prat
2008-05-02Updated the list of the DC plugins' exported symbolsJordi Vilalta Prat
2008-04-05Code cleanup.Marcus Comstedt