aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2006-03-06Renamed setTempo to update_setTempo, also fixed tempo handling (intro is too ...Johannes Schickel
2006-03-06More renamings: _unkTableByte1 is now _tempo, and updateCallback29() isTorbjörn Andersson
2006-03-06CleanupTorbjörn Andersson
2006-03-05fixed palette handling regression, as reported on the forum.Gregory Montoir
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-05Corrects implementation of updateCallback48.Johannes Schickel
2006-03-05Restructured IMuse and IMuseInternal.Jamieson Christian
2006-03-05Note to self: compile before commit.Torbjörn Andersson
2006-03-05The updateUnk6Value() appears to be some sort of random number generator, so ITorbjörn Andersson
2006-03-05Renamed output1() to adjustVolume(). I'm still uncertain exactly *how* theTorbjörn Andersson
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-04Cleanup: output0x388(0xABCD) is now writeOPL(0xAB, 0xCD), which is slightlyTorbjörn Andersson
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-04Add correct md5 for second version of Simon the Sorcerer 2 patched to RussianTravis Howell
2006-03-03Update opcodes for C64 maniacTravis Howell
2006-03-03Eliminate flip_support.cpp file.Eugene Sandulenko
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