Age | Commit message (Expand) | Author |
2009-12-28 | SCI/new music code: Added a workaround for a music-related game bug in Castle... | Filippos Karapetis |
2009-12-28 | Fixed music pausing | Filippos Karapetis |
2009-12-28 | SCI/new music code: Implemented the "songlib" debug command | Filippos Karapetis |
2009-12-28 | SCI/new music code: Hanging notes now stop when a sound is paused/stopped | Filippos Karapetis |
2009-12-28 | SCI/new music code: Fixed a race condition when removing a sound from the pla... | Filippos Karapetis |
2009-12-28 | SCI/new music code: Fixed music fading in SCI2 - seems like setting the signa... | Filippos Karapetis |
2009-12-27 | SCI/new music code: | Filippos Karapetis |
2009-12-27 | SCI/newmusic: fixed warning | Martin Kiewitz |
2009-12-27 | SCI/newmusic: Accept WAVE files as audio resources (needed for gk1 title musi... | Martin Kiewitz |
2009-12-27 | SCI/newmusic: fix getting of mastervolume. cause of rounding we will otherwis... | Martin Kiewitz |
2009-12-27 | Fixed priority bug | Filippos Karapetis |
2009-12-27 | SCI/newmusic: Fixed fading (fixes intro of castle of brain) | Martin Kiewitz |
2009-12-27 | Removed _hasNodePtr | Filippos Karapetis |
2009-12-27 | Added some currently disabled code to be used when sound fading is done (need... | Filippos Karapetis |
2009-12-27 | cmdGetPolyphony always returns true in SCI0, according to specs | Filippos Karapetis |
2009-12-27 | SCI/new music code: | Filippos Karapetis |
2009-12-27 | SCI/newmusic: moving commented assert | Martin Kiewitz |
2009-12-27 | SCI/newmusic: now playing sample data for sci0 games (this also fixes sq3 ami... | Martin Kiewitz |
2009-12-27 | Really fixed compilation | Filippos Karapetis |
2009-12-27 | SCI/newmusic: now adding digital sample data as separate channel for sci0 gam... | Martin Kiewitz |
2009-12-27 | SCI/new music code: | Filippos Karapetis |
2009-12-27 | SCI/new music code: split the MidiParser class into a separate file | Filippos Karapetis |
2009-12-27 | The state selector is only available in SCI0 games | Filippos Karapetis |
2009-12-26 | SCI/newmusic: added state change to sample play as well | Martin Kiewitz |
2009-12-26 | SCI/newmusic: Update state when music is done playing (fixes sq3) | Martin Kiewitz |
2009-12-26 | Hopefully fixed the freezes/deadlocks in the new music code (e.g. in LSL5 and... | Filippos Karapetis |
2009-12-26 | - Made the music playlist private | Filippos Karapetis |
2009-12-26 | Restored the mutexes in onTimer, and removed them from soundKill - fixes the ... | Filippos Karapetis |
2009-12-26 | SCI/newmusic: Removed mutex from onTimer, fixes freeze in sci1 games | Martin Kiewitz |
2009-12-26 | Some more work on the new music code | Filippos Karapetis |
2009-12-25 | SCI: implemented command 0x80 (stopnote) for amiga music driver | Martin Kiewitz |
2009-12-25 | Silence a bunch of gcc warnings (and Merry Christmas, if you celebrate). | Matthew Hoops |
2009-12-25 | SCI/newmusic: Change to channel filtering for sci0early to reflect actual sie... | Martin Kiewitz |
2009-12-25 | SCI/newmusic: added filter support for kq4early and adlib | Martin Kiewitz |
2009-12-25 | Remove extra debug output which sneaked in. | Eugene Sandulenko |
2009-12-25 | - Introduced a new version in the sound version detection routine, as SCI0 ea... | Filippos Karapetis |
2009-12-25 | SCI/newmusic: Adlib driver / added comment that sierra adlib driver did not s... | Martin Kiewitz |
2009-12-25 | Added a stub for signal 0xA0 (polyphonic key pressure - aftertouch) | Filippos Karapetis |
2009-12-25 | Ignore internal SysEx events in the Adlib player | Filippos Karapetis |
2009-12-25 | Added mutexes in music functions | Filippos Karapetis |
2009-12-25 | Adjusted volume clipping | Filippos Karapetis |
2009-12-25 | Limit volume range to 0 - 255 | Filippos Karapetis |
2009-12-25 | SCI/newmusic: find slot again after destroying it fixes kq6cd, lb2cd, added d... | Martin Kiewitz |
2009-12-25 | Fixed variable capitalization | Filippos Karapetis |
2009-12-25 | Fix compilation. | Johannes Schickel |
2009-12-25 | SCI/new music code: Some initial code for saving/loading the sound state | Filippos Karapetis |
2009-12-25 | SCI/newmusic: _signalSet, _signalToSet init, debug output added for signals | Martin Kiewitz |
2009-12-25 | SCI/newmusic: ignore vol selector for games prior sci1late, fixes amiga music... | Martin Kiewitz |
2009-12-25 | Another readability change | Filippos Karapetis |
2009-12-25 | Slight code readability cleanup | Filippos Karapetis |