aboutsummaryrefslogtreecommitdiff
path: root/scumm/imuse.cpp
AgeCommit message (Expand)Author
2005-04-13Patches #1164217 "Updated GS Support + Percussion Remapping Patch" andEugene Sandulenko
2005-04-12Patch #1180882 "GM/GS Percussion Remapping"Eugene Sandulenko
2005-04-02Extremely minor consistency change.Torbjörn Andersson
2005-03-09Use _chorus, not _effect_level, as parameter to chorusLevel(). I don'tTorbjörn Andersson
2005-01-10system.h was being included in tons of places, without any good reason; reduc...Max Horn
2005-01-07cleanupMax Horn
2005-01-01Updated copyrightMax Horn
2004-12-03Fixed an Adlib regression with older games (e.g. EGA Loom, Indy 3 andTorbjörn Andersson
2004-11-28Trying to cleanup the volume control mess inside the SCUMM engine: renamed Mu...Max Horn
2004-11-27To really, truly fix the multi-midi race condition, the adlib driver is now a...Jerome Fisher
2004-11-27- driver being NULL there is perfectly fine, Fingolfin :)Jerome Fisher
2004-11-26paranoiaMax Horn
2004-11-26The Adlib MidiDriver is now initialised immediately when it is determined tha...Jerome Fisher
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
2004-02-28renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor...Max Horn
2004-02-09Modified version of patch #892795 (Let scumvm -v show supported libs)Max Horn
2004-01-06updated copyright noticeMax Horn
2003-12-13cleanupMax Horn
2003-11-16changed some shift operators to *, /Paweł Kołodziejski
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-10-17Another fix for Bug [817871] re hanging notes onJamieson Christian
2003-10-17Added trace output for IMuse doCommand codes that we're not sureJamieson Christian
2003-10-15removed the kDefault*Volume constantsMax Horn
2003-10-12Fix for Bug [817871]: Added MT-32 master volume adjustment to pause().Jamieson Christian
2003-10-07Patch [818296] Modified MT-32 intialization sequence.Jamieson Christian
2003-10-05Preliminary preparation for new YM2612 FM emulator.Jamieson Christian
2003-10-03introduced namespace Scumm; made #include statements use scumm/ prefix explic...Max Horn
2003-10-03const as const canMax Horn
2003-10-02renamed class Scumm to ScummEngine (consisten with other engine names; also m...Max Horn
2003-10-01Fix for Bug [812737] ALL: pitchbend range with MT32Jamieson Christian
2003-09-30Fixed MT-32 init not getting calledJamieson Christian
2003-09-30Fix for Bug [812740] ALL: MT32: some notes cut off earlyJamieson Christian
2003-09-29Cleanup, mostly related to matching up semanticsJamieson Christian
2003-09-29Fixed iMuse termination sequence to avoid deadlock.Jamieson Christian
2003-09-28Added terminate() to the MusicEngine and publicizedJamieson Christian
2003-09-17new module 'base'; moved gameDetector.*, main.cpp and base/plugins.* there (t...Max Horn
2003-09-16Partial fix for Bug [636985] ZAK256: No kazoo tuneJamieson Christian
2003-09-15Feature Request [806641] Increase MIDIJamieson Christian
2003-09-14Fix for Bug [805593] MI2: Music stops in LeChuck's fortressJamieson Christian
2003-09-08make even more use of Scumm::_musicEngine; added MusicEngine::setMasterVolumeMax Horn
2003-09-07cleanup/refactoringMax Horn
2003-09-07some cleanup; clarified isSoundInUse semantics and the difference between IMu...Max Horn
2003-09-07added common base class MusicEngine for iMuse/iMuseDigital/Player_V123 (initi...Max Horn
2003-08-29Replaced VER_V* notation for savegames withJamieson Christian
2003-08-23TypoTravis Howell
2003-08-23Added explicit 'ASFX' awareness for clarityJamieson Christian
2003-08-16More corrections to the VAR_MUSIC_TIMERJamieson Christian
2003-08-16Corrected timing mechanism for RO music streams.Jamieson Christian
2003-08-16Fixed transpose/detune computationsJamieson Christian
2003-08-15No need for those bracketsTravis Howell