summaryrefslogtreecommitdiff
path: root/data/sfx
AgeCommit message (Collapse)AuthorFilesLines
2024-04-08CMake: Use install(DIRECTORY ...) to install data filesThorbjørn Lindeijer2-6/+0
Beats using a CMakeLists.txt in each directory and fixes a few missed files (like music and equipment slot icons).
2012-02-18Added notification sound on receiving whisperThorbjørn Lindeijer3-0/+6
One of the sound channels is reserved for notification sounds, of which the volume can be configured separately. Currently, the only notification sound that is played is for receiving whispers. That can be extended later. The newmessage.ogg sound used currently is the one for receiving a message with the Psi instant messenger. Parts of this patch are based on the new message notification in ManaPlus. Reviewed-by: Erik Schilling