aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/plugin.cpp
AgeCommit message (Expand)Author
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
2006-04-15Some more detector stub code (unused)Max Horn
2006-04-14Possible fix for bug #1470197 (SCUMM: HE Game variants broken)Max Horn
2006-04-13Slightly more verbose error message.Torbjörn Andersson
2006-04-13Clarified detection filenames for HE games (removed FIXME comments).Eugene Sandulenko
2006-04-11Re-fix the CD version of LoomMax Horn
2006-04-11If generateDetectName() generates an empty string, that's a failure, not aTorbjörn Andersson
2006-04-10More commented out stuff: added generateFilenameForDetection method, for use ...Max Horn
2006-04-10Some more tweaks to the (still unused) gameFilenamesTable; also readded an en...Max Horn
2006-04-10Merged scumm_settings into extra_versions, which in turn got renamed to gameV...Max Horn
2006-04-09Changed the precedence of the MD5 overrides (highest priority: config file, t...Max Horn
2006-04-09Removed some obsolete codeMax Horn
2006-04-09Added gameFilenamesTable (currently unused, and hence disabled)Max Horn
2006-04-08Removed dupliate entry from extra_versions tableMax Horn
2006-04-08Our extra_versions table is a bit too eager in some cases to assign platform ...Max Horn
2006-04-08Modified the REGISTER_PLUGIN macro so that it allows (and requires) a trailin...Max Horn
2006-04-08Removed common/map.h with the Common::Map template class (it was a very bad i...Max Horn
2006-04-08Move some more bits into namespace ScummMax Horn
2006-04-08Renamed various *GameSettings to GameSettings (our namespaces are enough to d...Max Horn
2006-04-07Finally got rid of multiple_versions_md5_settings in favor of extra_versionsMax Horn
2006-04-04Paranoia change: catch invalid 'method' value in generateDetectNameMax Horn
2006-04-03Removing outdated and obsolete commentMax Horn
2006-04-03Since GF_HE_CURSORLESS is gone now, we can remove this special case for 'lost'Max Horn
2006-04-03GF_HE_CURSORLESS feature flag not required, since HE games always set a defau...Travis Howell
2006-04-03Added variant string for some HE gamesMax Horn