summaryrefslogtreecommitdiff
path: root/src/itemsoundmanager.h
AgeCommit message (Collapse)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-08-06Play item usage sound to every player around.Andrei Karas1-0/+11
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-08-15Move itemsoundevent.h into item directory.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-06-29Move itemsoundevent.h into enums directory.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-06-06Remove some duplicate code.Andrei Karas1-0/+4
2014-05-19fix code style.Andrei Karas1-1/+1
2014-05-19Move itemsoundevent into separate file.Andrei Karas1-3/+3
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-08add support for sounds take and put.Andrei Karas1-0/+3
"take" played if take item from container like inventory "put" played if put item into container.
2013-10-04add pickup and drop sound effects.Andrei Karas1-0/+4
Works like equip/unequip effects.
2013-10-04add sound effects for equip/unequip/use items for local player.Andrei Karas1-0/+39
It using: "equip", "unequip", "use" effects from items. If no item effect present, fallback to same effects from player race.