Age | Commit message (Expand) | Author |
2003-09-06 | removed pauseMixer method from mixer, and renamed stop to stopChannel | Max Horn |
2003-09-05 | optimized channel volume/pan handling | Max Horn |
2003-09-05 | moved the sound ID param in playRaw before volume/pan | Max Horn |
2003-09-05 | oops | 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 | remove shadow'd var by using variable name from prototype | Jonathan Gray |
2003-09-02 | moved volume and pan control into flow func | Paweł Kołodziejski |
2003-09-02 | Fixed compiler warning that I introduced earlier. | Torbjörn Andersson |
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-09-01 | The channel could be destroyed so changeVolumeAndPan can't access it in that ... | Chris Apers |
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 | revert id handle stuff | Paweł Kołodziejski |
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-24 | small cleanup for the Ogg playback code | Max Horn |
2003-08-16 | More corrections to the VAR_MUSIC_TIMER | Jamieson Christian |
2003-08-16 | Corrected timing mechanism for RO music streams. | Jamieson Christian |
2003-08-14 | Removed incorrect acknowledgements (copy/paste error) | Jamieson Christian |
2003-08-13 | ZeroInputStream::readBuffer didn't have the same signature as the base class ... | Bertrand Augereau |
2003-08-13 | Added PC Speaker and PCjr command line options, | Jamieson Christian |
2003-08-09 | added SoundMixer::pauseChannels for pausing SFX and keeping adlib music runni... | Robert Göffringmann |
2003-08-08 | Added generic send() option to MidiChannel. | Jamieson Christian |
2003-08-08 | Send All Notes Off to every channel on close | Jamieson Christian |
2003-08-07 | my code was actually right. Rather the calling code is evil, it passes us odd... | Max Horn |
2003-08-07 | Fix for Bug [780924] IMUSE: Pitchbend isn't reset when changing tracks | Jamieson Christian |
2003-08-07 | replace code in readBuffer by slightly less efficient but hopefully working c... | Max Horn |
2003-08-06 | Added comment to new macro | Jamieson Christian |
2003-08-06 | Changed readSample template function | Jamieson Christian |
2003-08-06 | some cleanup | Max Horn |
2003-08-06 | Fixed type mismatch error compiling palmos port | Chris Apers |
2003-08-05 | getting rid of g_mixer; removing lots of whitespace | Max Horn |
2003-08-05 | some cleanup; added Channel::getVolume, once somebody tells me what exactly i... | Max Horn |
2003-08-05 | begone, old mixer code | Max Horn |
2003-08-05 | more cleanup | Max Horn |
2003-08-05 | cleanup | Max Horn |
2003-08-05 | fix bug #783423 | Max Horn |
2003-08-05 | more cleanup (like the previous two, I just moved around code, to clearly sep... | Max Horn |
2003-08-05 | some more cleanup | Max Horn |
2003-08-05 | cleanup; removed some code duplication | Max Horn |
2003-08-05 | and finally VorbisInputStream::readBuffer. Once we verified the new readBuffe... | Max Horn |
2003-08-05 | optimized MP3InputStream::readBuffer (once more, I won't gurantee for correct... | Max Horn |
2003-08-05 | simplified code a bit | Max Horn |
2003-08-05 | optimized WrappedMemoryStream::readBuffer (It's almost 3 AM, so I don't trust... | Max Horn |
2003-08-05 | catch one potential problem, namely if eos is already reached when readBuffer... | Max Horn |
2003-08-05 | get rid of calls to the obsolete AudioInputStream::size method | Max Horn |