aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/detection.cpp
AgeCommit message (Expand)Author
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-14DETECTOR: Pass allFiles to AdvancedMetaEngine::fallbackDetect()Max Horn
2011-06-14DETECTOR: Merge ADParams into AdvancedMetaEngineMax Horn
2011-06-10AGI: Switch to alternate AdvancedMetaEngine, avoid ADParamsMax Horn
2011-06-10ENGINES: Change incorrect use of 'target' to 'gameid'Max Horn
2011-05-16ENGINES: Unify engine namesThierry Crozat
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-02ALL: Mark printf and various other symbols as forbiddenMax Horn
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2010-11-19ALL: Push down deps on stream.h from .h to .cpp filesMax Horn
2010-10-12JANITORIAL: Cleanup (mostly whitespace)Torbjörn Andersson
2010-06-15AdvancedDetector: Add new parameter directoryGlobs.Eugene Sandulenko
2010-06-15AGI: enable MIDI in options since now there are ways to play it.Eugene Sandulenko
2010-06-15AGI: Fix bug #2862508.Eugene Sandulenko
2010-06-15Split out detection tables for AGI engineEugene Sandulenko
2010-06-14Extended advancedDetector with depth parameter.Eugene Sandulenko
2010-05-13Fix bug #2880229: KQ4 AGI not recognizedEugene Sandulenko
2010-03-18COMMON: Get rid of Common::StringListMax Horn
2010-01-03Use new ADGF flag, ADGF_USEEXTRAASTITLE for AGI Fanmade games for giving themEugene Sandulenko
2010-01-03Reduce header dependencies for AGI engine.Eugene Sandulenko
2009-12-21md5 from bug #2809149: "AGI: SQ1: Checksum of Space Quest 1 Version 1.1A"Eugene Sandulenko
2009-12-21Sorted game entriesEugene Sandulenko
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-08-15Fix for bug #2835581 (KQ3: Game Crash When Leaving Tavern as Fly):Kari Salminen
2009-08-03Fix for bug #2828333 (AGI: KQ1: Greensleeves always plays):Kari Salminen
2009-07-22Move functions from agi.cpp to more appropriate files.Eugene Sandulenko
2009-06-11Added set of CoCo3 AGI gamesEugene Sandulenko
2009-06-07AGI: Fixed typo in game name ;)Max Horn
2009-06-06Added CoCo3 version of SQ1Eugene Sandulenko
2009-06-06Added couple of newly discovered fanmade AGI games.Eugene Sandulenko
2009-06-06Added game GUI options to advancedDetector and updated all enginesEugene Sandulenko
2009-06-06CleanupEugene Sandulenko
2009-06-06Implement scummvm.ini flag features for AGI engineEugene Sandulenko
2009-06-06CleanupEugene Sandulenko
2009-06-06Fix bug #2026605: "SQ2: Have to wait after dying to do anything."Eugene Sandulenko
2009-06-06Stop abusing game flag.Eugene Sandulenko
2009-06-06Disable save/load when original did not allowEugene Sandulenko
2009-06-06Store and compare MD5s in the savesEugene Sandulenko
2009-05-29Changed SaveFileManager methods to take Common::String params (instead of cha...Max Horn
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-05-21Proper fix for bug #2537054: "AGI: Using GMM to load causes graphics glitches".Eugene Sandulenko
2009-05-10Add detection for newly discovered AGI demoEugene Sandulenko
2009-03-05Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ...Jordi Vilalta Prat
2009-02-27Add detection of another version of the Black Cauldron. (See bug #2628354).Matthew Hoops
2009-02-17Add detection for the Space Quest 3.5 fan game.Matthew Hoops
2009-02-16Fix startup of the Amiga versions of Manhunter NY/SF, which seem to require t...Travis Howell
2009-02-07Add detection entry for Gold Rush! 3.0 (Bought from The Software Farm, report...Kari Salminen
2009-01-29Moved AdvancedDetector from common/ to engines/Max Horn
2009-01-27Protect save slot 0 from being overwritten and/or deleted by the GMM save/loa...Filippos Karapetis