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
/
made
/
music.h
Age
Commit message (
Expand
)
Author
2015-07-05
MADE: Cleanup AdLib driver initialization...
Torbjörn Andersson
2015-07-05
MADE: Allow loading of sample.ad from rtzcd.red
Torbjörn Andersson
2015-07-02
MADE: Limit Miles audio to Return to Zork only, and enable Adlib support.
Kirben
2015-07-02
MADE: Add Miles support for RTZ, currently disabled for Adlib due to known is...
Kirben
2014-02-18
MADE: Make GPL headers consistent in themselves.
Johannes Schickel
2011-10-09
MADE: Minimize #include usage.
Johannes Schickel
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-03-25
AUDIO: Move more common code to Audio::MidiPlayer
Max Horn
2011-03-24
MADE: Change MusicPlayer to derive from Audio::MidiPlayer
Max Horn
2011-03-23
ENGINES: Remove unused MIDI pass-through code
Max Horn
2011-03-23
ENGINES: Further simplify pseudo MidiDrivers; fix some regressions
Max Horn
2011-03-23
AUDIO: Change several fake MidiDrivers to MidiDriver_BASE subclasses
Max Horn
2011-03-22
AUDIO: Add pure virtual MidiDriver::isOpen() method
Max Horn
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn
2009-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2008-05-05
Added MIDI playback (which doesn't work yet) and fixed compilation (sorry all)
Benjamin Haisch
2008-04-24
Cleanup and simplification of the music playing code
Filippos Karapetis
2008-04-24
Cleanup
Filippos Karapetis
2008-04-23
Added (early) midi player code.
Benjamin Haisch