aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/sound/sound.cpp
AgeCommit message (Expand)Author
2016-04-14GOB: Reduce audio header dependenciesOri Avtalion
2015-07-19GOB: Get rid of unused Audio::mixer referencesMax Horn
2015-07-07GOB: Implement custom AdLib volume controlWalter van Niftrik
2014-02-18GOB: Make GPL headers consistent in themselves.Johannes Schickel
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-16GOB: Remove a superfluous semicolonSven Hesse
2012-06-16GOB: Loop the Little Red title musicSven Hesse
2012-06-11GOB: Play the music on the title screen of Gob1 EGASven Hesse
2012-06-11GOB: Rewrite the AdLib playersSven 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-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-02-26GOB: Avoid hiding overloaded virtual methodsOri Avtalion
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
2010-10-31GOB: Clean up class DataIOSven Hesse
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-05-17Enforce conversion formatting on pointer casts in the DEV code.Johannes Schickel
2010-01-12Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...Johannes Schickel
2009-07-05Added a Key and ShortKey enumSven Hesse
2009-06-24Wrapping resources (out of TOT, EXT, IM? and EX? files) loading into its own ...Sven Hesse
2009-06-22Added stream-reading loading wrappers to MDYPlayer and added a workaround to ...Sven Hesse
2009-06-22Adding DataIO::existData()Sven Hesse
2009-06-18Splitting an ADLPlayer and MDYPlayer from the AdLib classSven Hesse
2009-06-18Replacing some #includes by forward declarationsSven Hesse
2009-06-13Gob - *WIP* incomplete implementation of MDY/TBR Arnaud Boutonné
2009-05-06Gob - Added atmosphere music to WinGob1, WinGob2 and WinGob3Arnaud Boutonné
2009-03-19Adding simple support for protracker playbackSven Hesse
2008-12-15No background "music" shading in Urban RunnerSven Hesse
2008-12-14Background "music" for Urban Runner, though only 8bit for nowSven Hesse
2008-12-14Music/Video handling fixes/stubsSven Hesse
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-08-13Cleanup: Got rid of _quit and _rtl variables in engine.h/.cpp which are not u...Christopher Page
2008-06-24Added main menu dialog files. Gob is now using the new _quit flagChristopher Page
2008-05-28Script variables are now always stored in the game version's native endianess.Sven Hesse
2008-05-22Correctly delete'ing CDROM and Backgroundatmosphere, fixing segfaults on mach...Sven Hesse
2008-05-17Changing debug channels a bitSven Hesse
2008-05-08Implemented the background "music" / atmospheric sounds in WoodruffSven Hesse
2008-05-08Restructured sound codeSven Hesse