aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
AgeCommit message (Expand)Author
2006-03-08o Converted most (all?) widgets to new scheme.Eugene Sandulenko
2006-03-07Correct order of cases in o72_redimArray()Travis Howell
2006-03-05Removed tag2str usage, which eliminates scumm/util.h dependency.Jamieson Christian
2006-03-05I guess this is really a WORKAROUND, rather than a HACK. Updated comment.Torbjörn Andersson
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 was not what I want. it should stop audio only for immediately stop.Paweł Kołodziejski
2006-03-05that should help for bug #1352486, smush sound tracks are not stopped immedia...Paweł Kołodziejski
2006-03-05Update box flags for C64 maniacTravis Howell
2006-03-05Add back exclusion lost in last commit, exclude some verbs from verbs error s...Travis Howell
2006-03-05Correct case of verb names in C64 ManiacTravis Howell
2006-03-05Add German verbs and more work on input in C64 maniacTravis Howell
2006-03-05Update, to add new imuse fileTravis Howell
2006-03-05Fix compiler warningsTravis Howell
2006-03-05Separated the IMuse Part methods into their own file. Updated the Bloodshed D...Jamieson Christian
2006-03-05Add some basic walkbox support for C64 maniacTravis Howell
2006-03-04Removed the default ignoreFadeouts parameter value for ImuseInternal's getSou...Jamieson Christian
2006-03-04Rearranged methods in the IMuse class declaration to denote those derived fro...Jamieson Christian
2006-03-04No need to use generateSubstResFileName when we already know the resultMax Horn
2006-03-04Removed unnecessary strcpy callsMax Horn
2006-03-04Older naming style only used by PC version of FT demoTravis Howell
2006-03-04Const as const can (marking things as const/static allows better compiler opt...Max Horn
2006-03-04Slightly clarified an odd subcase in ScummEngine::openRoomMax 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-04This particular case in ScummEngine::openRoom only occurs for V4 games; chang...Max Horn
2006-03-04Renamed SubstResFileNames::winName and macName to almostGameID / expandedName...Max Horn
2006-03-04Add/Update string var tables for COMI and The Dig, to allow translated stringsTravis Howell
2006-03-04Update hack for bug #915575 - MANIAC: Disappearing New Kid verbTravis Howell
2006-03-03Update opcodes for C64 maniacTravis Howell
2006-03-03Hiding the implementation of ADPCMInputStream from the public, in favor of a ...Max Horn
2006-03-03Partial fix for Bug 1088045. Additional configuration of Part parameters in r...Jamieson Christian
2006-03-03Moved ScummFile etc. to the new file.cpp / file.hMax Horn
2006-03-03Turn _file member of BundleMgr into a pointerMax Horn
2006-03-03String constants are const -> fixing compiler warningsMax Horn
2006-03-03Fix bug #1439279: "SCUMM: SubstResFileNames partial breakage"Eugene Sandulenko
2006-03-03Update opcodes in C64 maniac, fixes not been chased when caught in houseTravis Howell
2006-03-03Read array bounds in checkArrayLimits() correctly on all systemsTravis Howell
2006-03-03DOS versions of HE games sounds like Roland music tooTravis Howell
2006-03-03Added MT-32 device-specific reset on shutdown. Rearranged MT-32 initializatio...Jamieson Christian
2006-03-03Cleanup costume renderer for C64 manacTravis Howell
2006-03-03Always use music sound type, for music in 3DO versions of HE gamesTravis Howell
2006-03-02Use sound types for sound in HE GamesTravis Howell
2006-03-02Fix for bug #1438822 (Targets are case sensitive)Max Horn
2006-03-02Fix using items in C64 maniac and cleanupTravis Howell
2006-03-02Changed cast from int to int32, to use platform specified typedefs for the ty...Lars Persson
2006-03-02Add sentence line to C64 maniacTravis Howell
2006-03-02Yet another patch for bug #1407789 (FT: Invalid Actor when "Combining" Two It...Max Horn