Age | Commit message (Expand) | Author |
2009-02-07 | Fix sound noise regression in CD32 version of Simon the Sorcerer 1. | Travis Howell |
2009-02-01 | - Cleanup | Johannes Schickel |
2009-02-01 | Oops wrong parameter in last commit. | Johannes Schickel |
2009-02-01 | - Fixed mismatching new[] / free. | Johannes Schickel |
2009-02-01 | Implemented per voice volume control. (Used for example in LoL intro) | Johannes Schickel |
2009-02-01 | svn-id: r36178 | Florian Kagerer |
2009-01-23 | Renamed Kyra's Resource::getFileStream to createReadStream | Max Horn |
2008-11-30 | - Fix some valgrind warnings | Johannes Schickel |
2008-11-30 | Initial version of proper MIDI support for KYRA. | Johannes Schickel |
2008-08-02 | Added a member function loadSoundFile to Sound which accepts a filename strin... | Johannes Schickel |
2008-08-02 | Add warning when a voc file is not found. | Johannes Schickel |
2008-07-24 | Make sure _musicVolume and _sfxVolume are clipped to fit in a byte. | Torbjörn Andersson |
2008-07-10 | Fixed mem leak in MIDI related code. | Johannes Schickel |
2008-07-06 | Implemented Good Enough(TM) XMIDI looping. This is used by Kyrandia 2 (the | Torbjörn Andersson |
2008-06-03 | Added support for compressed kyra3 audio files. | Johannes Schickel |
2008-05-27 | Fixed KyraEngine_v1::snd_stopVoice and KyraEngine_v1::snd_voiceIsPlaying impl... | Johannes Schickel |
2008-05-24 | Little cleanup. | Johannes Schickel |
2008-05-24 | Committed my fix for bug #1497437 "KYRA1: Subtitles glitch during 'Speech of ... | Johannes Schickel |
2008-05-23 | Cleanup. | Johannes Schickel |
2008-05-11 | - Renamed KyraEngine to KyraEngine_v1 | Johannes Schickel |
2008-05-07 | Changed 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-10 | Fixed regression in Kyra1. | Johannes Schickel |
2008-04-10 | - fixed valgrind warning | Johannes Schickel |
2008-04-10 | Fixed track unloading for MIDI. | Johannes Schickel |
2008-04-10 | Lock mutex in playSoundEffect, should help threading safeness of the code. | Johannes Schickel |
2008-04-10 | Small fix related to all notes off event. | Johannes Schickel |
2008-04-10 | - Updated debug output for KyraEngine::snd_playTheme | Johannes Schickel |
2008-04-07 | Some MIDI related cleanup. | Johannes Schickel |
2008-04-06 | Implemented opcode 33 o2_loadSoundfile. | Johannes Schickel |
2008-03-22 | - fixed bug in Sound::voiceIsPlaying | Johannes Schickel |
2008-03-21 | - Implemented opcode 97: o2_isAnySoundPlaying | Johannes Schickel |
2008-02-17 | committing patch 1891492 : dialogue (dlg/tim) support for HoF | Florian Kagerer |
2008-02-07 | Reworked Kyrandia resource loading code. | Johannes Schickel |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2008-01-12 | Commit patch #1869749 "KYRA: HoF Towns Audio fix". | Johannes Schickel |
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 |