aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/player_mac.cpp
AgeCommit message (Expand)Author
2013-07-16SCUMM: Better Player_Mac::durationToSamplescountingpine
2012-12-14SCUMM: Fix compilation on AmigaOS4.Johannes 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-19SCUMM: Fix crash when Macintosh instruments aren't availableTorbjörn Andersson
2012-11-18SCUMM: Lock the sound resource while the music is playingTorbjö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-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: 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: Move Mac player initialization to its own functionTorbjörn Andersson
2012-11-14SCUMM: Hopefully fix warningTorbjörn Andersson
2012-11-14SCUMM: Move most of the Macintosh player code into its own classTorbjörn Andersson