aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/sound.cpp
AgeCommit message (Collapse)Author
2017-11-20TSAGE: Fix crash on RTLColin Snover
2017-11-20TSAGE: Fix deadlocks in audio codeColin Snover
Fixes Trac#6618, Trac#6638, Trac#7011.
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
This function returns 0 when no valid voice data is found, at the place where it's used. This prevents the game asserting during the intro, when no speech file is present, in platforms with limited disk space
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, ↵Strangerke
1002370
2012-09-03TSAGE: Apply naming conventions to some sound variables and functionsStrangerke
2011-11-16COMMON: Rename Common::set_to to Common::fill.Johannes Schickel
This makes the name match with the name of the STL function with the same behavior.
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
Thanks LordHoto for reminding this
2011-08-26TSAGE: Implemented lots more Blue Force functionality, and started on first ↵Paul Gilbert
in-game scene
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
This matches the casing of the original engine name.
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
2011-08-06OSYSTEM: extended installTimerProc() with timer ID parameterEugene Sandulenko