Age | Commit message (Expand) | Author |
2006-04-29 | Moved the AudioCDManager as well as class AudioStream and its (standard) subc... | Max Horn |
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn |
2006-01-18 | Update copyright notice | Eugene Sandulenko |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn |
2005-05-11 | Moved some more stuff to namespace Audio (enough for tonight) | Max Horn |
2005-05-10 | Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec... | Max Horn |
2005-05-10 | Moved class File and the MD5 stuff to namespace Common | Max Horn |
2005-05-05 | Fixed some doxygen warnings | Max Horn |
2005-04-04 | Renamed getActiveChannelSoundID to getSoundID and fixed its semantics to avoi... | Max Horn |
2005-04-04 | Add 8 sound channel support for HE games | Travis Howell |
2005-03-22 | Make sure SoundHandle's are inited | Max Horn |
2005-03-12 | Simplified SoundHandle implementation | Max Horn |
2005-03-12 | PlayingSoundHandle -> SoundHandle; also, turned the handle activity check int... | Max Horn |
2005-03-09 | changing AudioDataType -> SoundType, so now the constant names match the name... | Max Horn |
2005-02-06 | It's kMaxMixerVolume, not 256 (we might change it to 255 eventually) | Max Horn |
2005-01-30 | Check sound queue for music in HE games. | Travis Howell |
2005-01-28 | Use class Mutex instead of MutexRef | Max Horn |
2005-01-10 | system.h was being included in tons of places, without any good reason; reduc... | Max Horn |
2005-01-01 | Updated copyright | Max Horn |
2004-12-27 | Introduced two new constants SoundMixer::kMaxChannelVolume and SoundMixer::kM... | Max Horn |
2004-12-27 | Allow premix channels to use a custom sound type | Max Horn |
2004-12-27 | Add 'speech' sound type to mixer; make use of that in iMuse Digital | Max Horn |
2004-12-27 | Added 'sound types' to the mixer - for now, only plain (for the premixer), SF... | Max Horn |
2004-11-28 | cleanup | Max Horn |
2004-11-28 | Changed parameter order of SoundMixer::playInputStream to match that of playRaw | Max Horn |
2004-11-28 | Added a "permanent" field to Channels, which simply prevents them from being ... | Jerome Fisher |
2004-11-27 | Removed the (highly SCUMM specific) 'appendable stream' API from SoundMixer; ... | Max Horn |
2004-11-27 | Removed the old setupPremix version, it is not needed anymore. Also fixed som... | Max Horn |
2004-11-27 | Added some more mixer doxygen docs; cleaned up Mixer API a bit, removing some... | Max Horn |
2004-10-30 | Doxygen fixes | Max Horn |
2004-10-11 | Implement premix proc via an AudioStream / Channel (eventually we'll remove t... | Max Horn |
2004-09-19 | Actually check if a sound is active, if the sound is outside music engine. | Travis Howell |
2004-09-04 | fixde bug IMUSE+DEBUG | Paweł Kołodziejski |
2004-04-08 | seems it is 'endianness' and not 'endianess' | Max Horn |
2004-02-22 | Patch #885904 (Flac Support) with some tweaks by me | Max Horn |
2004-02-12 | With no comments from fingolfin, and a go-ahead from ender, I've committed | Torbjörn Andersson |
2004-01-29 | Renamed the 'pan' effect of the mixer to 'balance', since that is what we act... | Max Horn |
2004-01-06 | updated copyright notice | Max Horn |
2004-01-03 | renamed AudioInputStream -> AudioStream | Max Horn |
2004-01-03 | more MAD MP3 / Ogg Vorbis cleanup: try not to expose anything about the libs ... | Max Horn |
2004-01-03 | removed SoundMixer::playMP3CDTrack; simplified makeMP3Stream (special variant... | Max Horn |
2003-12-26 | add param to playInputStream which makes it possible to retain an input strea... | Max Horn |
2003-12-24 | o Added SoundMixer::isReady() | Max Horn |
2003-12-24 | turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, ma... | Max Horn |
2003-12-23 | Allow sound ID for MP3/Vorbis sounds, too; cleaned up Vorbis playback code a bit | Max Horn |
2003-12-22 | o Got rid of Channel::destroy() method (no more evil 'delete this', plus | Max Horn |
2003-12-21 | added convenience SoundMixer::playVorbis variant which calls through to playS... | Max Horn |
2003-12-21 | Cleaned up SoundMixer::newStream() a bit (I plan to replace all usages of thi... | Max Horn |