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.cpp
Age
Commit message (
Expand
)
Author
2005-04-20
code conventions
Gregory Montoir
2005-04-20
this should fix bug #1181979
Gregory Montoir
2005-04-13
Only cache a track if it really exists, this should prevent some issues when ...
Gregory Montoir
2005-03-12
PlayingSoundHandle -> SoundHandle; also, turned the handle activity check int...
Max Horn
2005-01-10
system.h was being included in tons of places, without any good reason; reduc...
Max Horn
2005-01-01
Updated copyright
Max Horn
2004-12-28
Fix running ScummVM in plugin-mode
Max Horn
2004-09-28
Rename remaining OSystem methods to match our coding guidelines
Max Horn
2004-04-26
Tweaked a few things to accommodate
Jamieson Christian
2004-02-22
Patch #885904 (Flac Support) with some tweaks by me
Max Horn
2004-01-06
updated copyright notice
Max Horn
2004-01-04
no need to specify game data path here: File::setDefaultDirectory() took care...
Max Horn
2004-01-03
more MAD MP3 / Ogg Vorbis cleanup: try not to expose anything about the libs ...
Max Horn
2003-12-24
turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, ma...
Max Horn
2003-12-12
init some more member vars
Max Horn
2003-12-11
Emergency bugfixes:
Torbjörn Andersson
2003-11-29
cleanup
Max Horn
2003-11-29
fixed warning
Paweł Kołodziejski
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