aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/plugin.cpp
AgeCommit message (Expand)Author
2006-06-24Add Keith Scroggins to credits as Atari/FreeMiNT builder.Eugene Sandulenko
2006-06-24Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cppMax Horn
2006-06-22Tweak SCUMM detection a bit more -- do not hard code a check for the genmetho...Max Horn
2006-06-22This additional check for Macintosh versions of HE games isn't required, as p...Travis Howell
2006-06-21Remove duplicate left overTravis Howell
2006-06-21Add back auto detection of Macintosh platform for HE gamesTravis Howell
2006-06-18Add 16bit color feature flag to Backyard Basketball tooTravis Howell
2006-06-13Add another version of SoccerMLSTravis Howell
2006-06-09Ooops, correct orderTravis Howell
2006-06-09Add DOS and Macintosh versions of Putt-Putt & Fatty Bear's Activity PackTravis Howell
2006-06-06Add target for full versions of Blue's Birthday AdventureTravis Howell
2006-06-05Fix detection of some HE games and demosTravis Howell
2006-05-29Fix Commodore 64 versionsTravis Howell
2006-05-28Moved the hack that distinguishes MM V1 demo from the full version to a more ...Max Horn
2006-05-28Use different method to detect V1 demo of Maniac Mansion, since md5 matches t...Travis Howell
2006-05-27Backed up my own commit :/ The user did a mistake when supplied the data.Eugene Sandulenko
2006-05-27Added new samnmax demo file name pattern. See bug #1496105: "Sam & Max Hit Eugene Sandulenko
2006-05-27snmdemo uses *.sm0/1 data filesTravis Howell
2006-05-27Fix V1 demo of maniacTravis Howell
2006-05-26Fix for bug #1495361 (MONKEY1 AMIGA: Error at gamedetection)Max Horn
2006-05-16Tell people to only report the MD5 if it's a regular version of the game (and...Max Horn
2006-05-13Add newly discovered HE demos.Eugene Sandulenko
2006-05-12Added the new AbstractFilesystemNode::getCurrentDirectory() method. Also chan...Max Horn
2006-05-08Add missing file details for HE gamesTravis Howell
2006-05-03Changed FilesystemNode::listDir to return a bool indicating its success (or f...Max Horn
2006-05-03Moved some code from SCUMM's detectGames function into a separate function (i...Max Horn
2006-05-02Update language details for filenames of a few gamesTravis Howell
2006-05-02Update language details for filenames of several HE gamesTravis Howell
2006-05-02Add gameFilenamesTable[] entries for activity, fbpack and funpackTravis Howell
2006-05-02Fix detection of Windows version of puttmoonTravis Howell
2006-05-01Some cleanup, and added a FIXME comment concerning the wrong usage of getSave...Max Horn
2006-04-30Honor the 'platform' override when choosing between game variants (this shoul...Max Horn
2006-04-29* Changed the createEngine() factory function of our plugins to return an err...Max Horn
2006-04-28Report unknown MD5s againMax Horn
2006-04-26Introduce and use Engine_Empty() and Engine::GUIErrorMessage()Eugene Sandulenko
2006-04-25- Check if path specified for a game in scummvm.ini really exists and complainEugene Sandulenko
2006-04-25Files that are *not* 00.LFL or 000.LFL indicate V5+ games -> teach the detect...Max Horn
2006-04-25Somewhat improved detection when MD5 is not available/knownMax Horn
2006-04-23Fix loading music/speech files in HE98+ gamesTravis Howell
2006-04-23Fix for HE games which use the generic HE variants (d'oh)Max Horn
2006-04-23Fix access to .he3/.he4 filesMax Horn
2006-04-23Behold, the new SCUMM detector finally has arrived. Unified detection & engin...Max Horn
2006-04-19Some more tweaks to the (still disabled) new detection / filename generation ...Max Horn
2006-04-19Removed wrong platform values from gameVariantsTableMax Horn
2006-04-16changed comments into real commentsWillem Jan Palenstijn
2006-04-16Ignore the 'virtual' HE entries at the end of gameVariantsTable (this fixes a...Max Horn
2006-04-16Fixed broken svn:keywords valuesMax Horn
2006-04-16Removed the directory parameter from md5_fileMax Horn
2006-04-15- Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ...Max Horn
2006-04-15Removed GameDetector::_gameid in favor of using a config manager entryMax Horn