Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-04-14 | Got rid of the last traces of DigitalTrackInfo | Max Horn | |
svn-id: r26477 | |||
2007-04-14 | Rewrote AudioCDManager to not use DigitalTrackInfo instances anymore, but ↵ | Max Horn | |
rather create/use track AudioStream instances directly svn-id: r26476 | |||
2007-02-24 | Added numLoops parameter to DigitalTrackInfo::play | Max Horn | |
svn-id: r25836 | |||
2007-02-20 | Document AudioCDManager::play | Max Horn | |
svn-id: r25742 | |||
2007-02-20 | Cleaned up AudioCDManager::getCachedTrack (in particular, don't empty a slot ↵ | Max Horn | |
in the track cache if we are not going to use it) svn-id: r25740 | |||
2006-10-21 | cleanup | Max Horn | |
svn-id: r24407 | |||
2006-04-30 | cleanup | Max Horn | |
svn-id: r22244 | |||
2006-04-29 | Moved the AudioCDManager as well as class AudioStream and its (standard) ↵ | Max Horn | |
subclasses to namespace Audio svn-id: r22231 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20515 | |||
2006-01-18 | Update copyright notice | Eugene Sandulenko | |
svn-id: r20088 | |||
2005-12-27 | Fix MI1 & BS1 bugs reported in #1276592 - both are related to the number of ↵ | Joost Peters | |
open file handles. svn-id: r19837 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-05-11 | Moved some more stuff to namespace Audio (enough for tonight) | Max Horn | |
svn-id: r18040 | |||
2005-05-10 | Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' ↵ | Max Horn | |
because we already have many classes with that name) svn-id: r18039 | |||
2005-04-20 | code conventions | Gregory Montoir | |
svn-id: r17714 | |||
2005-03-12 | PlayingSoundHandle -> SoundHandle; also, turned the handle activity check ↵ | Max Horn | |
into a mixer method svn-id: r17106 | |||
2005-01-06 | Modify the singleton code once more to help overcome an issue with MSVC 7 ↵ | Max Horn | |
(see also patch #1095133) svn-id: r16454 | |||
2005-01-01 | Changed the singleton code to allow for custom object factories; this ↵ | Max Horn | |
allowed me to change OSystem to use the singleton base class, too svn-id: r16404 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2003-12-21 | o Make use of the new LinearMemoryStream feature which allows auto-disposing ↵ | Max Horn | |
the sound data o This allows us to get rid of the ChannelRaw class o Removed the sound index return value from several methods o Removed all methods dealing with sound indices (i.e. stopChannel and pauseChannel) svn-id: r11801 | |||
2003-11-29 | cleanup | Max Horn | |
svn-id: r11431 | |||
2003-11-29 | added API to query CD playback status; renamed AudioCDManager methods | Max Horn | |
svn-id: r11422 | |||
2003-11-29 | moved Audio CD (emulation) code from scumm/sound.cpp to sound/, so that it ↵ | Max Horn | |
may be reused by other engines in the future svn-id: r11421 |