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
/
kyra
/
sound_amiga.cpp
Age
Commit message (
Expand
)
Author
2011-12-26
KYRA: (AdLib Driver) - implement sound effects volume
athrxx
2011-08-07
JANITORIAL: Remove trailing empty lines.
Christoph Mallon
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
KYRA: Clean up of header includes.
Johannes Schickel
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn
2010-05-17
Some more enforcement of our formatting conventions in KYRA too.
Johannes Schickel
2010-04-12
AUDIO: Rename Mixer::playInputStream to playStream
Max Horn
2010-01-08
Switch Mixer::playInputStream to use DisposeAfterUse::Flag
Max Horn
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2009-08-29
Whitespace fix.
Johannes Schickel
2009-08-29
Move Amiga SFX tables to kyra.dat.
Johannes Schickel
2009-08-14
changed handling of finale - music should use right tempo now
Norbert Lange
2009-08-13
sound_amiga: honor _musicEnabled and _sfxEnabled flags
Norbert Lange
2009-08-12
Made debug statements a bit more consitant.
Johannes Schickel
2009-08-12
Enable music support in the finale of Kyrandia 1 Amiga.
Johannes Schickel
2009-08-12
enable some debug-output
Norbert Lange
2009-08-12
another merge from trunk
Norbert Lange
2009-08-11
merged from trunk (Amiga LoK supposedly completeable!)
Norbert Lange
2009-08-09
prepare the kyraplayer for reading sfxtables from raw data (instead of static...
Norbert Lange
2009-08-09
fixed up some missing newlines
Norbert Lange
2009-08-08
added code to support the "finale" section
Norbert Lange
2009-08-08
moved table-definition from header to cpp file
Norbert Lange
2009-08-04
cleaned up sound_amiga.cpp a bit, added checks for missing files
Norbert Lange
2009-08-04
added warning should the sound files not be available (intro will hang if the...
Norbert Lange
2009-07-19
now using tick for fadeout through the nowmal delay function
Norbert Lange
2009-07-19
reverted fadeout to using plain delay as delayWithTicks crashes >(
Norbert Lange
2009-07-19
use own soundhandle as the ones in Kyra::Sound seem to be used for voices (an...
Norbert Lange
2009-07-19
use ticks for timing fadeout
Norbert Lange
2009-07-19
fixed retiring of external Notes
Norbert Lange
2009-07-19
add support for fadeout
Norbert Lange
2009-07-19
some more tables included, for tempo and volume values
Norbert Lange
2009-07-18
found and use another table, soundeffects in intro are now working
Norbert Lange
2009-07-18
first attempt at enabling soundeffects using an table from the executeable. D...
Norbert Lange
2009-07-17
added missing file
Norbert Lange