Age | Commit message (Expand) | Author |
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn |
2010-03-20 | Fix out of bounds access. | Johannes Schickel |
2010-03-08 | Tweak makeVOCDiskStream | Max Horn |
2010-02-03 | - Rename FlacStream to FLACStream. | Johannes Schickel |
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec... | Max Horn |
2010-01-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn |
2010-01-16 | Switch most AudioStream factories to use DisposeAfterUse::Flag | Max Horn |
2010-01-10 | - Add a SubLoopingAudioStream, which loops a nested part of a stream and thus... | Johannes Schickel |
2010-01-06 | Adapt KYRA to use the new FLAC, Vorbis and MP3 factories. | Johannes Schickel |
2010-01-05 | Remove unsafe getTotalPlayTime from AudioStream. | Johannes Schickel |
2010-01-05 | - Add a new SeekableAudioStream interface. Soon to be used to replace audio s... | Johannes Schickel |
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for con... | Max Horn |
2009-08-16 | merge with trunk | Norbert Lange |
2009-08-13 | Allow VOCs to stream from disk. Disabled by default, use symbol STREAM_AUDIO... | Neil Millstone |
2009-08-08 | Implemented support for Amiga wander score map. | Johannes Schickel |
2009-05-29 | - Add new method "isVoicePresent" to "Sound". | Johannes Schickel |
2009-05-24 | Cleanup. | Johannes Schickel |
2009-05-24 | Make various Sound functionality SoundHandle instead of filename based. | Johannes Schickel |
2009-05-24 | - Reorder supported codecs list | Johannes Schickel |
2009-05-23 | Cleanup. | Johannes Schickel |
2009-05-23 | KYRA/LOL: restructured voice playing code so that audio compression can be su... | Florian Kagerer |
2009-05-21 | Remove trailing tabs/whitespaces. | Johannes Schickel |
2009-05-19 | Remov lots of superfluous debug output. | Johannes Schickel |
2009-05-10 | LOL: - added some spell casting (spark, heal, swarm) | Florian Kagerer |
2009-04-21 | Fix for Kyra 1 Mac CD music (check bug report #2772727 "KYRA1: Sound effect l... | Johannes Schickel |
2009-03-09 | LOL: minor fix for text displayer (text pages now advance automatically when ... | Florian Kagerer |
2009-03-08 | LOL: some more work on the text displayer so that it handles longer texts (ne... | Florian Kagerer |
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 |