aboutsummaryrefslogtreecommitdiff
path: root/scumm/imuse.cpp
AgeCommit message (Collapse)Author
2002-10-02added stubs for ImuseDigital::doCommandPaweł Kołodziejski
svn-id: r5070
2002-10-01unsigned <-> signed, local vars were not initedMax Horn
svn-id: r5065
2002-10-01added stopAll in ImusePaweł Kołodziejski
svn-id: r5064
2002-10-01synced with local sources - imusePaweł Kołodziejski
svn-id: r5060
2002-10-01fixed ending of non loop soundsPaweł Kołodziejski
svn-id: r5057
2002-09-30fixed loop in imusePaweł Kołodziejski
svn-id: r5055
2002-09-30synced with local sources (imuse)Paweł Kołodziejski
svn-id: r5053
2002-09-30synced with local sources - imuse for the digPaweł Kołodziejski
svn-id: r5049
2002-09-30Fix compilation for Visual Studio and GCC, as broken by Fingolfins checkinsJames Brown
Derive something useful from patch 616301 svn-id: r5048
2002-09-29Patch #616155: Set Monkey1VGA music instruments dynamicallyJames Brown
svn-id: r5035
2002-09-29Merge in 615745: GMD via AdLib emulationJames Brown
Remove MIDIEMU driver obsoleted by patch. Change functionality to fallback to AdLib/AdLibGMD Emulation where MIDI init fails Switch to NewGUI by default (old code retained 'Just in case') svn-id: r5033
2002-09-29framework of Imuse sound for The DigPaweł Kołodziejski
svn-id: r5031
2002-09-24removed even the last traces of Scumm dependencies from NewGUI. Yes, you ↵Max Horn
heard right NewGUI is now 100% Scumm free and we can go for the launcher/message dialogs! svn-id: r5016
2002-09-22tied to fix 'non-POD type' warning in some GCC versions; moved some common ↵Max Horn
code to saveload.h svn-id: r4997
2002-09-11Commited the following patchesTravis Howell
[ 606595 ] Fix for Sam & Max animation glitch [ 607175 ] Possible fix for bug #590511 [ 607677 ] Partial workaround for bug #566062 [ 607713 ] patch for bug 580350 (MI2 F5 crash) svn-id: r4924
2002-09-09patch attempts to fix the MI2 music bug pointed out in bug report #551028Jean-Yves Simon
svn-id: r4908
2002-09-08rewrote config class; cleanup; code restructuringMax Horn
svn-id: r4903
2002-08-29sound system cleanupMax Horn
svn-id: r4867
2002-08-25better SFX suport in the DigPaweł Kołodziejski
svn-id: r4852
2002-08-24fixed warningMax Horn
svn-id: r4825
2002-08-24synced with scummvmPaweł Kołodziejski
svn-id: r4821
2002-08-23fix for bug #598938: sfx/music volume set 0 is not mute; some cleanupMax Horn
svn-id: r4805
2002-08-22Changed MorphOS MIDI code so that data sent from different threads are no ↵Ruediger Hanke
longer a problem. Ensure Midi driver is closed, otherwise no other MIDI application will run after ScummVM has exited. svn-id: r4801
2002-08-21engine.* moved to common (where it belongs); added distclean target which ↵Max Horn
gets rid of the .deps dirs, too; removed -Isound svn-id: r4794
2002-08-21Initial revisionMax Horn
svn-id: r4785