aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/sound
AgeCommit message (Expand)Author
2019-12-12GOB: Fix Missing Default Switch CasesD G Turner
2018-08-17JANITORIAL: Removing trailing spaces after int castsPaul Gilbert
2016-04-14GOB: Reduce audio header dependenciesOri Avtalion
2016-04-14JANITORIAL: Reduce audio header dependenciesOri Avtalion
2016-02-28GOB: Don't completely reset the OPL in AdLib::initOPL()Sven Hesse
2015-09-02GOB: Make the currently playing CD track all-uppercaseSven Hesse
2015-07-19GOB: Get rid of unused Audio::mixer referencesMax Horn
2015-07-07AUDIO: Remove all AudioStream access to OPLMatthew Hoops
2015-07-07GOB: Implement custom AdLib volume controlWalter van Niftrik
2015-07-07GOB: Use the built-in OPL timerMatthew Hoops
2015-07-07AUDIO: Remove the sample rate configuration from the OPL codeMatthew Hoops
2014-02-18GOB: Make GPL headers consistent in themselves.Johannes Schickel
2013-04-15GOB: Add another sanity checkSven Hesse
2013-04-15GOB: Fix a potential array overrunSven Hesse
2013-04-15GOB: Correct a delete/delete[]-mismatchSven Hesse
2012-07-30GOB: Don't leak in sampleLoad() when loading failsSven Hesse
2012-07-30GOB: const correctness in SoundBlaster::playComposition()Sven Hesse
2012-06-23GOB: Fix a very stupid mistake in the Gob1 background track selectionSven Hesse
2012-06-18GOB: Don't loop /all/ sounds in Little RedSven Hesse
2012-06-16GOB: Remove a superfluous semicolonSven Hesse
2012-06-16GOB: Loop the Little Red title musicSven Hesse
2012-06-11GOB: Don't recalculate the AdLib frequencies table on every player resetSven Hesse
2012-06-11GOB: Play the music on the title screen of Gob1 EGASven Hesse
2012-06-11GOB: Rewrite the AdLib playersSven Hesse
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é