Age | Commit message (Expand) | Author |
2007-05-22 | Simpilified Singleton implementation and usage. | Johannes Schickel |
2007-04-14 | Rewrote AudioCDManager to not use DigitalTrackInfo instances anymore, but rat... | 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 | Added numLoops parameter to DigitalTrackInfo::play | Max Horn |
2007-02-20 | Cleaned up AudioCDManager::getCachedTrack (in particular, don't empty a slot ... | Max Horn |
2007-02-19 | So far we only accepted track1.* as name for audio tracks -- now we also acce... | Max Horn |
2007-02-07 | The status variables are set explicitely in the constructor instead through o... | Sven Hesse |
2006-10-21 | cleanup | Max Horn |
2006-09-23 | Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the... | Max Horn |
2006-05-09 | - Updated MSVC8 project files | Eugene Sandulenko |
2006-04-29 | Moved the AudioCDManager as well as class AudioStream and its (standard) subc... | Max Horn |
2006-03-03 | It's really 'MPEG', not 'Mpeg' | Max Horn |
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn |
2006-01-18 | Update copyright notice | Eugene Sandulenko |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-08-10 | Don't explicity check for tremor and vorbis everywhere and | Jonathan Gray |
2005-08-10 | Rest of the changes required for tremor to actually work. | Jonathan Gray |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn |
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 |