aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/ksound.cpp
AgeCommit message (Expand)Author
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
2010-02-13SCI: Get rid of EngineState::resManMax Horn
2010-02-03Placed all the game feature detection code in a separate classFilippos Karapetis
2010-01-31Make EngineState::getLanguage() check from the resource manager as to what la...Matthew Hoops
2010-01-31SCI: Handle -1 properly when passed as a language id to DoAudioWalter van Niftrik
2010-01-28SCI: Make SQ6 sound work. The meaning of these extra parameters is not yet un...Lars Skovlund
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-05Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purposeFilippos Karapetis
2010-01-01SCI: kDoAudio now also clips volume and adjusts to mixer volumeMartin Kiewitz
2010-01-01SCI: Added TODO within kDoAudioMartin Kiewitz
2009-12-26Case kSciAudioLanguage in kDoAudio always checks for audio capability in SCI1...Filippos Karapetis
2009-12-19- Started wrapping the current sound code around appropriate definesFilippos Karapetis
2009-11-14Removed sfx/misc.hFilippos Karapetis
2009-11-12Started objectifying kDoSound()Filippos Karapetis
2009-11-05Moved the audio related command enums inside audio.hFilippos Karapetis
2009-11-04Fix CD Audio in JonesCD and add some comments.Matthew Hoops
2009-11-04Moved the audio CD handling code inside the AudioPlayer class. Some cleanupFilippos Karapetis