Age | Commit message (Expand) | Author |
2003-07-30 | Partial fix for bug #780167 ("SIMON1/2: Sound problems"). It seems to fix | Torbjörn Andersson |
2003-07-30 | Fixed MSVC errors | Jamieson Christian |
2003-07-29 | removed some debug output | Max Horn |
2003-07-29 | cleanup | Max Horn |
2003-07-29 | after looking at SAM and DOTT, it seems the actor-voice sync actually is *wor... | Max Horn |
2003-07-29 | some cleanup; moved around some stuff, preparing to unify more code of Channe... | Max Horn |
2003-07-29 | return immediately after commiting suicide; enable new rate conversion code | Max Horn |
2003-07-29 | hooked up ChannelVorbis to the new rate converter system, using VorbisInputSt... | Max Horn |
2003-07-29 | cleanup | Max Horn |
2003-07-28 | experimental new rate conversion code (use SOX_HACK to en-/disable it); note ... | Max Horn |
2003-07-28 | fix for bug #776169 | Max Horn |
2003-07-26 | oops accidentally broke the 'old' 8bit resampling code :-( | Max Horn |
2003-07-25 | lots of mixer changes: replaced _volumeTable by _globalVolume (applying volum... | Max Horn |
2003-07-23 | Fixed regression in clamped_add_16() that kept it from clamping. This was | Torbjörn Andersson |
2003-07-17 | simplified code | Max Horn |
2003-07-14 | oops | Max Horn |
2003-07-14 | removed whitespaces at line ends; added stopHandle | Max Horn |
2003-07-12 | Fixed RTTI warnings with PalmOS port | Chris Apers |
2003-07-12 | verify chan != 0 even on WinCE | Max Horn |
2003-07-12 | Give sample rate to channel classes (WinCE downsampling) / Do not use dynamic... | Nicolas Bacca |
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 | the mutex must be locked by everything which might access _channels while the... | Max Horn |
2003-07-06 | More fixes from Hibernatus | Travis Howell |
2003-07-06 | cleanup to the mixer helper proc interface and to ChannelStream | Max Horn |
2003-07-05 | protect calls to insertChannel with mutex, too (and switch to using StackLock) | Max Horn |
2003-07-04 | make SoundMixer::playRaw only check sound IDs if you actually pass one | Robert Göffringmann |
2003-07-04 | Prevent apparantly possible race condition. I don't get this stuff, and I don... | James Brown |
2003-07-04 | Insert preliminary Zak256 sound looping support. It's not perfect, as some Za... | James Brown |
2003-07-03 | cleanup for -Wundef | Max Horn |
2003-07-02 | cleanup (code easier to read; slightly less rounding errors for the volume; a... | Max Horn |
2003-06-27 | fixed warning | Paweł Kołodziejski |
2003-06-24 | cleanup | Max Horn |
2003-06-22 | fixed warnings | Paweł Kołodziejski |
2003-06-22 | d'oh | Max Horn |
2003-06-22 | fixed Vorbis CD track code | Max Horn |
2003-06-22 | don't memset the output buffer to 0 if _eof_flag is set; rather, we should 'a... | Max Horn |
2003-06-22 | properly init member vars instead of using memset | Max Horn |
2003-06-22 | Change names of the stream API in the mixer; added endStream method (stop() h... | Max Horn |
2003-06-22 | fix compile when vorbis is enabled, loomcd is now broken with vorbis after re... | Jonathan Gray |
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-15 | more cleanup | Max Horn |
2003-06-09 | use clear_sound_proc to properly deinit the mixer (this fixes a crash-on-exit) | Max Horn |
2003-05-29 | more OSystem docs & cleanup | Max Horn |
2003-05-23 | fixed nasty deadlock I recently introduced | Max Horn |
2003-05-22 | make sure that the mutex protects everything that affects the buffer | Max Horn |