aboutsummaryrefslogtreecommitdiff
path: root/backends/dc
AgeCommit message (Expand)Author
2006-06-30Moved backends/dc into new platform directory.Marcus Comstedt
2006-06-24Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cppMax Horn
2006-06-03Added a default icon for savegames.Marcus Comstedt
2006-06-03Ignore bogus values of sizeimg in the header sanity check, it will get recomp...Marcus Comstedt
2006-06-03FilesystemNode() does not create a valid node anymore, specify a path...Marcus Comstedt
2006-06-03Cleaned up plugin_dist target, and added target "spotless".Marcus Comstedt
2006-05-17- Heavily modified patch #1214784: "Disable overlay scaling"Eugene Sandulenko
2006-05-09Attempted fix for bug #1484881Max Horn
2006-05-05Removed Base::setTarget, and some minor cleanup & tweaksMax Horn
2006-05-04Moved GameDetector::setTarget & findGame to the new namespace Base; moved the...Max Horn
2006-05-04Turned the last remaining few GameDetector methods into static methodsMax Horn
2006-05-04Put "path" config in game specific domain. Fixes bug #1475049.Marcus Comstedt
2006-05-02Implemented new InSaveFile methods.Marcus Comstedt
2006-04-02Backends now are also responsile for deiniting properly. In particular, moved...Max Horn
2006-04-02With this change, backends are now responsible for instantiating their OSyste...Max Horn
2006-04-02Fully and officially renamed our main function to scummvm_main, thus makingMax Horn
2006-03-15Fix for bug #1449912 (DC: selector.cpp compilation failed)Max Horn
2006-03-14Fixes for the DC backends (see patch #1436898)Max Horn
2006-03-08Adapting plugin.syms to the changes made to the plugin API (matching it with ...Max Horn
2006-02-09$Header$ -> $URL$ + $Id$Marcus Comstedt
2006-02-09Properly initialize _devpoll.Marcus Comstedt
2006-02-07Removed .cvsignore filesMax Horn
2006-01-27fingolfin renamed 'GameSettings::name' to 'GameSettings::gameid'.Marcus Comstedt
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-10-15Enable MAD support.Marcus Comstedt
2005-10-15Avoid "double-clicks" when the virtual keyboard is activated.Marcus Comstedt
2005-10-15Added support for cursor palettes.Marcus Comstedt
2005-10-15Added some missing functions.Marcus Comstedt
2005-10-13Improved savefile error handling:Marcus Comstedt
2005-10-10gBitFormat seems to be back in libcommon again... (This underhanded paramete...Marcus Comstedt
2005-08-14Run the detectors on one directory at a time, rather than one file at a time.Marcus Comstedt
2005-08-14Force a single PHDR.Marcus Comstedt
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-27Implemented OSystem_Dreamcast::grabPalette().Marcus Comstedt
2005-06-27Implemented InVMSave::skip().Marcus Comstedt
2005-06-24Changed #include <stdafx.h> to #include <common/stdafx.h>. It shouldTorbjörn Andersson
2005-05-10Moved (In/Out)SaveFile(Manager) and Timer to namespace CommonMax Horn
2005-05-04Dispense with the filename field of InVMSaves.Marcus Comstedt
2005-05-04Cleanup of the cleanup code. :-)Marcus Comstedt
2005-05-04Split VMSave into InVMSave and OutVMSave.Marcus Comstedt
2005-04-27Slightly more elegant LauncherDialog connector.Marcus Comstedt
2005-04-27Added eos() method.Marcus Comstedt
2005-04-22add a comment regarding an odd hackMax Horn
2005-04-19Replace OSystem::hasAlpha with a feature flagMax Horn
2005-04-11TypoMax Horn
2005-04-10split SaveFileManager::openSavefile and class SaveFile into two, each, one fo...Max Horn
2005-04-03Added mouse wheel support.Marcus Comstedt
2005-04-03Oops, cleared too large memory region...Marcus Comstedt
2005-04-03Switch overlay mode to ARGB4444.Marcus Comstedt
2005-04-03Added new cursorTargetScale parameter to setMouseCursor().Marcus Comstedt