aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/imuse/imuse.cpp
AgeCommit message (Expand)Author
2009-08-24Fixed iMuse regression: IMuseInternal::terminate() was never called, because ...Andre Heider
2009-08-16Fix warning caused by -Wformat-security, also fixed a possible buffer overflo...Johannes Schickel
2008-01-11Work around bug #1324106 again. Apparently, I was mistaken the other day when ITorbjörn Andersson
2008-01-11The SCUMM timer fix makes the workaround for bug #1324106 obsoleteMax Horn
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-02-16Unified how we deal with (and how we generate) MIDI sysex messages -- in part...Max Horn
2006-11-16Applied my own patch #1594924 to work around bug #1324106 ("MI2 VGA: Music asTorbjörn Andersson
2006-11-12More whitespace.Torbjörn Andersson
2006-11-12WhitespaceTorbjörn Andersson
2006-04-04Since our debug() adds an exclamation mark at the message end, removeEugene Sandulenko
2006-03-24Fix MSVC warnings #2Andrew Kurushin
2006-03-12IMuse SysEx processing now handled by client-specified callbacks. This remove...Jamieson Christian
2006-03-05Removed tag2str usage, which eliminates scumm/util.h dependency.Jamieson Christian
2006-03-05I guess this is really a WORKAROUND, rather than a HACK. Updated comment.Torbjörn Andersson
2006-03-05Restructured IMuse and IMuseInternal.Jamieson Christian
2006-03-05Fix compiler warningsTravis Howell
2006-03-05Separated the IMuse Part methods into their own file. Updated the Bloodshed D...Jamieson Christian
2006-03-04Removed the default ignoreFadeouts parameter value for ImuseInternal's getSou...Jamieson Christian
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-02-26Removed deprecated IMUSE_DEBUG #define in favor of debugC calls using the run...Jamieson Christian
2006-02-25Replaced MKID by MID_BE in most places in the SCUMM engineMax Horn
2006-02-20Moved iMUSE code to the new directory engines/scumm/imuse/Max Horn