aboutsummaryrefslogtreecommitdiff
path: root/engines/sword2/music.cpp
AgeCommit message (Expand)Author
2012-03-11COMMON: Rename SafeSubReadStream to SafeSeekableSubReadStream.Johannes Schickel
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2011-08-24AUDIO: Remove default rate parameter from xaMatthew Hoops
2011-08-24AUDIO: Rename Vag to XAMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-06SWORD2: Replace SafeSubReadStream with the same-name class in CommonSven Hesse
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-10-15SWORD2: Fix some code analysis warnings (bug #3087857)Torbjörn Andersson
2010-07-16Cleanup.Torbjörn Andersson
2010-04-17Fix warnings when FLAC&MP3&VORBIS is disabled; also fixes leak in TinselMax Horn
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-02-03Yet more Flac -> FLAC changes for consistency.Johannes Schickel
2010-02-03- Rename FlacStream to FLACStream.Johannes Schickel
2010-01-28Hide VagStream implementation, only expose it via a factory methodMax Horn
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-16Switch most AudioStream factories to use DisposeAfterUse::FlagMax Horn
2010-01-08Move DisposeAfterUse::Flag from Common to global namespace, and into a new he...Max Horn
2009-10-18Introduced new type Common::DisposeAfterUse::FlagMax Horn
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-04-07Sword2: PSX version support, and GMM loading/savingFabio Battaglia
2009-03-07Added comment about a possible FIXME.Torbjörn Andersson
2009-02-20Since opening a compressed piece of music should no longer be an expensiveTorbjörn Andersson
2009-02-20Instead of reading an entire compressed sound into a memory stream, use aTorbjörn Andersson
2008-07-18Don't crash if you try to use music file #2 as music file #1. When the musicTorbjörn Andersson
2008-02-05I think this is slightly easier to read...Torbjörn Andersson
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-07-21The mixer no longer allows unpausing channels that aren't paused. So don't.Torbjörn Andersson
2007-07-15Fixed sound factory messup caused by my previous commitMax Horn
2007-05-31Re-added Revolution Software copyright to BS2 engineMax Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-03-18Fixed bug that caused the music to stop. I don't know if this is a regression,Torbjörn Andersson
2007-03-01Get rid of the last two usages of File::incRef/decRefMax Horn
2007-02-24Trying to unify the order in which we try the various audio formats: Prefer F...Max Horn
2007-02-17Removed some dead code, updated a warning messageMax Horn
2007-02-08Instead of pre-rendering all subtitles and pre-loading all sounds for a movieTorbjörn Andersson
2006-04-29Moved the AudioCDManager as well as class AudioStream and its (standard) subc...Max Horn
2006-02-17Removed includes from sword2.h so that (hopefully) there will eventually beTorbjörn Andersson
2006-02-11Moved engines to the new engines/ directoryMax Horn