aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
AgeCommit message (Expand)Author
2010-05-29Fixed potential memory leak found by cppcheck. Though I'm guessing that if thisTorbjörn Andersson
2010-05-26Replace SCUMM F5 dialog by GMM & add help button to GMMMax Horn
2010-05-25Patch #2959341: Minor update to SCUMM debugger command 'passcode'Eugene Sandulenko
2010-05-24Fix Russian versions of airport and farm as they use extended charset.Eugene Sandulenko
2010-05-24syncEugene Sandulenko
2010-05-24Added Russian airport and farm. Needs more work as crashes at attempt to open...Eugene Sandulenko
2010-05-18Committing the rest of the VideoDecoder Rewrite from patch #2963496.Matthew Hoops
2010-05-17Change VideoDecoder::getCurFrame() to mean the last frame drawn instead of th...Matthew Hoops
2010-05-12Fix missing songs in the HE73 version of Putt-Putt Saves the Zoo.Travis Howell
2010-05-09Extended patch #2971742: SCUMM: autodetection for diskimage contents.Eugene Sandulenko
2010-05-09Fix bug in NES bundle reader which prevented reenterabilityEugene Sandulenko
2010-05-09Fix for bug #2995282 "FT: Cavefish Hideout Chase (Failure Cutscene) Crash".Johannes Schickel
2010-05-09Patch #2901515: HE: Resource Forks on Mac OS XEugene Sandulenko
2010-05-09Patch #2968610: Zak C64 German: crash due to padding bytesEugene Sandulenko
2010-05-05SCUMM: Convert some code to use Common::StringMax Horn
2010-05-04Fix non-Mac OS X buildsMax Horn
2010-05-04Move DebugChannel related code to new headerMax Horn
2010-05-04Move initGraphics and initCommonGFX from to new header.Max Horn
2010-05-04Get rid of Engine::_gameDataDir.Max Horn
2010-04-28Fix for bug #2824840: ZAK: Crash when using the yellow crystal (Amiga version)Max Horn
2010-04-27COMMON: Move DebugChannel stuff into a new DebugMan singletonMax Horn
2010-04-27Fix warningWillem Jan Palenstijn
2010-04-17Fix warnings when FLAC&MP3&VORBIS is disabled; also fixes leak in TinselMax Horn
2010-04-12Apply patch #2982163 - CONFIG: Use HE keyword instead of HB for the Hebrew la...Ori Avtalion
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-04-11Apply patch #2984508 - "GSoC: SCUMM stopped audio from playing while saving"Ori Avtalion
2010-04-11Setup and destroy a dummy cursor and palette in the Engine class.Johannes Schickel
2010-04-11Enable the cursor palette in ScummEngine_v70he::setDefaultCursor just to avoi...Johannes Schickel
2010-04-11Fix a memory leak in SCUMM which was caused by the SCUMM engine never removin...Johannes Schickel
2010-04-06GUI: Unify various definitions of kOKCmd and move it to namespace GUIMax Horn
2010-04-06SCUMM: Make HelpDialog & ConfigDialog internalMax Horn
2010-04-06Remove old & undocumented MSVC 6 workaroundMax Horn
2010-04-04Fix bug #2960022 - PUTTPUTT 1: No Load/Save possible.Travis Howell
2010-04-03Fix bug #2959947 - HE: Broken saves show in launcher.Travis Howell
2010-03-22Patch #2973283: SCUMM: Unneeded pointer dereferenceMax Horn
2010-03-22Patch #2973290: Semicolon cleanupMax Horn
2010-03-18COMMON: Get rid of Common::StringListMax Horn
2010-03-18SCUMM: Add WORKAROUND commentMax Horn
2010-03-18COMMON: Move Common::RandomSource to common/random.*Max Horn
2010-03-18Switch from Common::tag2string(foo).c_str() to tag2str(foo)Max Horn
2010-03-16Some style fixes.Johannes Schickel
2010-03-16Add patch #2970176 - V0: MM Verb + Anim Fix.Travis Howell
2010-03-16Add patch #2971126 - MM V0: Ed(na) walk fix.Travis Howell
2010-03-16Add patch #2970899 - MM V0: flipped limbs drawing fix.Travis Howell
2010-03-11GUI: Remove GuiObject::getMillis()Max Horn
2010-03-10Replace mutex_up/mutex_down methods by Common::StackLockMax Horn
2010-03-10cleanupMax Horn
2010-03-10Silenced some harmless cppcheck warnings about unreachable code after a return.Torbjörn Andersson
2010-03-08Workaround for bug #1878514: COMI: Glitch when turning pages in recipe bookMax Horn
2010-03-08Tweak makeVOCDiskStreamMax Horn