aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound.cpp
AgeCommit message (Expand)Author
2008-06-03Added support for compressed kyra3 audio files.Johannes Schickel
2008-05-27Fixed KyraEngine_v1::snd_stopVoice and KyraEngine_v1::snd_voiceIsPlaying impl...Johannes Schickel
2008-05-24Little cleanup.Johannes Schickel
2008-05-24Committed my fix for bug #1497437 "KYRA1: Subtitles glitch during 'Speech of ...Johannes Schickel
2008-05-23Cleanup.Johannes Schickel
2008-05-11- Renamed KyraEngine to KyraEngine_v1Johannes Schickel
2008-05-07Changed kyra to use delete[] instead of delete [].Johannes Schickel
2008-04-29- Added volume param to KyraEngine::snd_playSoundEffect (0xFF per default as ...Johannes Schickel
2008-04-10Fixed regression in Kyra1.Johannes Schickel
2008-04-10- fixed valgrind warningJohannes Schickel
2008-04-10Fixed track unloading for MIDI.Johannes Schickel
2008-04-10Lock mutex in playSoundEffect, should help threading safeness of the code.Johannes Schickel
2008-04-10Small fix related to all notes off event.Johannes Schickel
2008-04-10- Updated debug output for KyraEngine::snd_playThemeJohannes Schickel
2008-04-07Some MIDI related cleanup.Johannes Schickel
2008-04-06Implemented opcode 33 o2_loadSoundfile.Johannes Schickel
2008-03-22- fixed bug in Sound::voiceIsPlayingJohannes Schickel
2008-03-21- Implemented opcode 97: o2_isAnySoundPlayingJohannes Schickel
2008-02-17committing patch 1891492 : dialogue (dlg/tim) support for HoFFlorian Kagerer
2008-02-07Reworked Kyrandia resource loading code.Johannes Schickel
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-12Commit patch #1869749 "KYRA: HoF Towns Audio fix".Johannes Schickel
2008-01-03Committed slightly modified patch #1862758 "KYRA: audio data assignment patch".Johannes Schickel
2007-12-26Simplification of GM vs MT-32 detection.Johannes Schickel
2007-12-24Cleanup(/formatting).Johannes Schickel
2007-11-05Committing '[ 1824376 ] KYRA: more sequence player code' from Florian, with a...Oystein Eftevaag
2007-10-13- moved some voice functionallity from KyraEngine_v1 to KyraEngineJohannes Schickel
2007-10-10- Made some sound functions a bit more generic for use with Kyra1 and Kyra2Johannes Schickel
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-07-29Restructure Kyrandia sourcecode (part 2, compiling works again)Johannes Schickel
2007-07-15Removed the old (obsolete) audiostream factories for MP3/Vorbis/FLAC data whi...Max Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-15Formatting/Cleanup.Johannes Schickel
2007-04-01made _vm/_engine usage consistent. (_engine -> _vm all over the place now).Johannes Schickel
2007-03-24Commit of patch #1686414 ("Kyra: FM-Towns music").Johannes Schickel
2007-02-24Trying to unify the order in which we try the various audio formats: Prefer F...Max Horn
2007-02-08ops.Johannes Schickel
2007-02-08- fixed crash in FM-Towns version when entering the grottoJohannes Schickel
2007-02-03Fixes FM-Towns New Game Save.Johannes Schickel
2007-01-31Fix 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-26little parameter reodering.Johannes Schickel
2007-01-25Adds special case in snd_playSoundEffect for CD audio.Johannes Schickel
2007-01-25Adds CD audio support.Johannes Schickel
2006-10-29Always 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-09Renamed Resource::fileHandle() to Resource::getFileHandle()Max Horn
2006-08-03This is a grossly over-simplified, yet hopefully sufficient for Kyrandia, wayTorbjörn Andersson
2006-08-01Kyra 2 has two types of XMIDI files: XMI and C55. It seems C55 are for theTorbjörn Andersson
2006-08-01Don't set the MIDI volume to 255 at the end of a fade-out. At least on myTorbjörn Andersson