aboutsummaryrefslogtreecommitdiff
path: root/sound/audiocd.cpp
AgeCommit message (Expand)Author
2005-04-13Only cache a track if it really exists, this should prevent some issues when ...Gregory Montoir
2005-03-12PlayingSoundHandle -> SoundHandle; also, turned the handle activity check int...Max Horn
2005-01-10system.h was being included in tons of places, without any good reason; reduc...Max Horn
2005-01-01Updated copyrightMax Horn
2004-12-28Fix running ScummVM in plugin-modeMax Horn
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
2004-04-26Tweaked a few things to accommodateJamieson Christian
2004-02-22Patch #885904 (Flac Support) with some tweaks by meMax Horn
2004-01-06updated copyright noticeMax Horn
2004-01-04no need to specify game data path here: File::setDefaultDirectory() took care...Max Horn
2004-01-03more MAD MP3 / Ogg Vorbis cleanup: try not to expose anything about the libs ...Max Horn
2003-12-24turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, ma...Max Horn
2003-12-12init some more member varsMax Horn
2003-12-11Emergency bugfixes:Torbjörn Andersson
2003-11-29cleanupMax Horn
2003-11-29fixed warningPaweł Kołodziejski
2003-11-29added API to query CD playback status; renamed AudioCDManager methodsMax Horn
2003-11-29moved Audio CD (emulation) code from scumm/sound.cpp to sound/, so that it ma...Max Horn