index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
/
sfx
/
music.h
Age
Commit message (
Expand
)
Author
2009-12-25
Fixed variable capitalization
Filippos Karapetis
2009-12-25
Another readability change
Filippos Karapetis
2009-12-24
SCI/newmusic: Set signal after waiting for delta and not immediately (fixes i...
Martin Kiewitz
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-20
Directly modify the sound objects, instead of modifying a local copy. Remove ...
Filippos Karapetis
2009-12-09
Changed MidiDriver::createMidi to take a MidiDriverType instead of an int
Max Horn
2009-11-15
Some more work on music code
Filippos Karapetis
2009-11-15
- Started importing the music code from Greg's SCI engine
Filippos Karapetis