aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/sound.cpp
AgeCommit message (Expand)Author
2018-05-05ALL: Use CLIP to clip volumesAdrian Frühwirth
2017-08-06JANITORIAL: Silence more GCC 7 warningsTorbjörn Andersson
2017-07-10Revert "COMMON: Change way the Singleton instances are instantiated"Eugene Sandulenko
2017-07-10COMMON: Change way the Singleton instances are instantiatedThierry Crozat
2014-02-18LURE: Make GPL headers consistent in themselves.Johannes Schickel
2012-03-13JANITORIAL: Simply use *x instead of *x.get() on smart pointers.Christoph Mallon
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2011-11-16COMMON: Rename Common::set_to to Common::fill.Johannes Schickel
2011-06-30ALL: Require DECLARE_SINGLETON to be used in the Common namepsaceOri Avtalion
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-23ENGINES: Remove unused MIDI pass-through codeMax Horn
2011-03-23ENGINES: Further simplify pseudo MidiDrivers; fix some regressionsMax Horn
2011-03-23AUDIO: Change several fake MidiDrivers to MidiDriver_BASE subclassesMax Horn
2011-03-22AUDIO: Add pure virtual MidiDriver::isOpen() methodMax Horn
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2010-11-16COMMON: Simplify DECLARE_SINGLETON macroMax Horn
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