aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
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
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-02Lure - started work on disassembling player walkingPaul Gilbert
2006-03-02fixed compilation.Gregory Montoir
2006-03-02apply CYX mem-leak fix patchAndrew Kurushin
2006-03-02Changed timeing related variables to unsigned.Johannes Schickel
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 PACK macros to structs for it to work on all platformsLars 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
2006-03-02TyposTravis Howell
2006-03-02C64 maniac uses separate bitmasks for actor settings and misc settingsTravis Howell
2006-03-02Fix inventory display in C64 maniacTravis Howell
2006-03-02Add difference in bitVars opcodes in C64 maniacTravis Howell
2006-03-02Fix actor glitches in C64 maniac and minor cleanupTravis Howell
2006-03-02Improve input in C64 maniacTravis Howell
2006-03-02Breaking cine, in the hopes that somebody will fix this obviously totally bog...Max Horn
2006-03-01Initialize new SCUMM vars for V1/2Travis Howell
2006-03-01Fix compileTravis Howell