Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-26 | SCI/newmusic: Removed mutex from onTimer, fixes freeze in sci1 games | Martin Kiewitz | |
svn-id: r46575 | |||
2009-12-26 | Some more work on the new music code | Filippos Karapetis | |
svn-id: r46569 | |||
2009-12-25 | SCI/newmusic: added filter support for kq4early and adlib | Martin Kiewitz | |
svn-id: r46563 | |||
2009-12-25 | - Introduced a new version in the sound version detection routine, as SCI0 ↵ | Filippos Karapetis | |
early games had different sound than SCI0 late ones - Changed sound-related debug output from printf's into debugC calls svn-id: r46560 | |||
2009-12-25 | Added mutexes in music functions | Filippos Karapetis | |
svn-id: r46556 | |||
2009-12-25 | Adjusted volume clipping | Filippos Karapetis | |
svn-id: r46555 | |||
2009-12-25 | Limit volume range to 0 - 255 | Filippos Karapetis | |
svn-id: r46554 | |||
2009-12-25 | Fixed variable capitalization | Filippos Karapetis | |
svn-id: r46552 | |||
2009-12-25 | SCI/newmusic: _signalSet, _signalToSet init, debug output added for signals | Martin Kiewitz | |
svn-id: r46548 | |||
2009-12-25 | SCI/newmusic: Filter was processing one byte too much | Martin Kiewitz | |
svn-id: r46544 | |||
2009-12-24 | SCI/newmusic: Set signal after waiting for delta and not immediately (fixes ↵ | Martin Kiewitz | |
iceman intro) svn-id: r46539 | |||
2009-12-24 | SCI/newmusic: support for 0xF8 delta in parseNextEvent, changes to channel ↵ | Martin Kiewitz | |
filtering (including temporary debug output) svn-id: r46538 | |||
2009-12-24 | Silence some gcc warnings. | Matthew Hoops | |
svn-id: r46535 | |||
2009-12-24 | SCI: new music code / signals now almost correctly triggered | Martin Kiewitz | |
svn-id: r46532 | |||
2009-12-24 | Obtain channel mask from music drivers. Also, added a warning in cmdReverb() ↵ | Filippos Karapetis | |
to indicate that it's a stub function svn-id: r46531 | |||
2009-12-24 | SCI: channels are now filtered for sci0 (fixes garbled music) | Martin Kiewitz | |
svn-id: r46525 | |||
2009-12-23 | SCI/new music code: Some fixes for SCI0 music, and removed a duplicate enum | Filippos Karapetis | |
svn-id: r46510 | |||
2009-12-23 | SCI: new music code / variable-names changed to make it more verbose | Martin Kiewitz | |
svn-id: r46502 | |||
2009-12-23 | SCI/new music code: Do not cache the signal selector, as it needs to be ↵ | Filippos Karapetis | |
always updated, so that animations can be synced properly by the game scripts. Fixes KQ6 svn-id: r46496 | |||
2009-12-22 | Disabled some currently unused code | Filippos Karapetis | |
svn-id: r46488 | |||
2009-12-22 | SCI/new music code: | Filippos Karapetis | |
- Reverted the code to use local copies of certain sound object selectors, like what was done before - Simplified and fixed the SCI1.1 digital sound effect playing code - Removed some duplicate code - Renamed some sound commands svn-id: r46487 | |||
2009-12-22 | Silenced some warnings to protect DrMcCoy from incoming Borg | Filippos Karapetis | |
svn-id: r46482 | |||
2009-12-22 | Started implementing SCI1.1 digital sound effect playing in the new music code | Filippos Karapetis | |
svn-id: r46479 | |||
2009-12-22 | The detectMusicDriver() function returns MD_-something, not MDT_-something. | Torbjörn Andersson | |
svn-id: r46478 | |||
2009-12-22 | Fixed looping sounds in the new sound code | Filippos Karapetis | |
svn-id: r46477 | |||
2009-12-22 | Some bugfixes to the new music code | Filippos Karapetis | |
svn-id: r46473 | |||
2009-12-21 | Some updates to the new music code | Filippos Karapetis | |
svn-id: r46467 | |||
2009-12-20 | Directly modify the sound objects, instead of modifying a local copy. Remove ↵ | Filippos Karapetis | |
duplicate code (which now resides in resource.*) svn-id: r46427 | |||
2009-12-19 | Silence some gcc 3.4.5 warnings. | Matthew Hoops | |
svn-id: r46415 | |||
2009-12-09 | Changed MidiDriver::createMidi to take a MidiDriverType instead of an int | Max Horn | |
svn-id: r46316 | |||
2009-11-15 | - Started importing the music code from Greg's SCI engine | Filippos Karapetis | |
- Simplified some sound version checks svn-id: r45923 |