aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
AgeCommit message (Expand)Author
2013-04-06SCUMM: Add Italian Windows version of Freddi Fish 4.Kirben
2013-04-03SCUMM: Add Italian Windows demos of Freddi Fish 4 and Putt-Putt Enters the Game.Kirben
2013-04-02SCUMM: Hardly-even-worth-mentioning cleanup.Torbjörn Andersson
2013-04-02SCUMM: Fix bug #3575444: "FT: Enemy behaviour in biker fight"Eugene Sandulenko
2013-04-02SCUMM: More fixes in INSANEEugene Sandulenko
2013-03-30SCUMM: Fix more bugs in INSANEEugene Sandulenko
2013-03-30SCUMM: Fix several bugs in INSANEEugene Sandulenko
2013-03-30SCUMM: Fix bug #3546434: "SCUMM: FT glitches in Vulture encounter on old mine...Eugene Sandulenko
2013-02-23ALL: Fix typo (existant->existent)Willem Jan Palenstijn
2013-01-27SCUMM: Update handling of non so resources in Loom Mac.Johannes Schickel
2013-01-27SCUMM: Work around bug #3602239 ("Mac Loom crashes using opening...")Torbjörn Andersson
2013-01-26Merge pull request #301 from lordhoto/c++11-playgroundJohannes Schickel
2013-01-09SCUMM: Cleanup ScummEngine_v80he::createSound()Matthew Hoops
2013-01-09SCUMM: Silence C++11 narrowing warnings.Johannes Schickel
2013-01-02JANITORIAL: Fix or silence a couple of Clang analyzer warningsTorbjörn Andersson
2012-12-15SCUMM: Handle double-clicks in Mac Loom (bug #3588164)Torbjörn Andersson
2012-12-14SCUMM: Fix compilation on AmigaOS4.Johannes Schickel
2012-12-14Merge pull request #291 from eriktorbjorn/mac-mi-music-finalJohannes Schickel
2012-11-24SCUMM: Handle note value 1 as "hold current note" in MI1 MacTorbjörn Andersson
2012-11-23SCUMM: Added TODO comment about Mac MI1 musicTorbjörn Andersson
2012-11-23SCUMM: Fix memory leak when loading old MI1 Mac savegamesTorbjörn Andersson
2012-11-22Merge pull request #283 from lordhoto/scumm-opl3Johannes Schickel
2012-11-19SCUMM: Try harder to find Mac Monkey Island instrumentsTorbjörn Andersson
2012-11-19SCUMM: Simplify checkMusicAvailable() a bitTorbjörn Andersson
2012-11-19SCUMM: Fix crash when Macintosh instruments aren't availableTorbjörn Andersson
2012-11-19SCUMM: Add Windows encoding of the Mac Loom filenameTorbjörn Andersson
2012-11-18SCUMM: Lock the sound resource while the music is playingTorbjörn Andersson
2012-11-18SCUMM: Fix regression that caused "pops" in MI1 jungle musicTorbjörn Andersson
2012-11-18SCUMM: Use more correct (I think) way of converting samplesTorbjörn Andersson
2012-11-18SCUMM: Prevent music channels from drifting out of sync in Mac MI1Torbjörn Andersson
2012-11-18SCUMM: Fix whitespaceTorbjörn Andersson
2012-11-17SCUMM: Avoid "pops" at the end of the note in Mac MI1/Loom musicTorbjörn Andersson
2012-11-17SCUMM: Remove commented out code.Torbjörn Andersson
2012-11-16SCUMM: Fix the "drafts" debugger command for Mac LoomTorbjörn Andersson
2012-11-16SCUMM: Remove obsolete part of the "drafts" debugger commandTorbjörn Andersson
2012-11-16SCUMM: Store sample rate in Mac MI1 / Loom savegamesTorbjörn Andersson
2012-11-16SCUMM: Add hack to preserve savegame compatibility with Mac MI1Torbjörn Andersson
2012-11-15SCUMM: Save/load Mac music engine state for Loom and MI1Torbjörn Andersson
2012-11-14SCUMM: Remove Mac version of MI1 from special case.Torbjörn Andersson
2012-11-14SCUMM: Move Mac player initialization to its own functionTorbjörn Andersson
2012-11-14SCUMM: Try harder to open the Loom Macintosh executable.Torbjörn Andersson
2012-11-14SCUMM: Hopefully fix warningTorbjörn Andersson
2012-11-14SCUMM: Remove unnecessary check for Mac LoomTorbjörn Andersson
2012-11-14SCUMM: Move most of the Macintosh player code into its own classTorbjörn Andersson
2012-11-13SCUMM: Add support for Mac Loom music and soundTorbjörn Andersson
2012-11-12SCUMM: Initialize the Macintosh MI1 instruments, along with the channels.Torbjörn Andersson
2012-11-11SCUMM: Added support for Macintosh music in Monkey Island 1Torbjörn Andersson
2012-11-06SCUMM: Fix bug #3526089 - "SCUMM: ZAK Can't get objects in the bus on Mars"Filippos Karapetis
2012-10-01SCUMM: Ignore detune for Sam&Max.Johannes Schickel
2012-10-01AUDIO: Add support for Sam&Max's OPL3 output in our SCUMM AdLib driver.Johannes Schickel