Age | Commit message (Expand) | Author |
2003-12-21 | o Make use of the new LinearMemoryStream feature which allows auto-disposing ... | Max Horn |
2003-12-19 | o Moved MP3 and Vorbis input streams to mp3.* resp. vorbis.* | Max Horn |
2003-12-16 | cleanup | Max Horn |
2003-12-16 | added mixer flag for little endian samples | Robert Göffringmann |
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski |
2003-10-25 | whatever | Joost Peters |
2003-10-24 | added extra flag to mixer so we don't use free() on new'd pointers | Joost Peters |
2003-10-05 | clarification: premixer must use native endianess | Max Horn |
2003-09-18 | changed & documented the premixer semantics | Max Horn |
2003-09-07 | new header file for VOC specific stuff | Max Horn |
2003-09-06 | removed pauseMixer method from mixer, and renamed stop to stopChannel | Max Horn |
2003-09-05 | moved the sound ID param in playRaw before volume/pan | Max Horn |
2003-09-05 | added default volume/pan values | Max Horn |
2003-09-05 | cleaned up sound/mixer.h a bit; renamed some mixer methods for consistency | Max Horn |
2003-09-05 | fixes for uninitialized pan and volume | Paweł Kołodziejski |
2003-09-02 | Added per-channel pausing. Maybe I should have named the pauseChannel() | Torbjörn Andersson |
2003-09-01 | forgot this | Paweł Kołodziejski |
2003-08-31 | added comments: | Paweł Kołodziejski |
2003-08-31 | added mixer features: volume and pan control per channel | Paweł Kołodziejski |
2003-08-30 | Made PlayingSoundHandle unsigned again, since the mixer change was | Torbjörn Andersson |
2003-08-30 | If -1 is going to be a valid value for a PlayingSoundHandle, the data type | Torbjörn Andersson |
2003-08-30 | added func isChannelActive for mixer, and fixed handling numbers of channel 0 | Paweł Kołodziejski |
2003-08-09 | added SoundMixer::pauseChannels for pausing SFX and keeping adlib music runni... | Robert Göffringmann |
2003-08-05 | some cleanup; added Channel::getVolume, once somebody tells me what exactly i... | Max Horn |
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 |