Age | Commit message (Expand) | Author |
2003-08-01 | implemented raw sound looping; some debug output enabled temporarily | Max Horn |
2003-08-01 | #include cleanup (explicityl specify the location for headers from common/, s... | Max Horn |
2003-07-31 | revamped MP3/Vorbis CD 'emulation' code to use a PlayingSoundHandle -> this a... | Max Horn |
2003-07-29 | cleanup | Max Horn |
2003-07-25 | lots of mixer changes: replaced _volumeTable by _globalVolume (applying volum... | Max Horn |
2003-07-24 | whitespace | Max Horn |
2003-07-14 | removed whitespaces at line ends; added stopHandle | Max Horn |
2003-07-06 | mix() is really a private method, only to be called by the audio thread; cove... | Max Horn |
2003-07-06 | now that we mutex-protect everything properly, we can get rid of _toBeDestroy... | Max Horn |
2003-07-06 | cleanup to the mixer helper proc interface and to ChannelStream | Max Horn |
2003-07-05 | updated code to use type MutexRef; added class StackLock (from sdl backend, n... | Max Horn |
2003-06-22 | Change names of the stream API in the mixer; added endStream method (stop() h... | Max Horn |
2003-06-22 | renamed SoundMixer::hasActiveChannel->hasActiveSFXChannel, and fixed the regr... | Max Horn |
2003-06-22 | remove the realDestroy methods and instead use destructors; renamed insertAt ... | Max Horn |
2003-06-21 | lots of mixer cleanup / refactoring / reengineering | Max Horn |
2003-06-21 | modified & cleaned up the playStream/append code a bit; but this API really c... | Max Horn |
2003-06-21 | cleanup | Max Horn |
2003-06-18 | Use stdafx.h instead of manually including system headers. | Marcus Comstedt |
2003-06-15 | more cleanup | Max Horn |
2003-05-18 | HAVE_CONFIG_H | Jonathan Gray |
2003-03-18 | cleanup; add stopID method to stop a currently playing sound via its ID | Max Horn |
2003-03-06 | updated copyrights headers | Paweł Kołodziejski |
2003-03-06 | and more cleanup .... | Paweł Kołodziejski |
2002-12-25 | fix -pedantic warnings | Max Horn |
2002-11-10 | added looping support to playRaw | Oliver Kiehl |
2002-10-28 | Fix using MAD -without- Vorbis, and remove COMPRESSED_SOUND_FILE define. | James Brown |
2002-10-27 | Add monster.sog support, patch #629362 | Travis Howell |
2002-10-27 | patch #628997 support for ogg vorbis instead of cd tracks by Daniel Schepler.... | Jonathan Gray |
2002-10-16 | compilation fix | Max Horn |
2002-10-15 | changes to imuse | Paweł Kołodziejski |
2002-10-15 | changes to soundmixer - added timeout param to stream | Paweł Kołodziejski |
2002-10-02 | added panning control in imuse and reverse stereo support | Paweł Kołodziejski |
2002-10-02 | Fix 'isSoundRunning' for Creative samples (eg, Full Throttle) | James Brown |
2002-09-14 | fixed stream in mixer, not completed yet - bad wrap around. | Paweł Kołodziejski |
2002-09-08 | rewrote config class; cleanup; code restructuring | Max Horn |
2002-09-02 | changed file io in sounds to class File | Paweł Kołodziejski |
2002-08-24 | synced with scummvm | Paweł Kołodziejski |
2002-08-18 | move _volume_table creation into constructor, and discard it in destructor | Max Horn |
2002-08-18 | MAJOR change to the way how Engine objects are instantiated | Max Horn |
2002-08-18 | pedantic #define rename :-) | Max Horn |
2002-07-29 | patch 587769 by Fridvin Logi (supposedly helps with Nexus in The Dig) | Max Horn |
2002-07-28 | moved file bundle stuff into class Bundle | Paweł Kołodziejski |
2002-07-21 | Apply patch from Torbj�rn Andersson to make MP3_CDMUSIC mixer use | James Brown |
2002-07-07 | indent run | Max Horn |
2002-06-03 | Added the mutex support to ease the streaming (ie to prevent all race | Lionel Ulmer |
2002-06-02 | Fix the streaming used in the movies in TheDig (warning, did not test | Lionel Ulmer |
2002-05-18 | Added infrastructure to support more than 8 bit signed / unsigned RAW | Lionel Ulmer |
2002-05-12 | added append() stubs for Channel_MP3/Channel_MP3_CDMUSIC | Max Horn |
2002-05-12 | Add new mixer 'append' function to allow pseudo-streaming for SMUSH | James Brown |
2002-05-01 | Pause and start of volume support | Nicolas Bacca |