aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/imuse_digi/dimuse.cpp
AgeCommit message (Collapse)Author
2007-03-02Applied my own patch #1672572, after discussing it with Fingolfin. We no longerTorbjörn Andersson
store mixer flags in our savegames. Instead, we store different flags which just happen to have the exact same values as the mixer flags have right now. This should keep savegames working even if the mixer flags ever change. svn-id: r25928
2007-02-28Changed the AppendableAudioStream code to use a queue of buffers, instead of ↵Max Horn
a fixed size wrap-around memory buffer (this reduces memory usage in some cases by 500-700k, while actually being more flexible) svn-id: r25909
2007-02-03Removed obsolete call to Mixer::isPausedMax Horn
svn-id: r25353
2006-10-21cleanupMax Horn
svn-id: r24407
2006-10-07Moved all INSANE and SMUSH related code into ScummEngine_v7 (resp. ↵Max Horn
ScummEngine_v6 in a few cases) svn-id: r24169
2006-05-18Added player for the Kyra 3 VQA cutscenes, based on my earlier prototype. ItTorbjörn Andersson
could use some cleanup, and there are a couple of TODOs sprinkled throughout the code, but it seems to work reasonably well. Until the Kyra 3 main menu is implemented, it won't actually be used though. It uses the appendable audio stream class, which I have moved out of the SCUMM engine. svn-id: r22526
2006-02-16added more asserts into imuse digi codePaweł Kołodziejski
svn-id: r20733
2006-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582