aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/sound
AgeCommit message (Expand)Author
2012-01-27GOB: Play Oko's breathing soundSven Hesse
2011-09-14GOB: Tell Geisha that we have no AdLibSven Hesse
2011-09-08GOB: Made some static data const.Johannes Schickel
2011-06-02GOB: Replace snprintf() usage with Common::String::format()D G Turner
2011-05-17COMMON: Registers RandomSources in constructor with the event recorderMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-02-26GOB: Avoid hiding overloaded virtual methodsOri Avtalion
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-07ALL: Fix whitespaces / indentionMax Horn
2011-01-30GOB: Adibou has background atmosphereSven Hesse
2011-01-29GOB: Add Script::evalInt() and Script::evalString()Sven Hesse
2011-01-29GOB: Add GobEngine::isCurrentTot()Sven Hesse
2011-01-29GOB: Change _curTotFile and _totToLoad into Common::StringSven Hesse
2011-01-27GOB: Add SoundDesc::swap()Sven Hesse
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-11-08COMMON: Push #include audiocd.h in system.h out to .cpp filesMax Horn
2010-11-08BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes onlyMax Horn
2010-10-31GOB: Clean up class DataIOSven Hesse
2010-10-15GOB: Remove the now useless helper.hSven Hesse
2010-10-15GOB: Remove strncpy0()Sven Hesse
2010-10-15GOB: Fix Code analysis warningsSven Hesse
2010-10-13OPENGL: Merged from trunk, from rev 52105 to 53396.Johannes Schickel
2010-08-21GOB: Clean up of Fascination codeArnaud Boutonné
2010-08-17Suppress one more useless debug messageArnaud Boutonné
2010-08-15Fascination - Add workaround for script bug: wrong track name is called in st...Arnaud Boutonné
2010-06-15Renamed getAudioCD to getAudioCDManager.Alejandro Marzini
2010-06-09- Revised abstract AudioCDManager.Alejandro Marzini
2010-05-17Enforce conversion formatting on pointer casts in the DEV code.Johannes Schickel
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-03-18COMMON: Move Common::RandomSource to common/random.*Max Horn
2010-02-03Minor style-related changesSven Hesse
2010-02-02Fascination - Fix one wrong wait timeArnaud Boutonné
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
2010-01-12Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...Johannes Schickel
2010-01-08Switch Mixer::playInputStream to use DisposeAfterUse::FlagMax Horn
2010-01-03Fix a buffer overflow (thanks to syke) and modify the way the instruments are...Arnaud Boutonné
2010-01-01Fix a buffer overflow, thanks to sykeArnaud Boutonné
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-09-08Fixed some (pedantic) warningsMax Horn
2009-08-18Made AGOS, DRASCULA, GOB, GROOVIE, MADE, SCUMM and TINSEL properly stop CD au...Johannes Schickel
2009-07-28More alignment-related changesSven Hesse
2009-07-25Move the event recorder to its own class (EventRecoder inside common/EventRec...Johannes Schickel
2009-07-05Added a Key and ShortKey enumSven Hesse
2009-06-25Plugging some memory leaksSven Hesse
2009-06-24Wrapping resources (out of TOT, EXT, IM? and EX? files) loading into its own ...Sven Hesse
2009-06-24Clarifying some warningsSven Hesse
2009-06-23Changing the TBR FIXME into a warning in setVoice()Sven Hesse
2009-06-22Removing trailing tabsSven Hesse