aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/music.h
AgeCommit message (Collapse)Author
2015-09-21SHERLOCK: RT: Start next music song when a previous one finishesPaul Gilbert
2015-08-29SHERLOCK: Rework the "song" debugger commandTorbjörn Andersson
Instead of taking a room number (which didn't work in Rose Tattoo), it now takes a song name. To see which songs are available, use the "songs" command. Note that this is still only works for Serrated Scalpel, since I haven't implemented getting a list of available songs for Rose Tattoo. I need to study the resource manager a bit first...
2015-08-15SHERLOCK: RT: Implemented setMusicVolume, cleanup of sound codePaul Gilbert
2015-08-13SHERLOCK: RT: Removal of redundant music codePaul Gilbert
2015-07-04SHERLOCK: SS: Fix crash in intro when music finishesPaul Gilbert
2015-07-04SHERLOCK: Make playMusic a private method of MusicPaul Gilbert
2015-07-01SHERLOCK: RT: Implement cmdPlaySong opcodePaul Gilbert
2015-06-17SHERLOCK: hopefully fix music crash when exitingMartin Kiewitz
2015-06-16SHERLOCK: intro: msec sync instead of ticksMartin Kiewitz
2015-06-15SHERLOCK: RT: Initial implementation of XMI music support for RTFilippos Karapetis
2015-06-14SHERLOCK: Add mutex to Sherlock MIDI parserTorbjörn Andersson
Hopefully this will put a stop to random crashes when music starts and/or stops. I'm never quite sure just how much locking is necessary, though...
2015-06-11SHERLOCK: RT map display partially workingPaul Gilbert
2015-06-10SHERLOCK: free midi music bufferMartin Kiewitz
2015-06-08SHERLOCK: add music + sync to 3DO introMartin Kiewitz
2015-06-02SHERLOCK: hopefully fix crash on exit/Music classMartin Kiewitz
2015-06-01SHERLOCK: intro timing + fixesMartin Kiewitz
2015-05-31SHERLOCK: clean up adlib driverMartin Kiewitz
2015-05-30Merge branch 'sherlock2'Paul Gilbert
2015-05-30SHERLOCK: add (unfinished) adlib driverMartin Kiewitz
2015-05-24SHERLOCK: Split sound class in two, add WIP music playerStrangerke