index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
/
engine
/
ksound.cpp
Age
Commit message (
Expand
)
Author
2012-06-11
SCI: Add more verbose debug output for DoAudio in SCI2.1
Filippos Karapetis
2011-11-01
SCI: add Japanese detection entry for KQ5 FM-Towns and fix audio language han...
athrxx
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-02-10
SCI: Added resource manager support for changing the audio directory dynamica...
Filippos Karapetis
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn
2011-01-08
SCI2.1: Some functionality for Phantasmagoria 1 and MUMG Deluxe
Filippos Karapetis
2011-01-01
SCI: debugC calls no longer require a debug level of 2 to show output
Filippos Karapetis
2010-11-24
SCI: some changes to the way reverb is handled
Filippos Karapetis
2010-08-02
SCI: Silenced some sound related warnings. Added an empty function for kDoSou...
Filippos Karapetis
2010-07-30
SCI: Updated some comments related to Freddy Pharkas and silenced warning for...
Filippos Karapetis
2010-07-20
SCI: renaming kDoSound(resume) to resumeAfterRestore
Martin Kiewitz
2010-07-09
SCI: implemented subsignatures for kDoSound
Martin Kiewitz
2010-07-08
SCI: part of subfunction signature&mapping implemented, little cleanup
Martin Kiewitz
2010-07-08
SCI: hopefully fix build :P
Martin Kiewitz
2010-07-08
SCI: sorted kernel map alphabetically
Martin Kiewitz
2010-06-29
SCI: Made the SoundCommandParser a member of the SciEngine class and removed ...
Filippos Karapetis
2010-06-22
The volume subop of kDoAudio returns the previous volume in SCI2.1, but not i...
Filippos Karapetis
2010-06-21
In SCI32, kDoAudio subop 10 is no longer CD audio. Just stub it off for now.
Matthew Hoops
2010-06-18
SCI: Rewrap some overlong comments
Max Horn
2010-06-18
Fixed invalid memory access in SQ6
Filippos Karapetis
2010-06-17
Strict mode: Turned several severe errors (almost all detection related) into...
Filippos Karapetis
2010-06-17
Fixed wPlayAudio, and added some documentation on the 3 new kDoAudio subops. ...
Filippos Karapetis
2010-06-12
Added debug output to kDoAudio and some music commands. Also added a warning ...
Filippos Karapetis
2010-06-10
kSciAudioWPlay should not actually play the song, but 'pre-load' it. We fake ...
Matthew Hoops
2010-06-10
Resolved a FIXME with getSciLanguage(), by creating a separate setter. Also, ...
Filippos Karapetis
2010-05-18
Added the number of parameters passed in unknown kDoAudio subops
Filippos Karapetis
2010-02-15
SCI: Remove sound/audio.h include from engine/state.h
Max Horn
2010-02-14
Moved the reference to AudioPlayer inside SciEngine (as it doesn't have a sta...
Filippos Karapetis
2010-02-13
SCI: Move language related code from EngineState to SciEngine
Max Horn
2010-02-13
SCI: Move GameFeatures from EngineState to SciEngine
Max Horn
2010-02-13
SCI: Get rid of EngineState::resMan
Max Horn
2010-02-03
Placed all the game feature detection code in a separate class
Filippos Karapetis
2010-01-31
Make EngineState::getLanguage() check from the resource manager as to what la...
Matthew Hoops
2010-01-31
SCI: Handle -1 properly when passed as a language id to DoAudio
Walter van Niftrik
2010-01-28
SCI: Make SQ6 sound work. The meaning of these extra parameters is not yet un...
Lars Skovlund
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2010-01-05
Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purpose
Filippos Karapetis
2010-01-01
SCI: kDoAudio now also clips volume and adjusts to mixer volume
Martin Kiewitz
2010-01-01
SCI: Added TODO within kDoAudio
Martin Kiewitz
2009-12-26
Case kSciAudioLanguage in kDoAudio always checks for audio capability in SCI1...
Filippos Karapetis
2009-12-19
- Started wrapping the current sound code around appropriate defines
Filippos Karapetis
2009-11-14
Removed sfx/misc.h
Filippos Karapetis
2009-11-12
Started objectifying kDoSound()
Filippos Karapetis
2009-11-05
Moved the audio related command enums inside audio.h
Filippos Karapetis
2009-11-04
Fix CD Audio in JonesCD and add some comments.
Matthew Hoops
2009-11-04
Moved the audio CD handling code inside the AudioPlayer class. Some cleanup
Filippos Karapetis
2009-11-04
Moved the sound sync code inside the AudioPlayer class
Filippos Karapetis
2009-11-04
Moved sound sync related variables inside the AudioPlayer class and fixed com...
Filippos Karapetis
2009-11-04
Moved most of the code for playing sound effects and speech into a separate c...
Filippos Karapetis
[next]