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
2008-01-03
Committed slightly modified patch #1862758 "KYRA: audio data assignment patch".
Johannes Schickel
2007-12-26
Simplification of GM vs MT-32 detection.
Johannes Schickel
2007-12-24
Cleanup(/formatting).
Johannes Schickel
2007-11-05
Committing '[ 1824376 ] KYRA: more sequence player code' from Florian, with a...
Oystein Eftevaag
2007-10-13
- moved some voice functionallity from KyraEngine_v1 to KyraEngine
Johannes Schickel
2007-10-10
- Made some sound functions a bit more generic for use with Kyra1 and Kyra2
Johannes Schickel
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-07-29
Restructure Kyrandia sourcecode (part 2, compiling works again)
Johannes Schickel
2007-07-15
Removed the old (obsolete) audiostream factories for MP3/Vorbis/FLAC data whi...
Max Horn
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-04-15
Formatting/Cleanup.
Johannes Schickel
2007-04-01
made _vm/_engine usage consistent. (_engine -> _vm all over the place now).
Johannes Schickel
2007-03-24
Commit of patch #1686414 ("Kyra: FM-Towns music").
Johannes Schickel
2007-02-24
Trying to unify the order in which we try the various audio formats: Prefer F...
Max Horn
2007-02-08
ops.
Johannes Schickel
2007-02-08
- fixed crash in FM-Towns version when entering the grotto
Johannes Schickel
2007-02-03
Fixes FM-Towns New Game Save.
Johannes Schickel
2007-01-31
Fix for bug #Fix for bug #1523200 ("KYRA1: Voice-only mode has no lips animat...
Johannes Schickel
2007-01-29
- adds support for FM-Towns SFX (thanks to Florian Kagerer for his source)
Johannes Schickel
2007-01-26
little parameter reodering.
Johannes Schickel
2007-01-25
Adds special case in snd_playSoundEffect for CD audio.
Johannes Schickel
2007-01-25
Adds CD audio support.
Johannes Schickel
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