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
/
sound
/
audiocd.h
Age
Commit message (
Expand
)
Author
2009-08-18
Typos.
Johannes Schickel
2009-08-18
- Destory AudioCDManager singleton after user quits a game, this saves a few ...
Johannes Schickel
2009-01-24
fixing #2531282: don't fall back to a real audio CD when playing enhanced mid...
Willem Jan Palenstijn
2009-01-24
remove 'HACK': don't use _cd.playing to indicate emulation
Willem Jan Palenstijn
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-04-14
Got rid of the last traces of DigitalTrackInfo
Max Horn
2007-04-14
Rewrote AudioCDManager to not use DigitalTrackInfo instances anymore, but rat...
Max Horn
2007-02-24
Added numLoops parameter to DigitalTrackInfo::play
Max Horn
2007-02-20
Document AudioCDManager::play
Max Horn
2007-02-20
Cleaned up AudioCDManager::getCachedTrack (in particular, don't empty a slot ...
Max Horn
2006-10-21
cleanup
Max Horn
2006-04-30
cleanup
Max Horn
2006-04-29
Moved the AudioCDManager as well as class AudioStream and its (standard) subc...
Max Horn
2006-02-11
Change CVS keywords to SVN keywords
Max Horn
2006-01-18
Update copyright notice
Eugene Sandulenko
2005-12-27
Fix MI1 & BS1 bugs reported in #1276592 - both are related to the number of o...
Joost Peters
2005-10-18
Update FSF address. Eek. Actually that took place on May 1, 2005
Eugene Sandulenko
2005-06-24
When including files from common/, explicitly use the common/ prefix
Max Horn
2005-05-11
Moved some more stuff to namespace Audio (enough for tonight)
Max Horn
2005-05-10
Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec...
Max Horn
2005-04-20
code conventions
Gregory Montoir
2005-03-12
PlayingSoundHandle -> SoundHandle; also, turned the handle activity check int...
Max Horn
2005-01-06
Modify the singleton code once more to help overcome an issue with MSVC 7 (se...
Max Horn
2005-01-01
Changed the singleton code to allow for custom object factories; this allowed...
Max Horn
2005-01-01
Updated copyright
Max Horn
2004-01-06
updated copyright notice
Max Horn
2003-12-21
o Make use of the new LinearMemoryStream feature which allows auto-disposing ...
Max Horn
2003-11-29
cleanup
Max Horn
2003-11-29
added API to query CD playback status; renamed AudioCDManager methods
Max Horn
2003-11-29
moved Audio CD (emulation) code from scumm/sound.cpp to sound/, so that it ma...
Max Horn