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
/
sky
/
sound.cpp
Age
Commit message (
Expand
)
Author
2003-10-05
renamed SkyState to SkyEngine; cleaned the #include dependency mess a bit (tr...
Max Horn
2003-10-01
Whitespace changes
Torbjörn Andersson
2003-09-09
fix sfx routine
Robert Göffringmann
2003-09-05
moved the sound ID param in playRaw before volume/pan
Max Horn
2003-09-02
changed sounds volume to original volume level, and fixed sounds in bass intro
Paweł Kołodziejski
2003-08-31
added mixer features: volume and pan control per channel
Paweł Kołodziejski
2003-08-20
copied some fixes which only were in 0.5.1 branch.
Robert Göffringmann
2003-08-18
fix sfx restart after restoring a savegame
Robert Göffringmann
2003-08-02
correct sound looping, thanks to our new mixer. :)
Robert Göffringmann
2003-07-23
applied eriktorbjorn's patch (#776225 - 'BASS CD intro fixes')
Joost Peters
2003-07-14
maybe this fixed those random crashes...
Robert Göffringmann
2003-07-13
debug/warning/error all automatically output a newline
Max Horn
2003-07-13
sound support for v.0.0109
Robert Göffringmann
2003-07-12
implemented dialog skipping and cleaned up mouse code
Robert Göffringmann
2003-07-07
applied patch #766979 (BASS: Possible fix for problem with cut-off speech).
Robert Göffringmann
2003-07-07
another fix kudos to LavosSpawn
Max Horn
2003-07-07
use our standard cast style
Max Horn
2003-07-05
hope this fixes problems about cut-off speech.
Robert Göffringmann
2003-07-04
removed some useless lines
Robert Göffringmann
2003-07-04
SFX is working correctly now. also implemented queued fx and fx saving.
Robert Göffringmann
2003-07-03
fixed warning
Max Horn
2003-07-03
fixed showGameQuitMsg() and temporarily disabled sfx looping
Robert Göffringmann
2003-06-27
some more loading & saving work (still unfinished)
Robert Göffringmann
2003-06-22
native mt32 support and basic control panel (incomplete)
Robert Göffringmann
2003-06-09
Sky shouldn't error() if no speech file exists for a sentence
Robert Göffringmann
2003-06-09
some talk-related bugs fixed
Robert Göffringmann
2003-06-02
fixed sprite animation bug in stdSpeak, cleaned fnTalk and made text timing i...
Robert Göffringmann
2003-06-01
cleaned code a bit, added SYSTEM_FLAGS and MOUSE_FLAG
Robert Göffringmann
2003-06-01
whoops
Robert Göffringmann
2003-06-01
basic ingame speech support
Robert Göffringmann
2003-05-30
bugfix
Oliver Kiehl
2003-05-30
add sound effects
Oliver Kiehl
2003-05-29
fixed sound driver.
Robert Göffringmann
2003-05-20
a few small changes
Robert Göffringmann
2003-05-17
newline to make gcc happy
Jonathan Gray
2003-05-16
added SFX support
Robert Göffringmann
2003-03-12
cleanup
Max Horn
2003-03-11
added timers, full cd-intro and fixed some minor issues
Joost Peters
2003-03-08
Added voice support, and more (cd_)intro stuff + added myself to the README :)
Joost Peters