aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound/music.cpp
AgeCommit message (Expand)Author
2011-04-03SCI: Show object names in the songlib console commandmd5
2011-04-03SCI: Fixed bug #3266480 and partially fixed bug #3041738md5
2011-03-23ENGINES: Use Common::StackLock in more placesMax Horn
2011-03-03SCI: Always clear looping and hold before jumpToTick() is calledmd5
2011-02-28SCI: Reverted rc7bfbc3 and fixed the actual cause of bug #3106107md5
2011-02-27SCI: Renamed SCI_VERSION_1_EGA to SCI_VERSION_1_EGA_ONLYmd5
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-01-15SCI: Bugfix for r55246: Don't send init commands when resuming a soundFilippos Karapetis
2011-01-15SCI: Fixed bug #3034974 - "SCI: Music out of tune after loading a save"Filippos Karapetis
2010-12-07SCI: Removed the system strings code and replaced it with a much more simplif...Filippos Karapetis
2010-11-26SCI: Added a define to turn off channel remapping (for debugging)Filippos Karapetis
2010-11-25SCI: Initialize global reverb correctly. Fixes bug #3118700 - "SCI KQ5: Asser...Filippos Karapetis
2010-11-25SCI: implemented reverb handling and related functionalityFilippos Karapetis
2010-11-24SCI: Some renaming and added several TODOs concerning reverbFilippos Karapetis
2010-11-24SCI/SOUND: Applied patch #3117577 - "SCI: MT-32 plays "warble" of notes when ...Filippos Karapetis
2010-11-24SCI: Moved handling of special reverb value 127 outside of the MIDI driverFilippos Karapetis
2010-11-24SCI: Added a getReverb() accessor to the SciMusic classFilippos Karapetis
2010-10-19SCI: fixing possible deadlock inside clearPlaylistMartin Kiewitz
2010-10-07SCI: Fix for bug #3083151 - "QFG3: Long pause while loading specific savegame"Filippos Karapetis
2010-09-17SCI: Add CMS driver for SCI1-SCI1.1.Johannes Schickel
2010-09-09SCI: Fix last MIDI channel number for adlib driverWalter van Niftrik
2010-09-08SCI: dont remap to channel 9 (fix real mt32)Martin Kiewitz
2010-09-06SCI: fix regression of r52569Martin Kiewitz
2010-09-05SCI: ignore kDoSound volume changes on samplesMartin Kiewitz
2010-09-05SCI: sierra sci ignores vol for kDoSound samplesMartin Kiewitz
2010-09-02SCI: Show a warning window regarding GM in some games.Filippos Karapetis
2010-09-01SCI: set master volume correctlyMartin Kiewitz
2010-08-31SCI: renaming fb01-enable to "native_fb01"Martin Kiewitz
2010-08-31SCI: forgot one rename of "enable_fb01"Martin Kiewitz
2010-08-18SCI: Only perform queuing of song signals for SCI0, where we handle the updat...Filippos Karapetis
2010-08-12SCI: queuing signal, if signal not passed to scriptsMartin Kiewitz
2010-08-11SCI: not pausing kDoSound samples anymoreMartin Kiewitz
2010-08-03SCI: not error()ing out on no free channelsMartin Kiewitz
2010-07-29SCI: midi hold behaviour fixedMartin Kiewitz
2010-07-27SCI: Fix PCjr soundMatthew Hoops
2010-07-18SCI: Rename the Amiga music drivers to AmigaMac to reflect its current purpose.Matthew Hoops
2010-07-18SCI: Add initial support for SCI0 Mac and SCI1 Amiga/Mac sound.Matthew Hoops
2010-07-18SCI: change to r50995 - better stop fading when stop is calledMartin Kiewitz
2010-07-18SCI: if game starts fading, stops music and later starts music again don't re...Martin Kiewitz
2010-07-09SCI: fixing regression of r50414 - we set volume to standard levels inside in...Martin Kiewitz
2010-07-09SCI: added currently commented-out pauseSound implementation for some sci0 ga...Martin Kiewitz
2010-06-29SCI: Rewrap yet more commentsMax Horn
2010-06-28SCI: ignoring set signal on tick 0 directly in parseNextEvent instead of filt...Martin Kiewitz
2010-06-27SCI: tell midiparser that he lost ownership of channels in case we take them ...Martin Kiewitz
2010-06-26SCI: dont call midiparser->stop() if paused sound gets stoppedMartin Kiewitz
2010-06-25SCI: set MDT_PREFER_GM instead od MDT_PREFER_MT32Florian Kagerer
2010-06-25AUDIO: get rid of MDT_PREFER_MIDI since it should be sufficient to either sel...Florian Kagerer
2010-06-22SCI: removing unneeded capacity uint from r50143Martin Kiewitz
2010-06-22SCI: change midi queue to Common::Array and make it resize itself if needed i...Martin Kiewitz
2010-06-21SCI: fades already send out commands directlyMartin Kiewitz