Fade out and pause music on death and resume on restart of level, fixes #1064
[supertux.git] / src / audio / sound_manager.cpp
2015-03-16 Tobias MarkusFade out and pause music on death and resume on restart...
2015-02-01 Tobias MarkusPause music when pressing ESC during a level and resume...
2014-11-21 Tobias Markus[cppcheck] Part 1: Performance
2014-08-17 Ingo RuhnkeMade code -Wshadow clean, missed a bunch of issues...
2014-08-12 Ingo RuhnkeUse std::unique_ptr<> throughout the audio system
2014-08-12 Ingo RuhnkeRemoved trailing whitespace from all *.?pp files
2014-08-04 Ingo RuhnkeMerge branch 'feature/c++11'
2014-08-03 Ingo RuhnkeReplaced std::auto_ptr<> with std::unique_ptr<>
2013-10-26 Tobias MarkusPrevent previous music from playing when sound file...
2013-08-25 Tobias MarkusPrevent previous music from playing when sound file...
2010-03-04 Mathnerd314Minor cleanup in SoundManager
2010-01-24 Mathnerd314Use NDEBUG a bit less.
2009-12-24 Mathnerd314- sounds are on both channels
2009-11-19 Ingo RuhnkeMove some more globals to supertux/globals.hpp
2009-11-19 Tim Goyaplay with CMakeLists.txt compile flags, change from...
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...
2008-09-18 Mathnerd314Change sound handling to use exceptions. No more empty...
2008-06-12 Ryan FlegelGetting rid of nasty tabs
2008-01-06 Christoph SommerSound Manager prints debug info if uncached sounds...
2007-12-16 Tim Goyarestore trunk
2007-12-16 Tim Goyaclean out source
2007-01-28 Arvid NorlanderFixed trailing whitespaces in all(?) source files of...
2007-01-23 Matthias Braunstd::exception(const char*) seems to be an msvc extensi...
2007-01-23 Matthias Brauncorrectly fix the case when openal fails to create...
2007-01-16 Matthias Braunolder openal drivers miss alcGetString, several win32...
2006-12-25 Arvid NorlanderMerged r4480 from 0_3_x to fix soundproblem in info...
2006-09-10 Matthias Brauncatch exceptions when we can't create new audio sources
2006-07-21 Matthias Braunfix cr/lfs and remove trailing whitespaces...
2006-06-30 Wolfgang BeckerAmbient sound loops again, Part III. A more global...
2006-05-28 Matthias Braunsmall fixes
2006-05-26 Matthias Braunfix
2006-05-26 Matthias Braun- Remove ManagedSoundSource
2006-05-25 Matthias Braunfix supertux blocking when no sound is available (I...
2006-05-14 Matthias Braunsomre sound preloading
2006-04-28 Christoph SommerThe most senseless commit ever
2006-04-26 Matthias Braun- fix debugging functions for killing player
2006-04-26 Matthias Braunthere is no need to check for NULL when deleting
2006-04-25 Ryan FlegelSupertux can now run even if we were unable to open...
2006-04-23 Matthias Braun- Avoid some expensive SDL_GetTicks() calls
2006-04-13 Ondřej HošekMassive copyright update. I'm sorry if I'm crediting...
2006-04-12 Matthias Braunfade out console
2006-04-09 Christoph SommerMessaging subsystem rewrite, step I
2006-03-26 Matthias Braunwe can't work without sound
2006-03-25 Christoph SommerUnified Messaging Subsystem
2006-01-23 Matthias Braunanother uninitialized var
2006-01-22 Matthias Braunfirst very unfinished and unpolished version of the...
2006-01-12 Matthias Braunoops
2006-01-11 Matthias Braunfix music not playing again after disable&enabling it
2005-07-10 Matthias Braunminiswig suspend is now an attribute appended to functions
2005-07-02 Matthias Braunupdate miniswig to handle multiple inheritance
2005-07-01 Matthias Braunfix music problems, is openal faster now?
2005-06-27 Matthias Brauncleanup and fixes to openal code
2005-06-27 Matthias Braunfix openal stalling at exit
2005-06-26 Matthias Braunsupport for fading music
2005-06-26 Matthias Braunrenamed all .h to .hpp
2005-06-26 Matthias Braunupdated squirrel version
2005-06-23 Matthias BraunAdded a new SoundManager based on OpenAL. I also simpli...
2005-06-07 Matthias Braunsupertux is using physfs now, this simplifies the code...
2005-05-08 Bastiaan Zapf- bugfix: play_sound always sets volume to max - this...
2005-05-06 Bastiaan Zapfcomments deleted ;)
2005-05-06 Bastiaan Zapf- SoundManager doesn't need Effects for now - ambient...
2005-05-06 Bastiaan ZapfSVN-Revision: 2418
2005-05-04 Matthias Braun- More work on scripting interface
2005-05-01 Matthias Braunforgot more stuff