aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/dc
AgeCommit message (Expand)Author
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
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
2008-02-03Use vmsfs_delete_file now that libronin supports it...Marcus Comstedt
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-03Use system call to return to DC boot menu rather than relying on exit()Marcus Comstedt
2008-01-03Disable compilation of default savefile manager, to avoid having it pulledMarcus Comstedt
2008-01-03Remove -I$(srcdir)/common from include path (not needed anymore).Marcus Comstedt
2008-01-03Updated build requirements.Marcus Comstedt
2007-12-08Use "new" framework for compressed saves...Marcus Comstedt
2007-12-08Fixed bug in glob matching function.Marcus Comstedt
2007-10-03* Added removeSavefile()Marcus Comstedt
2007-09-19KEYCODE_ENTER should be KEYCODE_RETURN, actually...Marcus Comstedt
2007-09-19displayName() -> getDisplayName()Marcus Comstedt
2007-09-19Fixed fallout from keycode being made an enum.Marcus Comstedt
2007-09-19Include <graphics/surface.h> for Graphics::Surface.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-07-08Removed various obsolete methods from OSystem (screenToOverlayX/Y, overlayToS...Max Horn
2007-07-01Removing non-ASCII chars from source codeMax Horn
2007-06-24Use keycodes instead of the (bad) ascii code for function keys in the DC backendMax Horn
2007-06-22Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* constants...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-05-05Fixed bug 1711393.Marcus Comstedt
2007-03-27Fixed yet another DC compile errorMax Horn