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
/
sword1
/
music.cpp
Age
Commit message (
Expand
)
Author
2014-02-18
SWORD1: Make GPL headers consistent in themselves.
Johannes Schickel
2013-11-20
Revert "SWORD1: Let the XA audio use its own looping"
Matthew Hoops
2011-08-25
SWORD1: Let the XA audio use its own looping
Matthew Hoops
2011-08-24
AUDIO: Remove default rate parameter from xa
Matthew Hoops
2011-08-24
AUDIO: Rename Vag to XA
Matthew Hoops
2011-06-14
SWORD1: Cleanup music stream initialization
Max Horn
2011-06-14
SWORD1: Replace some sprintf uses
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn
2011-02-07
ALL: Fix whitespaces / indention
Max Horn
2010-06-15
Modify makeAIFFStream to match the other sound decoder factories
Max Horn
2010-04-12
AUDIO: Rename Mixer::playInputStream to playStream
Max Horn
2010-02-03
- Rename FlacStream to FLACStream.
Johannes Schickel
2010-01-28
Hide VagStream implementation, only expose it via a factory method
Max Horn
2010-01-26
Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...
Max Horn
2010-01-16
Switch most AudioStream factories to use DisposeAfterUse::Flag
Max Horn
2010-01-08
Switch Mixer::playInputStream to use DisposeAfterUse::Flag
Max Horn
2010-01-08
Remove custom AiffAudioStream and replace it by the use of makeLoopingAudioSt...
Johannes Schickel
2010-01-07
Remove the deprecated FLAC, Vorbis and MP3 factories.
Johannes Schickel
2010-01-07
Make VagStream a RewindableAudioStream.
Johannes Schickel
2010-01-07
Make makeWAVStream return a RewindableAudioStream.
Johannes Schickel
2009-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-10-14
Patch #2834677: Wave/ADPCM Endianness Fixes
Max Horn
2009-10-11
sword1: fix one gcc warning about comparison between signed and unsigned
Fabio Battaglia
2009-10-11
sword1: fix psx demo startup
Fabio Battaglia
2009-10-03
If make*Stream failed, the file needs to be closed to prevent an assert on a ...
Andre Heider
2009-06-08
sword1: slight cleanup of psx related sound code and comments
Fabio Battaglia
2009-06-08
sword1: add Broken Sword PSX demo support
Fabio Battaglia
2009-05-24
Strip trailing whitespaces in the whole code base.
Johannes Schickel
2009-03-15
Moving sword1/vag.* into sound/, to be used by Broken Sword 2 PSX
Fabio Battaglia
2009-02-28
Patch #2638336: Broken Sword PSX Support
Eugene Sandulenko
2008-09-13
Big patch changing the signature of various Stream methods (some ports may ne...
Max Horn
2008-01-05
Fix to remove a tab character from the GPL header
Paul Gilbert
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-07-15
Added FIXME comments regarding use of AudioStream::openStreamFile
Max Horn
2007-06-17
Added support for FLAC encoded music in Broken Sword 1. (The compression tool
Torbjörn Andersson
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-04-09
Added base class for the WAV and AIFF audio streams. It's the *Macintosh* demo
Torbjörn Andersson
2007-04-09
Fixed crash when playing looping WAV music.
Torbjörn Andersson
2007-04-09
Implemented enough of AIFF to play the music from the Broken Sword 1 demo. At
Torbjörn Andersson
2007-03-02
Updated the BS1 music code to use the new looping feature in our MP3/Ogg deco...
Max Horn
2007-03-01
Get rid of the last two usages of File::incRef/decRef
Max Horn
2007-02-25
Added TODO: Sword1's MusicHandle::play etc. should be rewritten to take advan...
Max Horn
2007-02-24
Trying to unify the order in which we try the various audio formats: Prefer F...
Max Horn
2007-02-24
cleanup
Max Horn
2007-02-20
Patch #1663933 (Kill premix channel) with a few tiny additional tweaks by me
Max Horn
2006-04-29
Moved the AudioCDManager as well as class AudioStream and its (standard) subc...
Max Horn
2006-03-29
Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...
Max Horn
2006-02-11
Moved engines to the new engines/ directory
Max Horn