aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/plugin.cpp
AgeCommit message (Expand)Author
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
2006-04-01TypoMax Horn
2006-04-01Use extra_versions to compute ScummGameSettings (currently only compared to t...Max Horn
2006-03-31Fix skipping insane sequence in bundled Macintosh demo of FTTravis Howell
2006-03-29Add another English version of Monkey Island for MacintoshTravis Howell
2006-03-26Implement feature request #1450364: "Suggestion on how to cope withEugene Sandulenko
2006-03-25Add Blue's ABC Time and upgrade demo target to full gameEugene Sandulenko
2006-03-25- Implemented case insensitive file reading. Left old system as a fallbackEugene Sandulenko
2006-03-19Fixed my fix regarding the encoding of some filenames: Provide both Windows a...Max Horn
2006-03-19Fix encoding issue (see scummvm-devel)Max Horn
2006-03-19Moved filename substitution code from scumm.cpp to plugin.cppMax Horn
2006-03-10Add Russian puttrace and pajama3Eugene Sandulenko
2006-03-09Added new method DetectedGame::updateDesc, to ease generation of uniform desc...Max Horn
2006-03-09Add the known 'extra' info to the description string; and removed the old hac...Max Horn
2006-03-09- Removed the code from the launcher that adds language/platform to theMax Horn
2006-03-09- Renamed GameSettings to PlainGameDescriptorMax Horn
2006-03-09- added new toDetectedGame() template function (analog to toGameSettings)Max Horn
2006-03-04Renamed SubstResFileNames::winName and macName to almostGameID / expandedName...Max Horn
2006-03-02Fix for bug #1438822 (Targets are case sensitive)Max Horn