index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
/
sound
/
music.cpp
Age
Commit message (
Expand
)
Author
2011-02-27
SCI: Renamed SCI_VERSION_1_EGA to SCI_VERSION_1_EGA_ONLY
md5
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn
2011-01-15
SCI: Bugfix for r55246: Don't send init commands when resuming a sound
Filippos Karapetis
2011-01-15
SCI: Fixed bug #3034974 - "SCI: Music out of tune after loading a save"
Filippos Karapetis
2010-12-07
SCI: Removed the system strings code and replaced it with a much more simplif...
Filippos Karapetis
2010-11-26
SCI: Added a define to turn off channel remapping (for debugging)
Filippos Karapetis
2010-11-25
SCI: Initialize global reverb correctly. Fixes bug #3118700 - "SCI KQ5: Asser...
Filippos Karapetis
2010-11-25
SCI: implemented reverb handling and related functionality
Filippos Karapetis
2010-11-24
SCI: Some renaming and added several TODOs concerning reverb
Filippos Karapetis
2010-11-24
SCI/SOUND: Applied patch #3117577 - "SCI: MT-32 plays "warble" of notes when ...
Filippos Karapetis
2010-11-24
SCI: Moved handling of special reverb value 127 outside of the MIDI driver
Filippos Karapetis
2010-11-24
SCI: Added a getReverb() accessor to the SciMusic class
Filippos Karapetis
2010-10-19
SCI: fixing possible deadlock inside clearPlaylist
Martin Kiewitz
2010-10-07
SCI: Fix for bug #3083151 - "QFG3: Long pause while loading specific savegame"
Filippos Karapetis
2010-09-17
SCI: Add CMS driver for SCI1-SCI1.1.
Johannes Schickel
2010-09-09
SCI: Fix last MIDI channel number for adlib driver
Walter van Niftrik
2010-09-08
SCI: dont remap to channel 9 (fix real mt32)
Martin Kiewitz
2010-09-06
SCI: fix regression of r52569
Martin Kiewitz
2010-09-05
SCI: ignore kDoSound volume changes on samples
Martin Kiewitz
2010-09-05
SCI: sierra sci ignores vol for kDoSound samples
Martin Kiewitz
2010-09-02
SCI: Show a warning window regarding GM in some games.
Filippos Karapetis
2010-09-01
SCI: set master volume correctly
Martin Kiewitz
2010-08-31
SCI: renaming fb01-enable to "native_fb01"
Martin Kiewitz
2010-08-31
SCI: forgot one rename of "enable_fb01"
Martin Kiewitz
2010-08-18
SCI: Only perform queuing of song signals for SCI0, where we handle the updat...
Filippos Karapetis
2010-08-12
SCI: queuing signal, if signal not passed to scripts
Martin Kiewitz
2010-08-11
SCI: not pausing kDoSound samples anymore
Martin Kiewitz
2010-08-03
SCI: not error()ing out on no free channels
Martin Kiewitz
2010-07-29
SCI: midi hold behaviour fixed
Martin Kiewitz
2010-07-27
SCI: Fix PCjr sound
Matthew Hoops
2010-07-18
SCI: Rename the Amiga music drivers to AmigaMac to reflect its current purpose.
Matthew Hoops
2010-07-18
SCI: Add initial support for SCI0 Mac and SCI1 Amiga/Mac sound.
Matthew Hoops
2010-07-18
SCI: change to r50995 - better stop fading when stop is called
Martin Kiewitz
2010-07-18
SCI: if game starts fading, stops music and later starts music again don't re...
Martin Kiewitz
2010-07-09
SCI: fixing regression of r50414 - we set volume to standard levels inside in...
Martin Kiewitz
2010-07-09
SCI: added currently commented-out pauseSound implementation for some sci0 ga...
Martin Kiewitz
2010-06-29
SCI: Rewrap yet more comments
Max Horn
2010-06-28
SCI: ignoring set signal on tick 0 directly in parseNextEvent instead of filt...
Martin Kiewitz
2010-06-27
SCI: tell midiparser that he lost ownership of channels in case we take them ...
Martin Kiewitz
2010-06-26
SCI: dont call midiparser->stop() if paused sound gets stopped
Martin Kiewitz
2010-06-25
SCI: set MDT_PREFER_GM instead od MDT_PREFER_MT32
Florian Kagerer
2010-06-25
AUDIO: get rid of MDT_PREFER_MIDI since it should be sufficient to either sel...
Florian Kagerer
2010-06-22
SCI: removing unneeded capacity uint from r50143
Martin Kiewitz
2010-06-22
SCI: change midi queue to Common::Array and make it resize itself if needed i...
Martin Kiewitz
2010-06-21
SCI: fades already send out commands directly
Martin Kiewitz
2010-06-21
SCI: instead of queueing inside midiparser, we are queueing now globally in S...
Martin Kiewitz
2010-06-21
Patch #1956501: "GUI/LAUNCHER: Midi device selection"
Max Horn
2010-06-20
SCI: storing all manual midi commands now and actually sending them to driver...
Martin Kiewitz
2010-06-19
SCI: locking _mutex inside SciMusic::sendMidiCommand(MusicEntry *pSnd, uint32...
Martin Kiewitz
2010-06-19
SCI: fixing another uninitialized variable usage issue - also limiting reset ...
Martin Kiewitz
[next]