Age | Commit message (Expand) | Author |
2006-05-03 | Changed FilesystemNode::listDir to return a bool indicating its success (or f... | Max Horn |
2006-05-03 | Moved some code from SCUMM's detectGames function into a separate function (i... | Max Horn |
2006-05-02 | Update language details for filenames of a few games | Travis Howell |
2006-05-02 | Update language details for filenames of several HE games | Travis Howell |
2006-05-02 | Add gameFilenamesTable[] entries for activity, fbpack and funpack | Travis Howell |
2006-05-02 | Fix detection of Windows version of puttmoon | Travis Howell |
2006-05-01 | Some cleanup, and added a FIXME comment concerning the wrong usage of getSave... | Max Horn |
2006-04-30 | Honor 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-28 | Report unknown MD5s again | Max Horn |
2006-04-26 | Introduce 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 complain | Eugene Sandulenko |
2006-04-25 | Files that are *not* 00.LFL or 000.LFL indicate V5+ games -> teach the detect... | Max Horn |
2006-04-25 | Somewhat improved detection when MD5 is not available/known | Max Horn |
2006-04-23 | Fix loading music/speech files in HE98+ games | Travis Howell |
2006-04-23 | Fix for HE games which use the generic HE variants (d'oh) | Max Horn |
2006-04-23 | Fix access to .he3/.he4 files | Max Horn |
2006-04-23 | Behold, the new SCUMM detector finally has arrived. Unified detection & engin... | Max Horn |
2006-04-19 | Some more tweaks to the (still disabled) new detection / filename generation ... | Max Horn |
2006-04-19 | Removed wrong platform values from gameVariantsTable | Max Horn |
2006-04-16 | changed comments into real comments | Willem Jan Palenstijn |
2006-04-16 | Ignore the 'virtual' HE entries at the end of gameVariantsTable (this fixes a... | Max Horn |
2006-04-16 | Fixed broken svn:keywords values | Max Horn |
2006-04-16 | Removed the directory parameter from md5_file | Max Horn |
2006-04-15 | - Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ... | Max Horn |
2006-04-15 | Removed GameDetector::_gameid in favor of using a config manager entry | Max Horn |
2006-04-15 | Some more detector stub code (unused) | Max Horn |
2006-04-14 | Possible fix for bug #1470197 (SCUMM: HE Game variants broken) | Max Horn |
2006-04-13 | Slightly more verbose error message. | Torbjörn Andersson |
2006-04-13 | Clarified detection filenames for HE games (removed FIXME comments). | Eugene Sandulenko |
2006-04-11 | Re-fix the CD version of Loom | Max Horn |
2006-04-11 | If generateDetectName() generates an empty string, that's a failure, not a | Torbjörn Andersson |
2006-04-10 | More commented out stuff: added generateFilenameForDetection method, for use ... | Max Horn |
2006-04-10 | Some more tweaks to the (still unused) gameFilenamesTable; also readded an en... | Max Horn |
2006-04-10 | Merged scumm_settings into extra_versions, which in turn got renamed to gameV... | Max Horn |
2006-04-09 | Changed the precedence of the MD5 overrides (highest priority: config file, t... | Max Horn |
2006-04-09 | Removed some obsolete code | Max Horn |
2006-04-09 | Added gameFilenamesTable (currently unused, and hence disabled) | Max Horn |
2006-04-08 | Removed dupliate entry from extra_versions table | Max Horn |
2006-04-08 | Our extra_versions table is a bit too eager in some cases to assign platform ... | Max Horn |
2006-04-08 | Modified the REGISTER_PLUGIN macro so that it allows (and requires) a trailin... | Max Horn |
2006-04-08 | Removed common/map.h with the Common::Map template class (it was a very bad i... | Max Horn |
2006-04-08 | Move some more bits into namespace Scumm | Max Horn |
2006-04-08 | Renamed various *GameSettings to GameSettings (our namespaces are enough to d... | Max Horn |
2006-04-07 | Finally got rid of multiple_versions_md5_settings in favor of extra_versions | Max Horn |
2006-04-04 | Paranoia change: catch invalid 'method' value in generateDetectName | Max Horn |
2006-04-03 | Removing outdated and obsolete comment | Max Horn |
2006-04-03 | Since GF_HE_CURSORLESS is gone now, we can remove this special case for 'lost' | Max Horn |
2006-04-03 | GF_HE_CURSORLESS feature flag not required, since HE games always set a defau... | Travis Howell |
2006-04-03 | Added variant string for some HE games | Max Horn |