aboutsummaryrefslogtreecommitdiff
path: root/scumm/imuse_player.cpp
AgeCommit message (Expand)Author
2003-08-08Fixed type mismatch warningJamieson Christian
2003-08-08Added missing break after caseJamieson Christian
2003-08-07Fix for Bug [780924] IMUSE: Pitchbend isn't reset when changing tracksJamieson Christian
2003-08-06Upgraded IMuse::doCommand() to support more than 8 parameters.Jamieson Christian
2003-08-05getting rid of g_mixer; removing lots of whitespaceMax Horn
2003-08-01indention fix (so the code adheres to our indention rules)Max Horn
2003-07-31Fix for RC bug [780675] MI2: Reoccuring crashJamieson Christian
2003-06-27sync implementation with interfaceMax Horn
2003-06-01Hack to fix odd usage of the ParameterFaderJamieson Christian
2003-05-31fixed mismatch between declaration and implementationMax Horn
2003-05-25More cleanup, plus more crash-aversion fixes.Jamieson Christian
2003-05-25Fixed music starting at incorrect location when loading gameJamieson Christian
2003-05-25Fixed occassional music crashes when loading games.Jamieson Christian
2003-05-24Possible fix for hanging notes in iMuseJamieson Christian
2003-05-24Removed more unnecessary codeJamieson Christian
2003-05-24Various iMuse cleanupJamieson Christian
2003-05-24Fix for bug [742688] FOA: Missing music at Sophia's lecture.Jamieson Christian
2003-05-23Added XMIDI support to IMuse. IMuse now plays music from Humongous games.Jamieson Christian
2003-05-23Revamped iMuse and Player classes. Player now uses MidiParser to parse its da...Jamieson Christian
2003-05-22Separated IMuse Player into its own fileJamieson Christian