Age | Commit message (Expand) | Author |
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 | Some more cleanup in class Scumm::Sound | Max Horn |
2006-04-23 | Fix for HE games which use the generic HE variants (d'oh) | Max Horn |
2006-04-23 | Detect (and error out) if readMAXS fails | Max Horn |
2006-04-23 | Fix access to .he2 in Sound::openSfxFile, too | Max Horn |
2006-04-23 | Fix access to .he3/.he4 files | Max Horn |
2006-04-23 | Added a comment regarding COMI disc changing | Max Horn |
2006-04-23 | Moved _heTimers to ScummEngine_v60he | Max Horn |
2006-04-23 | Move HE specific stuff from class Sound to its new subclass SoundHE | Max Horn |
2006-04-23 | Moved ScummEngine_v5 from cursor.cpp to scumm.cpp (seems to be more natural, ... | Max Horn |
2006-04-23 | Change some uses of ScummFile to the more generic BaseScummFile | Max Horn |
2006-04-23 | Modified openFile and openResourceFile to take a Common::String instead of a ... | Max Horn |
2006-04-23 | Behold, the new SCUMM detector finally has arrived. Unified detection & engin... | Max Horn |
2006-04-23 | Fixed MD5 entry for mac version of MI1 | Max Horn |
2006-04-23 | Replaced _demoMode by GF_DEMO | Max Horn |
2006-04-22 | - Implemented MS ADPCM WAV format decoder used in Feeble Files. Still it is | Eugene Sandulenko |
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 |