aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/scumm.cpp
AgeCommit message (Expand)Author
2006-02-26Move debug mode setting to initScummVars(), so it is reset when game is resta...Travis Howell
2006-02-25Remove the dummy index 0 entry from substResFileNameTableMax Horn
2006-02-25Moved the plugin interface code of the SCUMM engine into a separate source fileMax Horn
2006-02-25Fix compiler warning (wrong return type)Max Horn
2006-02-25Moved check for unknown MD5 checksum from ScummEngine::ScummEngine to Engine_...Max Horn
2006-02-25Modified the workaround for bug #1407789 to not depend on MD5 detectionMax Horn
2006-02-25Split SCUMM's generateSubstResFileName into two functions: findSubstResFileNa...Max Horn
2006-02-25Replaced some more MKIDs by MKID_BE; this then enabled me to remove ScummEngi...Max Horn
2006-02-20Moved iMUSE code to the new directory engines/scumm/imuse/Max Horn
2006-02-20Updated MD5 tables again, adding details to more HE game variantsMax Horn
2006-02-20Replaced _gameId, _version, _heversion, _features, _midi, _platform with a si...Max Horn
2006-02-20Added / corrected some comments, and moved ScummGameSettings to scumm.hMax Horn
2006-02-20Simplified puttrace entry in the (still unused) extra_versions tableMax Horn
2006-02-20Removing the GF_HE_985 from HE 99 games (I only was able to verify that this ...Max Horn
2006-02-20More tweaks to the still unused extra_versions tableMax Horn
2006-02-19Added more variant IDs for HE gamesMax Horn
2006-02-19Updated the (still unused) extra_versions table a bitMax Horn
2006-02-19- Added new extra_versions table -> work in progress and disabled for now.Max Horn
2006-02-18- Merged GameDetector::detectGame() into GameDetector::detectMain()Max Horn
2006-02-18- renamed PLUGIN_getSupportedGames to PLUGIN_gameIDList for consistencyMax Horn
2006-02-18- Removed the 'features' field from GameSettingsMax Horn
2006-02-17Reduced use of GF_DEFAULT_TO_1X_SCALER in favor of a new param to Engine::ini...Max Horn
2006-02-16- Fixed a bug that prevented you from overriding the scaler from the commandMax Horn
2006-02-16Only DOS & Macintosh versions of HE60/61 games require XMIDI supportTravis Howell
2006-02-15o Renamed script_v6he.cpp and script_v7he.cpp to script_v60he.cpp andEugene Sandulenko
2006-02-15Moved all he-specific source files to engines/scumm/he/ subdirectoryEugene Sandulenko
2006-02-14Correct case of SPY Fox game titlesTravis Howell
2006-02-12Include game dscriptions for HE60/61 games in a DISABLE_HE buildTravis Howell
2006-02-12Moved SCUMM game descriptions/titles into a seperate tableMax Horn
2006-02-12Fixing platform value for two HE mac demosMax Horn
2006-02-12Committed old work on Soccer U32. Too far from being finished.Eugene Sandulenko
2006-02-11Moved engines to the new engines/ directoryMax Horn