aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/plugin.cpp
AgeCommit message (Expand)Author
2006-08-28Add Dutch version of Freddi Fish and Luther's Maze MadnessTravis Howell
2006-08-27Add details for Dutch versions of many HE gamesTravis Howell
2006-08-26Add the Dutch version of Freddi Fish 1 for MacintoshTravis Howell
2006-07-31* Added copyright string to all engine pluginsMax Horn
2006-07-30Add Pajama Sam 3 and Spy FOX 2 mini gamesTravis Howell
2006-07-22Using FilesystemNode::name instead of FilesystemNode::displayName in all game...Johannes Schickel
2006-07-14More whitespace changes.Torbjörn Andersson
2006-07-09Add filename patterns for Macintosh versions of Blue's Birthday AdventureTravis Howell
2006-07-08Add another German Macintosh version of pajama2Travis Howell
2006-07-07Update language settinga for filename patterns in HE gamesTravis Howell
2006-07-07Add another German Windows version of pajama2Travis Howell
2006-07-06Fix 1506002 - PUTTTIME: Weird Mouth MovementTravis Howell
2006-06-28Add French versions of freddi3, freddicove and pajama2Travis Howell
2006-06-27Fixed the HE version of the Swedish Freddi Fish 1, and added detection for theTorbjörn Andersson
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