summaryrefslogtreecommitdiff
path: root/src/sound.h
AgeCommit message (Collapse)AuthorFilesLines
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-09-05Fix multiply new message sounds at same time.Andrei Karas1-0/+1
2011-05-31Fix include path for SDL_mixer.hAndrei Karas1-4/+0
2011-04-28Implemented a simple non-blocking fadeOutAndPlay system.Yohann Ferreira1-3/+25
It's currently used when changing maps. Resolves: TMW-Mantis: #750. Reviewed-by: Thorbjorn. Conflicts: src/game.cpp src/sound.cpp src/sound.h
2011-03-30Add background music map ranges.Andrei Karas1-0/+3
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-13Remove playSfx duplicate function and add check for negative volume.Andrei Karas1-3/+1
2011-01-06Set sound volume depends on distance to object.Andrei Karas1-0/+2
2011-01-02Initial commit.Andrei Karas1-0/+130
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.