aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/imuse/imuse_internal.h
AgeCommit message (Expand)Author
2013-05-11SCUMM: Clean-up of Roland GS codetcarey
2012-11-16SCUMM: Add hack to preserve savegame compatibility with Mac MI1Torbjörn Andersson
2012-09-20SCUMM: Implement support for Monkey Island 2 Mac music.Johannes Schickel
2011-07-11SCUMM: Adapt iMuse code formatting to our standards.Johannes Schickel
2011-07-10SCUMM: Minor clean up in iMuse instrument handling code.Johannes Schickel
2011-07-10SCUMM: Limit iMuse default instrument load to PC Speaker output.Johannes Schickel
2011-07-08SCUMM: Initial PC Speaker output implementation for SCUMM v5.Johannes Schickel
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-29SCUMM: implement some missing (very low relevance) imuse codeathrxx
2011-05-13SCUMM: Add a Resource class, refactor res code around itMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-23AUDIO: Change several fake MidiDrivers to MidiDriver_BASE subclassesMax Horn
2011-03-23SCUMM: Remove unused iMuse MIDI 'passthrough' codeMax Horn
2011-03-22AUDIO: Add pure virtual MidiDriver::isOpen() methodMax Horn
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2010-01-12Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...Johannes Schickel
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-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
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
2006-11-12WhitespaceTorbjörn Andersson
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-05Restructured IMuse and IMuseInternal.Jamieson Christian
2006-03-04Removed the default ignoreFadeouts parameter value for ImuseInternal's getSou...Jamieson Christian
2006-02-27SysEx data now passed around with const pointers. Permits simplification of s...Jamieson Christian
2006-02-20Moved iMUSE code to the new directory engines/scumm/imuse/Max Horn