Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-21 | increased audio buffer to solve scuttering problems | Paweł Kołodziejski | |
svn-id: r13993 | |||
2004-03-28 | Fixed format string to match the number of arguments. | Torbjörn Andersson | |
svn-id: r13404 | |||
2004-02-02 | Fixed most bugs, so only cosmetic visual things left. | Eugene Sandulenko | |
o Support transparency for characters. Needed for cockpit rendering o Fixed bug in NUT renderer which drawed transparent characters garbled o Fixed long-standing (and outstanding) bug with SAUD error o Previous fix fixed music in some cases (scene transitions) o Fixed bug with palette being reset when smush video is rewind o Made debug level for insane adjustable at compile time (maybe I will remove it later) svn-id: r12717 | |||
2004-01-29 | Renamed the 'pan' effect of the mixer to 'balance', since that is what we ↵ | Max Horn | |
actually do; applied patch #886786 which corrects a bug in the balance code svn-id: r12665 | |||
2004-01-09 | handle volume and pan by SoundMixer not SmushMixer | Paweł Kołodziejski | |
svn-id: r12287 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2003-12-26 | I got some buffer overflow warnings, seems 200KB isn't quite enough... | Max Horn | |
svn-id: r11931 | |||
2003-12-24 | o Added SoundMixer::isReady() | Max Horn | |
o Removed SoundMixer::bindToSystem() o In scumm, replaced _silentMixer, _silentDigitalImuse and _noDigitalSamples by SoundMixer::isReady() svn-id: r11893 | |||
2003-12-24 | turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, ↵ | Max Horn | |
mainly because people kept (accidentally and sometimes on purpose :-) misusing them svn-id: r11881 | |||
2003-12-22 | fix for bug #864478 (Smush audio streaming); cleanup | Max Horn | |
svn-id: r11855 | |||
2003-12-21 | Cleaned up SoundMixer::newStream() a bit (I plan to replace all usages of ↵ | Max Horn | |
this by playInputStream(), this cleanup eases this a bit) svn-id: r11803 | |||
2003-12-21 | Incorrect use of stopChannel (must be stopHandle); replaced single remaining ↵ | Max Horn | |
use of stopChannel by a hack (note: the code in question is a hack in itself already) svn-id: r11799 | |||
2003-12-18 | cleanup | Max Horn | |
svn-id: r11729 | |||
2003-10-03 | introduced namespace Scumm; made #include statements use scumm/ prefix ↵ | Max Horn | |
explicitly svn-id: r10571 | |||
2003-09-06 | removed pauseMixer method from mixer, and renamed stop to stopChannel | Max Horn | |
svn-id: r10042 | |||
2003-09-02 | changed sounds volume to original volume level, and fixed sounds in bass intro | Paweł Kołodziejski | |
svn-id: r9963 | |||
2003-09-01 | added sound handle stuff to mixer streams | Paweł Kołodziejski | |
svn-id: r9956 | |||
2003-08-31 | added mixer features: volume and pan control per channel | Paweł Kołodziejski | |
svn-id: r9944 | |||
2003-07-06 | increased SmushMixer stream size to 500K, this seems to help in ↵ | Max Horn | |
Fullthrottle. Apparently, audio data is streamed faster than it's played, and in at least one case there's ~500KB being stream in quick successions (many packets, each 16KB), which is why 100K are not sufficient svn-id: r8784 | |||
2003-07-02 | 100 KB instead of 2 MB audio buffer should be sufficient | Max Horn | |
svn-id: r8700 | |||
2003-06-22 | Change names of the stream API in the mixer; added endStream method (stop() ↵ | Max Horn | |
halts stream immediately; endStream() lets it first finish playing) svn-id: r8603 | |||
2003-06-22 | fixed warning | Paweł Kołodziejski | |
svn-id: r8599 | |||
2003-06-22 | fix regression I just introduced (voices in smush movies were cut off way ↵ | Max Horn | |
too early) svn-id: r8595 | |||
2003-06-21 | lots of mixer cleanup / refactoring / reengineering | Max Horn | |
svn-id: r8594 | |||
2003-06-21 | modified & cleaned up the playStream/append code a bit; but this API really ↵ | Max Horn | |
could stand some refinement svn-id: r8592 | |||
2003-06-21 | get rid of 11025 Hz special case (I hope this is correct; only case I know ↵ | Max Horn | |
of where 11025 Hz are used is during the Dig intro svn-id: r8591 | |||
2003-06-21 | got rid of member var 'first' | Max Horn | |
svn-id: r8590 | |||
2003-06-21 | reduce code duplication a bit | Max Horn | |
svn-id: r8586 | |||
2003-06-07 | adhere to our coding style conventions; removed some unneccessary code | Max Horn | |
svn-id: r8376 | |||
2003-05-18 | warning() automatically outputs a newline after the warning message; adding ↵ | Max Horn | |
a newline into the format string adds another newline (which contains the single char '!') svn-id: r7647 | |||
2003-04-30 | som changes to make Palm OS happy | Max Horn | |
svn-id: r7216 | |||
2003-03-17 | init member vars in right order | Jonathan Gray | |
svn-id: r6822 | |||
2003-03-17 | reorg/clenup, changed main loop in smush code | Paweł Kołodziejski | |
svn-id: r6817 |