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
/
queen
/
sound.h
Age
Commit message (
Expand
)
Author
2005-11-07
Don't synchronize subtitle with speech sfx if MP3/OGG/Flac support isn't comp...
Gregory Montoir
2005-11-05
Changed PalmOS ifdef
Chris Apers
2005-10-18
Update FSF address. Eek. Actually that took place on May 1, 2005
Eugene Sandulenko
2005-08-10
Don't explicity check for tremor and vorbis everywhere and
Jonathan Gray
2005-08-10
Rest of the changes required for tremor to actually work.
Jonathan Gray
2005-07-30
Remove trailing whitespaces.
Eugene Sandulenko
2005-05-11
Moved some more stuff to namespace Audio (enough for tonight)
Max Horn
2005-05-10
Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec...
Max Horn
2005-03-12
PlayingSoundHandle -> SoundHandle; also, turned the handle activity check int...
Max Horn
2005-01-01
Updated copyright
Max Horn
2004-12-19
Fixed regression in queen floppy version. Before doing any speech/texts synch...
Gregory Montoir
2004-11-22
possible fix for 'bug' #1034715
Gregory Montoir
2004-09-26
stop the current sfx from playing if a cutaway is cancelled
Gregory Montoir
2004-03-17
Added PalmOS support
Chris Apers
2004-02-27
Handle comic book case, enable music toggle and some minor cleanup.
Joost Peters
2004-02-22
Patch #885904 (Flac Support) with some tweaks by me
Max Horn
2004-01-26
fix compile
Oliver Kiehl
2004-01-25
Seperate SFX and Speech.
Joost Peters
2004-01-25
A music table from original demo exes.
Travis Howell
2004-01-25
Add support for music in fotaq demos
Travis Howell
2004-01-22
- Some refactoring/clean-up.
Joost Peters
2004-01-12
New save/load code, this *breaks* compatiblity with the previous
Gregory Montoir
2004-01-10
added stopSfx() method
Joost Peters
2004-01-06
updated copyright notice
Max Horn
2003-12-28
- added 'song' debugger command
Joost Peters
2003-12-21
cleanup
Max Horn
2003-12-20
some code to play the 'room background sfx' (equivalent to sfxplay(NULLstr))
Gregory Montoir
2003-12-11
constructors cleanup
Gregory Montoir
2003-12-01
cleanup header includes
Gregory Montoir
2003-11-15
- Enabled missing calls to _sound->playSong, now it should *really* play all SFX
Joost Peters
2003-11-14
Play all sfx now, instead of only amiga ones + some music preparation
Joost Peters
2003-11-07
Added partial playSong() implementation
Joost Peters
2003-10-28
add OGG playback to queen
Joost Peters
2003-10-23
Initial version of the Input class. Some things still missing.
David Eriksson
2003-10-21
add Sound class + call it from Talk::speakSegment
Joost Peters