Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-11 | SHERLOCK: Fix memory leak playing music | Paul Gilbert | |
2015-09-21 | SHERLOCK: RT: Start next music song when a previous one finishes | Paul Gilbert | |
2015-08-29 | SHERLOCK: Rework the "song" debugger command | Torbjö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-15 | SHERLOCK: RT: Implemented setMusicVolume, cleanup of sound code | Paul Gilbert | |
2015-08-13 | SHERLOCK: RT: Removal of redundant music code | Paul Gilbert | |
2015-07-04 | SHERLOCK: SS: Fix crash in intro when music finishes | Paul Gilbert | |
2015-07-04 | SHERLOCK: Make playMusic a private method of Music | Paul Gilbert | |
2015-07-01 | SHERLOCK: RT: Implement cmdPlaySong opcode | Paul Gilbert | |
2015-06-17 | SHERLOCK: hopefully fix music crash when exiting | Martin Kiewitz | |
2015-06-16 | SHERLOCK: intro: msec sync instead of ticks | Martin Kiewitz | |
2015-06-15 | SHERLOCK: RT: Initial implementation of XMI music support for RT | Filippos Karapetis | |
2015-06-14 | SHERLOCK: Add mutex to Sherlock MIDI parser | Torbjö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-11 | SHERLOCK: RT map display partially working | Paul Gilbert | |
2015-06-10 | SHERLOCK: free midi music buffer | Martin Kiewitz | |
2015-06-08 | SHERLOCK: add music + sync to 3DO intro | Martin Kiewitz | |
2015-06-02 | SHERLOCK: hopefully fix crash on exit/Music class | Martin Kiewitz | |
2015-06-01 | SHERLOCK: intro timing + fixes | Martin Kiewitz | |
2015-05-31 | SHERLOCK: clean up adlib driver | Martin Kiewitz | |
2015-05-30 | Merge branch 'sherlock2' | Paul Gilbert | |
2015-05-30 | SHERLOCK: add (unfinished) adlib driver | Martin Kiewitz | |
2015-05-24 | SHERLOCK: Split sound class in two, add WIP music player | Strangerke | |