aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/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: Separate code for handling obsolete gameids from advanced detectorMax Horn
2011-05-25SCUMM: Switch some code to use String::formatMax Horn
2011-05-16ENGINES: Unify engine namesThierry Crozat
2011-05-13SCUMM: Turned ResTypeData into a Common::Array<Resource>, subsuming its _reso...Max Horn
2011-05-13SCUMM: Add a Resource class, refactor res code around itMax Horn
2011-05-13SCUMM: Refactor how resource (types) are srepresentedMax Horn
2011-05-13SCUMM: Move class ResourceManager to its own headerMax Horn
2011-05-13SCUMM: Print SCUMM & HE version when starting a game in deug modeMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-02ALL: Mark printf and various other symbols as forbiddenMax Horn
2011-05-01SCUMM: Fix v60he gamesMatthew Hoops
2011-04-18COMMON: Remove kInvalidPathErrorMax Horn
2011-04-05SCUMM: Move _heV7DiskOffsets from ScummEngine to ScummEngine_v70heMax Horn
2011-04-05SCUMM: Split ScummEngine::generateFilename, move HE specifics to class ScummE...Max Horn
2011-04-05SCUMM: Rename InfoStuff to SaveStateMetaInfosMax Horn
2011-01-28SCUMM: Fix bug #3167036 - BluesBirthday: Crash in the demo.Travis Howell
2010-11-23SCUMM: Replace Common::File uses by SeekableReadStream and SearchManMax Horn
2010-11-07COMMON: Rename and tweak MD5 functionsMax Horn
2010-10-29SCUMM: Switch to the new SaveStateDescriptor::setPlayTime.Johannes Schickel
2010-08-25SCUMM: Fix bug #3049323Eugene Sandulenko
2010-07-05Prevent SCUMM from adding gui options based on user flags into the config fil...Johannes Schickel
2010-07-05Fix update of GUI options, which only differ in the language setting.Johannes Schickel
2010-06-27Add support for Chinese The DIG.Eugene Sandulenko
2010-06-22SCUMM: Add a debug message to detectGames() to help find filesizes of detecti...Max Horn
2010-06-21Patch #1956501: "GUI/LAUNCHER: Midi device selection"Max Horn
2010-06-15SCUMM: Fix composeFileHashMapMax Horn
2010-06-15SCUMM: Added directory globs for in-depth search.Eugene Sandulenko
2010-06-15GUI: Implemented Languages as GUI options.Eugene Sandulenko
2010-06-15GUI: Implement MIDI drivers as GUI options.Eugene Sandulenko
2010-06-14SCUMM: Fix bug #1438631.Eugene Sandulenko
2010-05-09Extended patch #2971742: SCUMM: autodetection for diskimage contents.Eugene Sandulenko
2010-04-04Fix bug #2960022 - PUTTPUTT 1: No Load/Save possible.Travis Howell
2010-03-18COMMON: Get rid of Common::StringListMax Horn
2010-01-31Silenced some more cppcheck warnings.Torbjörn Andersson
2010-01-28Fix regression in Let's Explore the Jungle with Buzzy.Travis Howell
2009-12-31Add support for Chinese translated games.Eugene Sandulenko
2009-11-23COMMON: Remove various variants of the md5_file / md5_file_string funcs; turn...Max Horn
2009-10-22Update detection of PCEngine version of Loom.Travis Howell
2009-10-21Add patch from Tobias, for graphic support (backgrounds/objects) in PCE versi...Travis Howell
2009-07-30SCUMM: Properly detect & distinguish the three FM-TOWNS double-demosMax Horn
2009-07-13Refactor GUI options update into a function in Common: updateGameGUIOptions.Johannes Schickel
2009-07-13Add transparent GUI options update for SCUMM too.Johannes Schickel
2009-06-06Use GameDescriptor::setGUIOptions instead of setting key "guioptions" directly.Johannes Schickel
2009-06-06Add support for GUI options to SCUMM engineEugene Sandulenko
2009-05-29Changed SaveFileManager methods to take Common::String params (instead of cha...Max Horn
2009-03-20SCUMM: Split intern.h into multiple headersMax Horn
2009-03-05Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ...Jordi Vilalta Prat
2009-02-07Make the subtitle settings in Options section of the global main menu optiona...Travis Howell