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
2011-11-04
SCUMM: Revert "Removed a duplicate variable assignment"
Willem Jan Palenstijn
2011-11-04
SCUMM: Removed a duplicate variable assignment
Filippos Karapetis
2011-07-11
SCUMM: Adapt iMuse code formatting to our standards.
Johannes Schickel
2011-07-10
SCUMM: Only try to load MT-32 instruments when we have a MIDI output in iMuse.
Johannes Schickel
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-05-29
SCUMM: implement some missing (very low relevance) imuse code
athrxx
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-03-23
AUDIO: Change several fake MidiDrivers to MidiDriver_BASE subclasses
Max Horn
2011-03-23
SCUMM: Remove unused iMuse MIDI 'passthrough' code
Max Horn
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn
2010-09-18
SCUMM: minor cleanup
Florian Kagerer
2010-08-18
SCUMM/FM-TOWNS: start rewriting audio code
Florian Kagerer
2010-01-12
Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...
Johannes Schickel
2010-01-03
Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null
Torbjörn Andersson
2009-11-22
Add patch #2876221 - FBEAR: Fix for MIDI piano notes (DOS version), with mino...
Travis Howell
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