aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/ksound.cpp
AgeCommit message (Expand)Author
2019-10-11SCI32: Enable Mac code (remove ENABLE_SCI32_MAC)sluicebox
2018-11-13SCI: Fix Fall Through Compiler Warnings.D G Turner
2017-10-06SCI32: Clean up Audio32Colin Snover
2017-09-24SCI32: Disable all SCI32 Mac codeColin Snover
2017-09-24SCI32: Implement per-channel audio panningColin Snover
2017-06-09SCI32: Implement kLock & kDoAudio(1) for SCI32Colin Snover
2017-04-23SCI32: Fix race conditions in Audio32Colin Snover
2017-04-21SCI: Improve audio volume & settings sync codeColin Snover
2017-01-09SCI32: Fix kSetLanguageColin Snover
2016-06-20SCI: Minor cleanup of kDoSoundColin Snover
2016-06-20SCI32: Rewrite digital audio engineColin Snover
2016-06-19SCI: Split audio sync to its own classColin Snover
2016-02-24SCI: Fix FM-Towns audio language selectionMartin Kiewitz
2016-02-22SCI: Make Pharkas CD opcodes return explicit values. Document.Lars Skovlund
2015-12-29SCI32: split up SCI2.1 into EARLY/MIDDLE/LATEMartin Kiewitz
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2013-04-28SCI: Fix Phantasmagoria Mac's kDoSoundMatthew Hoops
2013-04-15SCI: Add missing breakWillem Jan Palenstijn
2012-07-25SCI: Silence some very chatty warningsFilippos Karapetis
2012-06-11SCI: Add more verbose debug output for DoAudio in SCI2.1Filippos Karapetis
2011-11-01SCI: add Japanese detection entry for KQ5 FM-Towns and fix audio language han...athrxx
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-02-10SCI: Added resource manager support for changing the audio directory dynamica...Filippos Karapetis
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-01-08SCI2.1: Some functionality for Phantasmagoria 1 and MUMG DeluxeFilippos Karapetis
2011-01-01SCI: debugC calls no longer require a debug level of 2 to show outputFilippos Karapetis
2010-11-24SCI: some changes to the way reverb is handledFilippos Karapetis
2010-08-02SCI: Silenced some sound related warnings. Added an empty function for kDoSou...Filippos Karapetis
2010-07-30SCI: Updated some comments related to Freddy Pharkas and silenced warning for...Filippos Karapetis
2010-07-20SCI: renaming kDoSound(resume) to resumeAfterRestoreMartin Kiewitz
2010-07-09SCI: implemented subsignatures for kDoSoundMartin Kiewitz
2010-07-08SCI: part of subfunction signature&mapping implemented, little cleanupMartin Kiewitz
2010-07-08SCI: hopefully fix build :PMartin Kiewitz
2010-07-08SCI: sorted kernel map alphabeticallyMartin Kiewitz
2010-06-29SCI: Made the SoundCommandParser a member of the SciEngine class and removed ...Filippos Karapetis
2010-06-22The volume subop of kDoAudio returns the previous volume in SCI2.1, but not i...Filippos Karapetis
2010-06-21In SCI32, kDoAudio subop 10 is no longer CD audio. Just stub it off for now.Matthew Hoops
2010-06-18SCI: Rewrap some overlong commentsMax Horn
2010-06-18Fixed invalid memory access in SQ6Filippos Karapetis
2010-06-17Strict mode: Turned several severe errors (almost all detection related) into...Filippos Karapetis
2010-06-17Fixed wPlayAudio, and added some documentation on the 3 new kDoAudio subops. ...Filippos Karapetis
2010-06-12Added debug output to kDoAudio and some music commands. Also added a warning ...Filippos Karapetis
2010-06-10kSciAudioWPlay should not actually play the song, but 'pre-load' it. We fake ...Matthew Hoops
2010-06-10Resolved a FIXME with getSciLanguage(), by creating a separate setter. Also, ...Filippos Karapetis
2010-05-18Added the number of parameters passed in unknown kDoAudio subopsFilippos Karapetis
2010-02-15SCI: Remove sound/audio.h include from engine/state.hMax Horn
2010-02-14Moved the reference to AudioPlayer inside SciEngine (as it doesn't have a sta...Filippos Karapetis
2010-02-13SCI: Move language related code from EngineState to SciEngineMax Horn
2010-02-13SCI: Move GameFeatures from EngineState to SciEngineMax Horn