Age | Commit message (Expand) | Author |
2003-09-18 | moved engine.* to base; this fixes some linking issues when building a barebo... | Max Horn |
2003-09-17 | some tweaks to the build system (work toward plugin support) | Max Horn |
2003-09-16 | Don't call the premix function when the mixer is paused. (This is | Torbjörn Andersson |
2003-09-11 | some (untested!) support for backends which require unsigned audio samples | Max Horn |
2003-09-10 | fixed module.mk | Max Horn |
2003-09-10 | moved declaration of error/warning/debug from engine.h to util.h; added voc.cpp | Max Horn |
2003-09-09 | Up debug level of this warning, since it floods output in loom | Travis Howell |
2003-09-09 | map 0xA5 to 11025 Hz, too | Max Horn |
2003-09-09 | map 0xD3 in VOC headers to 22050 Hz, too | Max Horn |
2003-09-08 | start to use code from the original resample codebase, since it uses fixed po... | 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 | 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 |