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
/
queen
/
music.cpp
Age
Commit message (
Expand
)
Author
2015-07-07
AUDIO: Remove all AudioStream access to OPL
Matthew Hoops
2015-07-07
QUEEN: Implement original music volume handling
Walter van Niftrik
2014-02-18
QUEEN: Make GPL headers consistent in themselves.
Johannes Schickel
2012-02-15
JANITORIAL: Fix missing whitespace in pointer cast
Tarek Soliman
2011-05-17
COMMON: Registers RandomSources in constructor with the event recorder
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-07
QUEEN: Delete the parser before closing the driver.
eriktorbjorn
2011-03-24
QUEEN: Rename some MidiMusic members to match Audio::MidiPlayer
Max Horn
2011-03-24
QUEEN: Fix incorrect 'all notes off' handling
Max Horn
2011-03-23
ENGINES: Use Common::StackLock in more places
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
2010-09-15
MIDI: Send a reset MIDI device signal on startup.
Johannes Schickel
2010-06-25
AUDIO: get rid of MDT_PREFER_MIDI since it should be sufficient to either sel...
Florian Kagerer
2010-06-21
Patch #1956501: "GUI/LAUNCHER: Midi device selection"
Max Horn
2010-03-24
Stop the music before starting the next one, after discussing it with joostp.
Torbjörn Andersson
2010-01-12
Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...
Johannes Schickel
2009-12-09
Changed MidiDriver::createMidi to take a MidiDriverType instead of an int
Max Horn
2009-07-25
Move the event recorder to its own class (EventRecoder inside common/EventRec...
Johannes Schickel
2008-12-25
Pushing down some header deps (on common/system.h, mostly)
Max Horn
2008-01-18
Possible fix for bug #1874516 (QUEEN: Lockup on quit)
Max Horn
2008-01-05
Fix to remove a tab character from the GPL header
Paul Gilbert
2007-12-26
Fix for bug #1858080: FOTAQ: game terminates badly
Max Horn
2007-11-21
use mutex to prevent race between MidiParser & MidiDriver
Gregory Montoir
2007-11-15
added support for Adlib tracks
Gregory Montoir
2007-09-19
Modified patch #1738058: "Action recorder".
Eugene Sandulenko
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-03-16
minor simplification
Gregory Montoir
2007-03-08
Since the amiga version handle music very differently than the PC version, th...
Gregory Montoir
2007-02-21
added initial support for FOTAQ amiga versions
Gregory Montoir
2006-04-04
Since our debug() adds an exclamation mark at the message end, remove
Eugene Sandulenko
2006-02-11
Moved engines to the new engines/ directory
Max Horn