Age | Commit message (Expand) | Author |
2002-08-21 | Initial revision | Max Horn |
2002-08-21 | Add missing iMUSE midi effect | James Brown |
2002-08-20 | applied patch 597414, thanks Xavier | Paweł Kołodziejski |
2002-08-18 | move _volume_table creation into constructor, and discard it in destructor | Max Horn |
2002-08-18 | MAJOR change to the way how Engine objects are instantiated | Max Horn |
2002-08-18 | pedantic #define rename :-) | Max Horn |
2002-08-11 | Removing some system ifdef's that won't be required anymore soon | Ruediger Hanke |
2002-08-10 | this remove clicks end of sounds in smush | Paweł Kołodziejski |
2002-08-09 | Got rid of annoying blips and scratches on my system. It's just for MorphOS n... | Ruediger Hanke |
2002-08-09 | Fixed Mixer full warnings, Dig music plays much better now on MorphOS | Ruediger Hanke |
2002-08-04 | fixed compile error | Max Horn |
2002-08-04 | DIG: preliminarily support for music in the game | Paweł Kołodziejski |
2002-07-29 | patch 587769 by Fridvin Logi (supposedly helps with Nexus in The Dig) | Max Horn |
2002-07-29 | fixed imuse volume bug introduced recently by me and painelf - iMuse internal... | Max Horn |
2002-07-28 | fixed volume table (that was a neat trick, that int8 cast, really got me; but... | Max Horn |
2002-07-28 | moved file bundle stuff into class Bundle | Paweł Kołodziejski |
2002-07-28 | added constants for the default volumes; changed the volume ranges from 0-255... | Max Horn |
2002-07-27 | fixed some warnings, fixed clamped_add_16 to do the right thing now (wow, nob... | Max Horn |
2002-07-26 | when mixing data, clamp the addition - otherwise we might get overflows for h... | Max Horn |
2002-07-26 | added painelf's (still unfinished) sound dialog in NewGUI. Beware, this is wo... | Max Horn |
2002-07-23 | fixed Channel_MP3::mix to deal correctly with _silence_cut (this improves lip... | Max Horn |
2002-07-23 | renamed SPECIAL_CHANNEL to PERCUSSION_CHANNEL; don't apply MT32->GM conversio... | Max Horn |
2002-07-22 | pulled out arisme's recent changes to pauseMode, they are not correct as they... | Max Horn |
2002-07-21 | Apply patch from Torbj�rn Andersson to make MP3_CDMUSIC mixer use | James Brown |
2002-07-20 | Fixed Monkey Island 2 freeze when sound is paused | Nicolas Bacca |
2002-07-17 | added cubic spline interpolation (only to mix_unsigned_mono_8 because that's ... | Max Horn |
2002-07-07 | indent run | Max Horn |
2002-07-04 | fixed compilation of imuse.cpp | Max Horn |
2002-06-26 | Hacks to make SMUSH mixer a bit more tollerable. | James Brown |
2002-06-06 | As long as I am fixing regression bug introduced by my streaming | Lionel Ulmer |
2002-06-06 | This should fix the regression introduced by my streaming changes (bug | Lionel Ulmer |
2002-06-03 | Added the mutex support to ease the streaming (ie to prevent all race | Lionel Ulmer |
2002-06-02 | Fix the streaming used in the movies in TheDig (warning, did not test | Lionel Ulmer |
2002-05-22 | Fix for mixer 16 bits samples. Samples are clear now. | Paweł Kołodziejski |
2002-05-20 | Add volume control like it is done for MP3 to the 16 bit 'mixers' (ie | Lionel Ulmer |
2002-05-19 | The Dig: stereo samples and mixer | Paweł Kołodziejski |
2002-05-19 | The Dig: 16 bit samples and mixer | Paweł Kołodziejski |
2002-05-18 | The second part of armisme fix is here... | Nicolas Noble |
2002-05-18 | And now commiting the *REAL* arisme patch... | Nicolas Noble |
2002-05-18 | Next time, I'll have to kill you Arisme ok? ;-) | Nicolas Noble |
2002-05-18 | Oops | Nicolas Bacca |
2002-05-18 | Big ugly hairy hack to remove Scumm class dependencies to the MidiEmu driver,... | Nicolas Bacca |
2002-05-18 | Added infrastructure to support more than 8 bit signed / unsigned RAW | Lionel Ulmer |
2002-05-18 | Fixing ALSA driver to not segfault when launching simon. It still isn't | Nicolas Noble |
2002-05-17 | fixed shadow var warnings | Max Horn |
2002-05-16 | Cleaning up a little the ALSA driver, and removed the 'old beast': the old Ti... | Nicolas Noble |
2002-05-16 | Added an ALSA sequencer support. Updated readme.txt to explain it, and | Nicolas Noble |
2002-05-12 | added append() stubs for Channel_MP3/Channel_MP3_CDMUSIC | Max Horn |
2002-05-12 | Add new mixer 'append' function to allow pseudo-streaming for SMUSH | James Brown |
2002-05-12 | Fix crash if envvar not set. | James Brown |