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
/
kyra
/
sound.cpp
Age
Commit message (
Expand
)
Author
2006-10-29
Always stop the audio handle in Sound::voicePlay.
Johannes Schickel
2006-09-17
- removes the kyra specific language flag system, and uses the language enum ...
Johannes Schickel
2006-09-09
Renamed Resource::fileHandle() to Resource::getFileHandle()
Max Horn
2006-08-03
This is a grossly over-simplified, yet hopefully sufficient for Kyrandia, way
Torbjörn Andersson
2006-08-01
Kyra 2 has two types of XMIDI files: XMI and C55. It seems C55 are for the
Torbjörn Andersson
2006-08-01
Don't set the MIDI volume to 255 at the end of a fade-out. At least on my
Torbjörn Andersson
2006-07-26
Make the midi player threadsafe (this should fix bug #1506583 "KYRA1: Crash o...
Johannes Schickel
2006-06-02
Oops. sfx should be on per default.
Johannes Schickel
2006-06-02
Fix for bug # 1497961 ("KYRA1: in-game "Music" option not working").
Johannes Schickel
2006-05-28
Added speechEnabled() and textEnabled() to simplify the text/speech config ch...
Oystein Eftevaag
2006-05-28
Adding a safety check before the stopHandle call().. May or may not be necess...
Oystein Eftevaag
2006-05-28
Fix for [ 1472007 ] KYRA1: Bypassing cutscenes with ESC doesn't stop speech
Oystein Eftevaag
2006-05-17
- adds AUD file player (has still some problems with playing)
Johannes Schickel
2006-04-29
Moved the AudioCDManager as well as class AudioStream and its (standard) subc...
Max Horn
2006-04-04
Removed extra exclamation marks in warning() calls as well.
Eugene Sandulenko
2006-03-28
- Commits heaviliy modifed patch #1459951 ("KYRA: Combining MIDI music with A...
Johannes Schickel
2006-03-14
Fixes wrong sound then showing the death screen.
Johannes Schickel
2006-03-12
Fixes non looping tracks and a fading bug, which silenced the music, with mt-32.
Johannes Schickel
2006-03-12
Music in the last two intro scenes plays now again with adlib.
Johannes Schickel
2006-03-09
- Removes deleted waitTicks prototype in KyraEngine
Johannes Schickel
2006-02-27
Added WIP Adlib sound playing code to kyra.
Johannes Schickel
2006-02-14
Made the kyra debug extensions more generic, i.e. scumm engine could replace
Johannes Schickel
2006-02-14
Reworked kyra debug output system. Now he have special kyra intern debug leve...
Johannes Schickel
2006-02-11
Moved engines to the new engines/ directory
Max Horn