aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/imuse
AgeCommit message (Expand)Author
2010-11-01COMMON: Rename String::printf() to String::format()Max Horn
2010-09-18SCUMM: minor cleanupFlorian Kagerer
2010-08-18SCUMM/FM-TOWNS: start rewriting audio codeFlorian Kagerer
2010-06-07Remove some extra spacesJordi Vilalta Prat
2010-01-12Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...Johannes Schickel
2010-01-03Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is nullTorbjörn Andersson
2009-11-26Add patch #2839048 - MM C64 sound/music player, with minor changes.Travis Howell
2009-11-22Add patch #2876221 - FBEAR: Fix for MIDI piano notes (DOS version), with mino...Travis Howell
2009-09-20Slightly changed unsupported effect level handling in native MT-32 mode.Johannes Schickel
2009-09-18Cleanup.Johannes Schickel
2009-09-18Implement proper reverb setting in native MT-32 mode (as desribed in bug repo...Johannes Schickel
2009-09-18Implement proper pan reversal for Roland MT-32 in iMuse (as desribed in bug r...Johannes Schickel
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
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
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-07-01Re-added __attribute__(packed)Max Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-02-19Use consistent naming for the preprocessor constants used to guarantee thatTorbjörn Andersson
2007-02-18Committed my fix for bug #1662549 ("SCUMM: MIDI music is broken"). Apparently,Torbjörn Andersson
2007-02-16Unified how we deal with (and how we generate) MIDI sysex messages -- in part...Max Horn
2007-02-16Ugh -- these internal iMuse structs were supposed to be packed, but never wer...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-12Replaced cryptic error() with an assertion.Torbjörn Andersson
2006-11-12WhitespaceTorbjörn Andersson
2006-11-08Fix bug #1592006: "IMUSE: Typo in sysex_scumm.cpp ?"Eugene Sandulenko
2006-10-15Added FIXME comment about 'static' abuse in imuse_part.cppMax Horn
2006-09-23Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the...Max Horn
2006-05-15Ignore unknown SysEx manufacturer IDs, rather than erroring on them. This doesTorbjörn Andersson
2006-04-04Since our debug() adds an exclamation mark at the message end, removeEugene Sandulenko
2006-04-04Small updates to intiate variable and member visibility.Lars Persson
2006-03-29Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...Max Horn
2006-03-24Fix MSVC warnings #2Andrew Kurushin
2006-03-14Remove unused var, to prevent compiler warningTravis Howell
2006-03-14Remove unused vars, to prevent compiler warningsTravis Howell
2006-03-12IMuse SysEx processing now handled by client-specified callbacks. This remove...Jamieson Christian
2006-03-11Removed inclusion of non-existing imuse_sysex.h to make ScummVM compile again.Torbjörn Andersson
2006-03-11Another ScummEngine reference in IMuse bites the dust.Jamieson Christian
2006-03-09Implemented SysEx command 1 for non-S&M SCUMM games, per the latest comment o...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-04Rearranged methods in the IMuse class declaration to denote those derived fro...Jamieson Christian
2006-03-03Partial fix for Bug 1088045. Additional configuration of Part parameters in r...Jamieson Christian