Age | Commit message (Expand) | Author |
2003-12-10 | Endian-safe read-and-advance helper functions are | Jamieson Christian |
2003-12-09 | small tweak/fix (?) | Max Horn |
2003-11-29 | cleanup | Max Horn |
2003-11-29 | fixed warning | Paweł Kołodziejski |
2003-11-29 | added API to query CD playback status; renamed AudioCDManager methods | Max Horn |
2003-11-29 | moved Audio CD (emulation) code from scumm/sound.cpp to sound/, so that it ma... | Max Horn |
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski |
2003-11-07 | Correct voc rate in DOTT demo | Travis Howell |
2003-11-07 | fix invalid typo fixes ;-) (BTW did anybody get comit mails for khalek's chan... | Max Horn |
2003-11-07 | spelling fixes | Jonathan Gray |
2003-10-25 | whatever | Joost Peters |
2003-10-24 | added extra flag to mixer so we don't use free() on new'd pointers | Joost Peters |
2003-10-18 | cleanup | Max Horn |
2003-10-18 | We proudly present the latest installment of our hit series 'Untangle the mes... | Max Horn |
2003-10-17 | renamed some Timer methods | Max Horn |
2003-10-10 | cleanup | Max Horn |
2003-10-05 | clarification: premixer must use native endianess | Max Horn |
2003-10-05 | Preliminary preparation for new YM2612 FM emulator. | Jamieson Christian |
2003-10-04 | use namespace Common a bit more; don't zero the RNG in scumm (else the seed g... | Max Horn |
2003-10-03 | cleanup / doxygenification | Max Horn |
2003-10-03 | undo aquadran's recent changes here. If this doesn't compile on MSVC7, fine, ... | Max Horn |
2003-10-03 | fixed compilation under msvc7 | Paweł Kołodziejski |
2003-10-02 | cleanup & restructuring; in particular move the midi driver list to its own s... | Max Horn |
2003-09-28 | removed duplicate g_timer object (one was global, one was static to timer.cpp... | Max Horn |
2003-09-27 | Timer services are now available through g_timer, so | Jamieson Christian |
2003-09-26 | Converted the MPU-401 timer to use the Timer class. | Jamieson Christian |
2003-09-25 | Fix for Bug [810564] ALL: missing instruments with native MT-32 | Jamieson Christian |
2003-09-19 | work around silly bug in Microsoft Visual Studio .NET 2003. M$ does not stop ... | Max Horn |
2003-09-18 | changed & documented the premixer semantics | Max Horn |
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 |