Remove bogus assert
[supertux.git] / src / audio /
2015-02-23 Tobias MarkusFix for coverity #29360
2015-02-01 Tobias MarkusPause music when pressing ESC during a level and resume...
2014-11-23 Tobias Markus[cppcheck] Part 2: Some further style fixes etc.
2014-11-21 Tobias Markus[cppcheck] Part 1: Performance
2014-08-17 Ingo RuhnkeMerge branch 'feature/init-cleanup'
2014-08-17 Ingo RuhnkeTurned a lot of other global objects into Currentons
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<>
2014-01-24 Tobias MarkusFixing some more compiler errors in Maverick
2013-10-28 Tobias MarkusFixing some more compiler errors in Maverick
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-18 Ingo RuhnkeReplaced more lisp::Lisp/lisp::Writer with Reader/Writer
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...
2009-11-14 Mathnerd314* Add Airship (regular above-ground theme) and Battle...
2009-07-26 Mathnerd314*include stdio.h in a couple files for MinGW GCC 4.4.0
2009-06-14 Mathnerd314Random stuff that I should have committed ages ago.
2008-10-06 Mathnerd314Loads more include and header fixes along with eol...
2008-09-18 Mathnerd314Change sound handling to use exceptions. No more empty...
2008-06-12 Ryan FlegelGetting rid of nasty tabs
2008-06-09 Ryan Flegel#303: Typo fixes from mathnerd314
2008-05-09 Marek Moeckelto prevent crashes on missing data, load empty wave...
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-12-16 Christoph SommerMade compiles on MacOS X a bit smoother, activated...
2007-12-10 Tim GoyaMake OpenAL header inclusion more portable
2007-05-26 Matthias Braunfix looping for normal .ogg
2007-05-26 Matthias Brauncast before comparing
2007-05-26 Matthias Braunnew filetype .music that allows to specify loop points...
2007-02-28 Matthias Braun- Use obstacks for memory allocation for lispfiles...
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-25 Christoph SommerCommitted some code beautification patches by Tron
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-06-30 Wolfgang BeckerAmbient sound loops again, Part II
2006-06-29 Wolfgang BeckerAmbient sound loops again.
2006-05-28 Matthias Braunsmall fixes
2006-05-28 Matthias Braunrevert 1 small change
2006-05-26 Matthias Braunfix
2006-05-26 Matthias Braun- Remove ManagedSoundSource
2006-05-26 Christoph SommerWorkaround for a bug with stopped SoundSource not being...
2006-05-26 Christoph SommerTrying out new 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-19 Matthias Braun2 more evil mainloops are gone
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-11 Ondřej HošekByteswapping code for sound engine on big-endian systems
2006-04-09 Christoph SommerMessaging subsystem rewrite, step I
2006-04-04 Matthias Braunfix OpenAl deleting buffers before stop()
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-10-25 Ondřej HošekFixed flame-caused segfault when sound is off
2005-07-10 Matthias Braunminiswig suspend is now an attribute appended to functions
2005-07-03 Bastiaan ZapfFixed missing header in stream_sound_source.cpp
2005-07-02 Matthias Braunupdate miniswig to handle multiple inheritance
2005-07-01 Matthias Braunfix music problems, is openal faster now?
2005-07-01 Matthias Braunminiswig supports int, float and string constants now
2005-06-27 Matthias Brauncleanup and fixes to openal code
2005-06-27 Matthias Braunnot needed in svn
2005-06-27 Matthias Braunfix openal stalling at exit
2005-06-26 Matthias Braunsupport for fading music
2005-06-26 Matthias Braunfixed bad comments
2005-06-26 Matthias Braunrenamed all .h to .hpp
2005-06-26 Matthias Braunupdated squirrel version
2005-06-23 Matthias Braunforgot an assert
2005-06-23 Matthias Braundon't need these anymore
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