Age | Commit message (Expand) | Author |
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-08-14 | Replace warnings with debug, errors or printfs: | Travis Howell |
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-10 | Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec... | Max Horn |
2005-05-06 | Check if stream exists first. | Travis Howell |
2005-05-05 | do not invoke a method on a non-existant stream | Max Horn |
2005-04-04 | Got rid of isSoundHandleActive usage; made the SmushMixer thread safe | 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-01-01 | Updated copyright | Max Horn |
2004-12-27 | Added 'sound types' to the mixer - for now, only plain (for the premixer), SF... | Max Horn |
2004-11-27 | Removed the (highly SCUMM specific) 'appendable stream' API from SoundMixer; ... | Max Horn |
2004-08-22 | Switch smush debug to channel | Travis Howell |
2004-06-21 | increased audio buffer to solve scuttering problems | Paweł Kołodziejski |
2004-03-28 | Fixed format string to match the number of arguments. | Torbjörn Andersson |
2004-02-02 | Fixed most bugs, so only cosmetic visual things left. | Eugene Sandulenko |
2004-01-29 | Renamed the 'pan' effect of the mixer to 'balance', since that is what we act... | Max Horn |
2004-01-09 | handle volume and pan by SoundMixer not SmushMixer | Paweł Kołodziejski |
2004-01-06 | updated copyright notice | Max Horn |
2003-12-26 | I got some buffer overflow warnings, seems 200KB isn't quite enough... | 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-22 | fix for bug #864478 (Smush audio streaming); cleanup | Max Horn |
2003-12-21 | Cleaned up SoundMixer::newStream() a bit (I plan to replace all usages of thi... | Max Horn |
2003-12-21 | Incorrect use of stopChannel (must be stopHandle); replaced single remaining ... | Max Horn |
2003-12-18 | cleanup | Max Horn |
2003-10-03 | introduced namespace Scumm; made #include statements use scumm/ prefix explic... | Max Horn |
2003-09-06 | removed pauseMixer method from mixer, and renamed stop to stopChannel | Max Horn |
2003-09-02 | changed sounds volume to original volume level, and fixed sounds in bass intro | Paweł Kołodziejski |
2003-09-01 | added sound handle stuff to mixer streams | Paweł Kołodziejski |
2003-08-31 | added mixer features: volume and pan control per channel | Paweł Kołodziejski |
2003-07-06 | increased SmushMixer stream size to 500K, this seems to help in Fullthrottle.... | Max Horn |
2003-07-02 | 100 KB instead of 2 MB audio buffer should be sufficient | Max Horn |
2003-06-22 | Change names of the stream API in the mixer; added endStream method (stop() h... | Max Horn |
2003-06-22 | fixed warning | Paweł Kołodziejski |
2003-06-22 | fix regression I just introduced (voices in smush movies were cut off way too... | 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 | get rid of 11025 Hz special case (I hope this is correct; only case I know of... | Max Horn |
2003-06-21 | got rid of member var 'first' | Max Horn |
2003-06-21 | reduce code duplication a bit | Max Horn |
2003-06-07 | adhere to our coding style conventions; removed some unneccessary code | Max Horn |
2003-05-18 | warning() automatically outputs a newline after the warning message; adding a... | Max Horn |
2003-04-30 | som changes to make Palm OS happy | Max Horn |
2003-03-17 | init member vars in right order | Jonathan Gray |
2003-03-17 | reorg/clenup, changed main loop in smush code | Paweł Kołodziejski |