Age | Commit message (Expand) | Author |
2006-04-19 | Some more tweaks to the (still disabled) new detection / filename generation ... | Max Horn |
2006-04-19 | Added a small comment to ScummEngine::openRoom that explains why we check for... | Max Horn |
2006-04-19 | Removed wrong platform values from gameVariantsTable | Max Horn |
2006-04-19 | Let scumm engine handle EVENT_SCREEN_CHANGED and let the gui know. (Needed fo... | Johannes Schickel |
2006-04-19 | Merges SaveLoadChooser and SaveLoadChooserEx. | Johannes Schickel |
2006-04-19 | Updates scumm dialogs for runtime overlay resolution changes. | Johannes Schickel |
2006-04-17 | Call updateScreen() from waitForTimer() (instead of usually right before it) | Torbjörn Andersson |
2006-04-17 | Replaced o70_seekFilePos by o60_seekFilePos (both were identical) | Max Horn |
2006-04-16 | Should fix wrong thumbnail colors after a screen change, which changed bpp. | Johannes Schickel |
2006-04-16 | Fix for bug #1471383: Instead of overloading ConfigManager::set, we now have ... | 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 | Removed unused #include | 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 | - Get rid of GameDetector::_dumpScripts and GameDetector::_force1xOverlay in ... | Max Horn |
2006-04-15 | Some more detector stub code (unused) | Max Horn |
2006-04-14 | Some cleanup of the SCUMM ConfigDialog; also added a big FIXME comment explai... | Max Horn |
2006-04-14 | Yes, it is really necessry to compute a special 'disk number' here (in fbear ... | Max Horn |
2006-04-14 | Add variant for updated Spy Fox 1 | Travis Howell |
2006-04-14 | Possible fix for bug #1470197 (SCUMM: HE Game variants broken) | Max Horn |
2006-04-14 | Changed File::open to take a Common::String as file name parameter | 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-12 | Fixing mismatch between format strings and data on some systems | Max Horn |
2006-04-12 | sizeof(void *) != sizeof(int) for a large number of systems. | Jonathan Gray |
2006-04-11 | Re-fix the CD version of Loom | Max Horn |
2006-04-11 | Rearranged code in ScummEngine::openRoom a bit, to separate the filename gene... | Max Horn |
2006-04-11 | If generateDetectName() generates an empty string, that's a failure, not a | Torbjörn Andersson |
2006-04-11 | Some more MD5 entries / confirmations by Peter Eckerlein | Max Horn |
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 | Removing dummy code from resource.cpp | 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-09 | Fix regression introduced by removing of GF_HE_CURSORLESS feature flag. | Eugene Sandulenko |
2006-04-09 | Clarify UK/US language for those HE demos which UK versions we have reported. | Eugene Sandulenko |
2006-04-09 | Specify UK/US version for PuttTime since we have UK version reported for it. | Eugene Sandulenko |
2006-04-09 | Clarify language for several UK HE releases | Eugene Sandulenko |
2006-04-08 | Properly translate Common::Language values for V0-V2 games, too | Max Horn |
2006-04-08 | Properly translate Common::Language values for COMI | Max Horn |
2006-04-08 | Introduced language EN_ANY used for general English game entries. EN_USA and | Eugene Sandulenko |
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 |