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
/
scumm
/
imuse
/
imuse_player.cpp
Age
Commit message (
Expand
)
Author
2009-05-31
The error() and warning() functions add ! and newline automatically. (I didn't
Torbjörn Andersson
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-02-16
Unified how we deal with (and how we generate) MIDI sysex messages -- in part...
Max Horn
2006-11-12
Replaced cryptic error() with an assertion.
Torbjörn Andersson
2006-11-12
Whitespace
Torbjörn Andersson
2006-09-23
Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the...
Max Horn
2006-05-15
Ignore unknown SysEx manufacturer IDs, rather than erroring on them. This does
Torbjörn Andersson
2006-03-14
Remove unused vars, to prevent compiler warnings
Travis Howell
2006-03-12
IMuse SysEx processing now handled by client-specified callbacks. This remove...
Jamieson Christian
2006-03-09
Implemented SysEx command 1 for non-S&M SCUMM games, per the latest comment o...
Jamieson Christian
2006-03-05
Restructured IMuse and IMuseInternal.
Jamieson Christian
2006-03-03
Partial fix for Bug 1088045. Additional configuration of Part parameters in r...
Jamieson Christian
2006-02-27
SysEx data now passed around with const pointers. Permits simplification of s...
Jamieson Christian
2006-02-26
Removed deprecated IMUSE_DEBUG #define in favor of debugC calls using the run...
Jamieson Christian
2006-02-20
Moved iMUSE code to the new directory engines/scumm/imuse/
Max Horn