Fix for coverity #29360
[supertux.git] / src / audio / sound_file.cpp
2015-02-23 Tobias MarkusFix for coverity #29360
2014-08-12 Ingo RuhnkeUse std::unique_ptr<> throughout the audio system
2014-08-12 Ingo RuhnkeRemoved trailing whitespace from all *.?pp files
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-06-14 Mathnerd314Random stuff that I should have committed ages ago.
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...
2007-12-16 Tim Goyarestore trunk
2007-12-16 Tim Goyaclean out source
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...
2006-07-21 Matthias Braunfix cr/lfs and remove trailing whitespaces...
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-03-25 Christoph SommerUnified Messaging Subsystem
2005-06-26 Matthias Braunrenamed all .h to .hpp
2005-06-23 Matthias Braunforgot an assert
2005-06-23 Matthias BraunAdded a new SoundManager based on OpenAL. I also simpli...