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
/
lure
/
sound.cpp
Age
Commit message (
Expand
)
Author
2012-03-13
JANITORIAL: Simply use *x instead of *x.get() on smart pointers.
Christoph Mallon
2012-02-15
JANITORIAL: Fix missing whitespace in pointer cast
Tarek Soliman
2011-11-16
COMMON: Rename Common::set_to to Common::fill.
Johannes Schickel
2011-06-30
ALL: Require DECLARE_SINGLETON to be used in the Common namepsace
Ori Avtalion
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
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
2010-11-16
COMMON: Simplify DECLARE_SINGLETON macro
Max Horn
2010-09-15
MIDI: Send a reset MIDI device signal on startup.
Johannes Schickel
2010-07-21
LURE: Make LURE respect the mute settings.
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-13
Fix our DECLARE_SINGLETON macro to conform to the C++ specs.
Johannes Schickel
2010-01-25
Change some comments to use "AdLib" instead of "adlib".
Johannes Schickel
2010-01-23
Some more header modifications ("Graphic Adventure Engine" and the legal prop...
Arnaud Boutonné
2010-01-19
LURE: Remove evil 'using namespace' from header files
Max Horn
2010-01-03
Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null
Torbjörn Andersson
2009-12-09
Changed MidiDriver::createMidi to take a MidiDriverType instead of an int
Max Horn
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-08-05
Fixed more warnings
Christopher Page
2008-07-15
Reverted some incorrect changes and fixed sound settings issues for LURE. Fi...
Christopher Page
2008-07-07
LURE: Made sure to lock _soundMutex in syncSounds()
Christopher Page
2008-06-30
Fixed some warnings
Christopher Page
2008-06-30
Sound settings for Lure can be modified through the GMM
Christopher Page
2008-06-12
LURE: Fixed memory leaks in the LURE engine
Christopher Page
2008-04-06
Replaced ManagedList with Common::SharedPtr in lure's sound system
Filippos Karapetis
2008-03-19
Commit of Hans de Goede's patches to the sound handling code
Paul Gilbert
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2008-01-12
Removed old copyright 2005-2006 line from several files so that their headers...
Paul Gilbert
2008-01-05
Fix to remove a tab character from the GPL header
Paul Gilbert
2007-12-16
The _nativeMT32 in MidiMusic was never initialised. Rather than storing it in
Torbjörn Andersson
2007-12-16
Hooked 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-18
Further fixes to sound code (thanks to eriktorbjorn)
Paul Gilbert
2007-11-18
Added some extra mutex locks to the sound code to hopefully prevent randomo c...
Paul Gilbert
2007-10-28
Added storing of playing sounds to savegame (note: only sounds flagged as res...
Paul Gilbert
2007-10-25
Bugfix to make sound toggle work correctly, and added flag state to savegames
Paul Gilbert
2007-09-28
Wrapped access to the playing sounds list in a mutex
Paul Gilbert
2007-09-24
Changes some code to use Common::set_to instead of loops. (as an example on h...
Johannes Schickel
2007-09-20
I'm probably being overly paranoid, but I'm nervous about initializing an array
Torbjörn Andersson
2007-09-20
Fixed out-of-bounds writing in killSounds().
Torbjörn Andersson
2007-09-16
Initial sound implementation
Paul Gilbert
2007-09-10
Lots of source code formatting corrections
Max Horn
2007-08-12
Added part of the framework for playing sounds
Paul Gilbert
2007-06-22
Initial commit
Paul Gilbert