aboutsummaryrefslogtreecommitdiff
path: root/scumm/imuse_digi.cpp
AgeCommit message (Expand)Author
2004-01-03renamed AudioInputStream -> AudioStreamMax Horn
2004-01-03re-enabled .sog and .so3 support for FTMax Horn
2004-01-02Fix for bug #869045 (DIG: Crash in bundle decoder); t'was a buffer overflowMax Horn
2003-12-29Emergency bugfix to keep Full Throttle from crashing as soon as someoneTorbjörn Andersson
2003-12-27fixed a crash-on-exitMax Horn
2003-12-27fix volume problems (I think...)Max Horn
2003-12-27more cleanupMax Horn
2003-12-27cleanupMax Horn
2003-12-27update bundle music every 1/10th of a sec (there was a very noticable delay b...Max Horn
2003-12-27try to make it more obvious how certain timer freqs are derivedMax Horn
2003-12-27append more data the first time around (this avoids a stutter problem, which ...Max Horn
2003-12-27fix VOC playback; create AudioInputStream earlierMax Horn
2003-12-27no need to convert data to stereo, the mixer can handle mono data just fineMax Horn
2003-12-27oopsMax Horn
2003-12-27add some comments; convert tabs inside table to spaces (otherwise the table i...Max Horn
2003-12-27nicer errorMax Horn
2003-12-27proper error instead of silent (and fatal) failureMax Horn
2003-12-27get rid of _noSubtitles, use ConfigManager directly instead; clean up some IM...Max Horn
2003-12-27renamed VOC functionsMax Horn
2003-12-26opsPaweł Kołodziejski
2003-12-26added handing voc loopsPaweł Kołodziejski
2003-12-26change IMuseDigital to 'own' the AudioInputStream (the idea is that eventuall...Max Horn
2003-12-26some fixes to imuse digitalPaweł Kołodziejski
2003-12-26corrections for pan controlPaweł Kołodziejski
2003-12-26forgot thisPaweł Kołodziejski
2003-12-26it should be _voiceVocDataPaweł Kołodziejski
2003-12-26when introducing a constant used throughout multiple files, best assign a *na...Max Horn
2003-12-26passthrought v7+ sound voices by imuse digitalPaweł Kołodziejski
2003-12-25cleanupMax Horn
2003-12-25fix some bugletsMax Horn
2003-12-25disable FT imuse sequence, sound table is brokenPaweł Kołodziejski
2003-12-25cleanupPaweł Kołodziejski
2003-12-25cleanupMax Horn
2003-12-25workaround crash on Intel systems (and it was *not* caused by me, mind you! :-)Max Horn
2003-12-25cleanup (TODO: reduce code duplication)Max Horn
2003-12-25opsPaweł Kołodziejski
2003-12-25some changes to digital imusePaweł Kołodziejski
2003-12-25start sound call directly digital imuse, only script part handled by mainloop...Paweł Kołodziejski
2003-12-24removed usage auto free flag, and fixed stupid bug related with sample sizePaweł Kołodziejski
2003-12-24fix memory leakMax Horn
2003-12-24o Added SoundMixer::isReady()Max Horn
2003-12-24fixed ft sounds channels initializationPaweł Kołodziejski
2003-12-24muse use even size when pushing data into a mixerstreamMax Horn
2003-12-24cleanup (code should be 100% equivalent)Max Horn
2003-12-24turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, ma...Max Horn
2003-12-23must use pauseHandle, not pauseIDMax Horn
2003-12-22some changes in imuse digital (synced with local sources)Paweł Kołodziejski
2003-12-22Moved bundle music code from class Sound to IMuseDigital (seems more natural;...Max Horn
2003-12-21Cleaned up SoundMixer::newStream() a bit (I plan to replace all usages of thi...Max Horn
2003-12-21Incorrect use of stopChannel (must be stopHandle); replaced single remaining ...Max Horn