Age | Commit message (Expand) | Author |
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/newmusic: added filter support for kq4early and adlib | Martin Kiewitz |
2009-12-25 | - Introduced a new version in the sound version detection routine, as SCI0 ea... | 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 | Fixed variable capitalization | Filippos Karapetis |
2009-12-25 | SCI/newmusic: _signalSet, _signalToSet init, debug output added for signals | Martin Kiewitz |
2009-12-25 | SCI/newmusic: Filter was processing one byte too much | Martin Kiewitz |
2009-12-24 | SCI/newmusic: Set signal after waiting for delta and not immediately (fixes i... | Martin Kiewitz |
2009-12-24 | SCI/newmusic: support for 0xF8 delta in parseNextEvent, changes to channel fi... | Martin Kiewitz |
2009-12-24 | Silence some gcc warnings. | Matthew Hoops |
2009-12-24 | SCI: new music code / signals now almost correctly triggered | Martin Kiewitz |
2009-12-24 | Obtain channel mask from music drivers. Also, added a warning in cmdReverb() ... | Filippos Karapetis |
2009-12-24 | SCI: channels are now filtered for sci0 (fixes garbled music) | Martin Kiewitz |
2009-12-23 | SCI/new music code: Some fixes for SCI0 music, and removed a duplicate enum | Filippos Karapetis |
2009-12-23 | SCI: new music code / variable-names changed to make it more verbose | Martin Kiewitz |
2009-12-23 | SCI/new music code: Do not cache the signal selector, as it needs to be alway... | Filippos Karapetis |
2009-12-22 | Disabled some currently unused code | Filippos Karapetis |
2009-12-22 | SCI/new music code: | Filippos Karapetis |
2009-12-22 | Silenced some warnings to protect DrMcCoy from incoming Borg | Filippos Karapetis |
2009-12-22 | Started implementing SCI1.1 digital sound effect playing in the new music code | Filippos Karapetis |
2009-12-22 | The detectMusicDriver() function returns MD_-something, not MDT_-something. | Torbjörn Andersson |
2009-12-22 | Fixed looping sounds in the new sound code | Filippos Karapetis |
2009-12-22 | Some bugfixes to the new music code | Filippos Karapetis |
2009-12-21 | Some updates to the new music code | Filippos Karapetis |
2009-12-20 | Directly modify the sound objects, instead of modifying a local copy. Remove ... | Filippos Karapetis |
2009-12-19 | Silence some gcc 3.4.5 warnings. | Matthew Hoops |
2009-12-09 | Changed MidiDriver::createMidi to take a MidiDriverType instead of an int | Max Horn |
2009-11-15 | - Started importing the music code from Greg's SCI engine | Filippos Karapetis |