aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/scumm.cpp
AgeCommit message (Expand)Author
2006-03-20The Hercules specific screen size check is no longer requiredTravis Howell
2006-03-19Moved filename substitution code from scumm.cpp to plugin.cppMax Horn
2006-03-19Add workaround for script bug in Loom (CD)Travis Howell
2006-03-17Add another German version of puttzoo demoTravis Howell
2006-03-14Renamed & documented the LIGHTMODE flagsMax Horn
2006-03-14Enhance the new getCurrentLights to work for V6+ games, too, making it possib...Max Horn
2006-03-14Avoid all scumm var conflicts in C64 maniacTravis Howell
2006-03-12IMuse SysEx processing now handled by client-specified callbacks. This remove...Jamieson Christian
2006-03-12Adjust basename array setting in HE99+ games, for filename substitutionTravis Howell
2006-03-10Add Russian puttrace and pajama3Eugene Sandulenko
2006-03-08Fixed tons of format string warnings for debug/error calls (including several...Max Horn
2006-03-05Restructured IMuse and IMuseInternal.Jamieson Christian
2006-03-05Make sure there actually is a SMUSH mixer before stopping and deleting it.Torbjörn Andersson
2006-03-05that should help for bug #1352486, smush sound tracks are not stopped immedia...Paweł Kołodziejski
2006-03-05Add German verbs and more work on input in C64 maniacTravis Howell
2006-03-04No need to use generateSubstResFileName when we already know the resultMax Horn
2006-03-04Const as const can (marking things as const/static allows better compiler opt...Max Horn
2006-03-04Cleanup for the container loading code (and always disable file name substitu...Max Horn
2006-03-04When container files are used, we don't need file name substitution anymoreMax Horn
2006-03-04Added a comment about the first few entries in substResFileNameTableMax Horn
2006-03-04Since findSubstResFileName / applySubstResFileName only compare up to the fir...Max Horn
2006-03-04Renamed SubstResFileNames::winName and macName to almostGameID / expandedName...Max Horn
2006-03-03Moved ScummFile etc. to the new file.cpp / file.hMax Horn
2006-03-03String constants are const -> fixing compiler warningsMax Horn
2006-03-03Fix bug #1439279: "SCUMM: SubstResFileNames partial breakage"Eugene Sandulenko
2006-03-02Fix using items in C64 maniac and cleanupTravis Howell
2006-03-02Yet another patch for bug #1407789 (FT: Invalid Actor when "Combining" Two It...Max Horn
2006-03-02Fix inventory display in C64 maniacTravis Howell
2006-03-02Improve input in C64 maniacTravis Howell
2006-03-01Initialize new SCUMM vars for V1/2Travis Howell
2006-03-01Update string array tables and use for all possible games and stringsTravis Howell
2006-02-27Charset 0 is loaded on start in original versions of OLD_BUNDLE games tooTravis Howell
2006-02-26COMI uses a separate setting for the verb charset, verbs use correct charset nowTravis Howell
2006-02-26Camera variables are initialised on startup by COMI tooTravis Howell
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