aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
AgeCommit message (Expand)Author
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
2010-03-05Patch #2963270: MM: V0 Verb Give FixMax Horn
2010-03-04Fix another mismatching new[] call (note that this needs to be replaced by ma...Johannes Schickel
2010-03-04Fix mismatching new[]/delete.Johannes Schickel
2010-03-02Fix bug #2961530 - Zak/FM-Towns: Game hangs when using monkey wrench.Travis Howell
2010-02-27Fix bug #2959947 - SPYFOX1: Saves don't work from menu.Travis Howell
2010-02-26SID: Adding DISABLE_SID option, as SID player embiggens binary by a large amo...Neil Millstone
2010-02-26SCUMM: Fix stride of palette data in ARM optimised costime rendererNeil Millstone
2010-02-24Add another German Windows version of Pajama Sam 2.Travis Howell
2010-02-22SPY Fox 3: Operation Ozone is supported too.Travis Howell
2010-02-21Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...Yotam Barnoy
2010-02-03Yet more Flac -> FLAC changes for consistency.Johannes Schickel
2010-02-03- Rename FlacStream to FLACStream.Johannes Schickel
2010-01-31Silenced some more cppcheck warnings.Torbjörn Andersson
2010-01-31Removed obsolete codeChris Apers
2010-01-31Switch makeADPCMStream to DisposeAfterUse::FlagMax Horn
2010-01-30Use SubLoopingAudioStream instead of makeLoopingAudioStream in SCUMM. (Incorr...Johannes Schickel
2010-01-30Typo.Johannes Schickel
2010-01-30Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.Johannes Schickel
2010-01-30Get rid of Audio::makeRawMemoryStream_OLD.Johannes Schickel
2010-01-28Fix regressions in Let's Explore the Jungle with Buzzy.Travis Howell
2010-01-28Fix regression in Let's Explore the Jungle with Buzzy.Travis Howell
2010-01-28Fix regression in Let's Explore the Jungle with Buzzy.Travis Howell
2010-01-27Fix sound regression in HE games.Travis Howell
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-26Let's Explore the Jungle with Buzzy uses VAR_PLATFORM variabletoo, but with d...Travis Howell