Age | Commit message (Expand) | Author |
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 |
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 | New Loom version reported by Peter Eckerlein | Max Horn |
2006-04-07 | Finally got rid of multiple_versions_md5_settings in favor of extra_versions | Max Horn |
2006-04-04 | Fix freddicove detection. | Eugene Sandulenko |
2006-04-04 | Removed extra exclamation marks in warning() calls as well. | Eugene Sandulenko |
2006-04-04 | Since our debug() adds an exclamation mark at the message end, remove | Eugene Sandulenko |
2006-04-04 | Small updates to intiate variable and member visibility. | Lars Persson |
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 |
2006-04-01 | Typo | Max Horn |
2006-04-01 | Use extra_versions to compute ScummGameSettings (currently only compared to t... | Max Horn |
2006-04-01 | Generate an error when kGenAsIs is used with an unsupported platform, instead... | Max Horn |
2006-04-01 | Always check array bounds are valid in HE games, matching original | Travis Howell |
2006-04-01 | Fix painting and fridge magnet palette glitches in thinker1 | Travis Howell |