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
/
midiparser.cpp
Age
Commit message (
Expand
)
Author
2010-01-04
SCI/newmusic: initialize _volume in constructor
Martin Kiewitz
2010-01-04
SCI/newmusic: fadeout in sci0 (not stopping music yet), revert of SoundResour...
Martin Kiewitz
2010-01-03
Removed junk characters
Filippos Karapetis
2010-01-03
SCI/new music code: Some cleanup. Previous commit (rev 46928) should read: "A...
Filippos Karapetis
2010-01-03
svn-id: r46928
Filippos Karapetis
2010-01-03
SCI/new music code: don't throw warnings for MIDI commands which are handled ...
Filippos Karapetis
2010-01-02
SCI/new music code: Don't stop notes when looping for a hold
Willem Jan Palenstijn
2010-01-02
SCI/new music code: Improve midi hold handling a bit. Still broken.
Willem Jan Palenstijn
2010-01-02
SCI/new music code: changed some SCI SysEx messages to enums
Filippos Karapetis
2010-01-02
SCI/new music code: Properly implemented cmdSetSoundHold, with the help of wj...
Filippos Karapetis
2010-01-02
SCI/new music code: cleaned up cmdUpdateCues and changed the SCI reverb(?) Sy...
Filippos Karapetis
2010-01-01
SCI/new music code:
Filippos Karapetis
2009-12-31
Mention the fact that we derive from SSCI by not caching the loop selector
Filippos Karapetis
2009-12-31
SCI/new music code: The loop selector for each music score is no longer cache...
Filippos Karapetis
2009-12-30
SCI/newmusic: fix loop logic
Martin Kiewitz
2009-12-30
SCI/newmusic: update loop selector when track is finished (fixes hq1 ending, ...
Martin Kiewitz
2009-12-28
cleanup
Max Horn
2009-12-28
SCI: Make some code comply to our naming conventions
Max Horn
2009-12-27
SCI/new music code: split the MidiParser class into a separate file
Filippos Karapetis