aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/sound.cpp
AgeCommit message (Expand)Author
2019-11-28TSAGE: Fix Missing Default Switch CasesD G Turner
2017-11-20TSAGE: Fix crash on RTLColin Snover
2017-11-20TSAGE: Fix deadlocks in audio codeColin Snover
2017-11-20TSAGE: Remove member access of null pointerColin Snover
2015-07-07AUDIO: Remove all AudioStream access to OPLMatthew Hoops
2015-07-07TSAGE: Use the built-in OPL timerMatthew Hoops
2015-07-07AUDIO: Remove the sample rate configuration from the OPL codeMatthew Hoops
2015-07-07AUDIO: Remove the legacy OPL APIMatthew Hoops
2014-08-22MISC: Fix typo s/Adlib/AdLib/ (only where visible to the user)Ben Castricum
2014-06-30TSAGE: Remove mutex locks that were causing occassional deadlocksPaul Gilbert
2014-03-16TSAGE: Remove useless variable in Voice structure entry Type 0Strangerke
2014-03-16TSAGE: Reduce verbosity in Sound codeStrangerke
2014-03-16TSAGE: Change the type of two variables to booleanStrangerke
2014-03-16TSAGE: Prevent possible null dereferenced in sound playerStrangerke
2014-02-18TSAGE: Make GPL headers consistent with themselves.Johannes Schickel
2013-11-26TSAGE: Remove useless variables in sound codeStrangerke
2013-11-18TSAGE: Don't assert in PlayStream::getFileOffset() when no data existsFilippos Karapetis
2013-11-12TSAGE: Fix for R2R crash loading voice after landing on spaceportPaul Gilbert
2013-11-11TSAGE: Fix for ASound initialisationPaul Gilbert
2013-11-10TSAGE: Janitorial - Remove trailing spaces and tabsStrangerke
2013-11-10TSAGE: Fix for sound end actions not firing, and cleanup of related fieldsPaul Gilbert
2013-11-09TSAGE: FGix bug in sound code. This fixes CID 1127336Strangerke
2013-11-03TSAGE: Renamed and simplified AdLib register offset lookupTorbjörn Andersson
2013-11-03TSAGE: Fix to set _endAction when playing voice samplesPaul Gilbert
2013-11-03TSAGE: Fix sound glitch (CID 1004053)Strangerke
2013-11-02TSAGE: Okay, now fixing pops at the end of sound effects.Paul Gilbert
2013-11-02TSAGE: Bugfix to get rid of pops at the start of sound effectsPaul Gilbert
2013-10-27TSAGE: Fix CID 1002365, 1002366, 1107569Strangerke
2013-10-20TSAGE: Further R2R fixes for voice playback looking at hotspotsPaul Gilbert
2013-10-20TSAGE: Fix for correctly setting up playing voice numberPaul Gilbert
2013-10-19TSAGE: Fixes for allowing selecting speech in the ScummVM options dialogPaul Gilbert
2013-10-19TSAGE: Bugfixes for voice playback to work in conversationsPaul Gilbert
2013-10-17TSAGE: Fix error in calculating voice file offsetsPaul Gilbert
2013-10-15TSAGE: Further in-progress work on adding R2R voice supportPaul Gilbert
2013-10-15TSAGE: Fix R2R loading of voice indexPaul Gilbert
2013-10-14TSAGE: Beginnings of R2R voice streamingPaul Gilbert
2013-04-29TSAGE: Fix some non-initialized variables. CID 1002367, 1002368, 1002369, 100...Strangerke
2012-09-03TSAGE: Apply naming conventions to some sound variables and functionsStrangerke
2011-11-16COMMON: Rename Common::set_to to Common::fill.Johannes Schickel
2011-11-14TSAGE: Rename a variable using double-underscore (reserved)Strangerke
2011-10-17TSAGE: Corrected signature of ASound::play methodPaul Gilbert
2011-10-02TSAGE: Added 'g' prefix to global variablesPaul Gilbert
2011-09-27TsAGE: Remove trailing spacesStrangerke
2011-08-26TSAGE: Implemented lots more Blue Force functionality, and started on first i...Paul Gilbert
2011-08-20TSAGE: Fix memory leak of sound voiceType listPaul Gilbert
2011-08-20TSAGE: Implemented Blue Force Scene #50 - Map ScenePaul Gilbert
2011-08-15TSAGE: Corrected casing of tSage namespace to be TsAGEPaul Gilbert
2011-08-07TSAGE: Reduce scope of variable.Christoph Mallon
2011-08-07TSAGE: Implemented title screen of Blue ForcePaul Gilbert
2011-08-06TSAGE: Remove incorrect endian-specific read in audio code.Alyssa Milburn