aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/sound.cpp
AgeCommit message (Expand)Author
2010-09-15MIDI: Send a reset MIDI device signal on startup.Johannes Schickel
2010-07-21LURE: Make LURE respect the mute settings.Johannes Schickel
2010-06-25AUDIO: get rid of MDT_PREFER_MIDI since it should be sufficient to either sel...Florian Kagerer
2010-06-21Patch #1956501: "GUI/LAUNCHER: Midi device selection"Max Horn
2010-03-13Fix our DECLARE_SINGLETON macro to conform to the C++ specs.Johannes Schickel
2010-01-25Change some comments to use "AdLib" instead of "adlib".Johannes Schickel
2010-01-23Some more header modifications ("Graphic Adventure Engine" and the legal prop...Arnaud Boutonné
2010-01-19LURE: Remove evil 'using namespace' from header filesMax Horn
2010-01-03Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is nullTorbjörn Andersson
2009-12-09Changed MidiDriver::createMidi to take a MidiDriverType instead of an intMax Horn
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-08-05Fixed more warningsChristopher Page
2008-07-15Reverted some incorrect changes and fixed sound settings issues for LURE. Fi...Christopher Page
2008-07-07LURE: Made sure to lock _soundMutex in syncSounds()Christopher Page
2008-06-30Fixed some warningsChristopher Page
2008-06-30Sound settings for Lure can be modified through the GMMChristopher Page
2008-06-12LURE: Fixed memory leaks in the LURE engineChristopher Page
2008-04-06Replaced ManagedList with Common::SharedPtr in lure's sound systemFilippos Karapetis
2008-03-19Commit of Hans de Goede's patches to the sound handling codePaul Gilbert
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-12Removed old copyright 2005-2006 line from several files so that their headers...Paul Gilbert
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
2007-12-16The _nativeMT32 in MidiMusic was never initialised. Rather than storing it inTorbjörn Andersson
2007-12-16Hooked up the sound code to use the configuration for sfx and music, and adde...Paul Gilbert
2007-11-27- Changed sound creation to automatically reset volume so that introduction s...Paul Gilbert
2007-11-18Further fixes to sound code (thanks to eriktorbjorn)Paul Gilbert
2007-11-18Added some extra mutex locks to the sound code to hopefully prevent randomo c...Paul Gilbert
2007-10-28Added storing of playing sounds to savegame (note: only sounds flagged as res...Paul Gilbert
2007-10-25Bugfix to make sound toggle work correctly, and added flag state to savegamesPaul Gilbert
2007-09-28Wrapped access to the playing sounds list in a mutexPaul Gilbert
2007-09-24Changes some code to use Common::set_to instead of loops. (as an example on h...Johannes Schickel
2007-09-20I'm probably being overly paranoid, but I'm nervous about initializing an arrayTorbjörn Andersson
2007-09-20Fixed out-of-bounds writing in killSounds().Torbjörn Andersson
2007-09-16Initial sound implementationPaul Gilbert
2007-09-10Lots of source code formatting correctionsMax Horn
2007-08-12Added part of the framework for playing soundsPaul Gilbert
2007-06-22Initial commitPaul Gilbert