veloren/common/src
Shane Handley c6f64564a8 Remove emission of an audio event from stats sys
This was accidentally left in by me during some testing of server
emission of SFX events to all clients. There was no effect on gameplay since we dont
emit a sound for this event yet, but it should not be here.

The audio event is correctly handled elsewhere by each client.
2020-01-11 13:08:33 +09:00
..
assets feat(log): add date to log file 2019-11-22 19:12:58 +01:00
comp assets update 2019-12-30 12:16:35 +00:00
figure Assets update, aesthetics, minor fixes 2019-10-04 18:27:12 +00:00
msg Fix typos, don't insert Controller if it doesn't already exist in the 2020-01-02 05:34:27 -05:00
net [Common] Switch mutexes and channels. 2019-08-16 00:19:54 +02:00
sync Various tweaks: moved radius determination to function on , comments, simplified server Destroy event code, debug assert modified components aren't removed in change tracking, etc 2019-12-20 22:51:35 -05:00
sys Remove emission of an audio event from stats sys 2020-01-11 13:08:33 +09:00
terrain refactor: create_projectile doesn't take a light 2019-10-17 20:59:36 +00:00
util fix(crash): singleplayer 2019-10-18 17:39:57 +02:00
volumes fix(player list): Show players not in range on the player list 2019-12-29 20:51:05 -05:00
astar.rs Add advanced path finding to new 'Traveler' enemy using A* algorithm 2019-12-11 05:28:45 +00:00
clock.rs Fix warnings and clippy recommendations in common 2019-07-02 15:48:25 +02:00
effect.rs refactor: create_projectile doesn't take a light 2019-10-17 20:59:36 +00:00
event.rs Merge branch 'imbris/char-screen-transition' into 'master' 2020-01-02 19:40:21 +00:00
hierarchical.rs hierarchical pathfinding 2019-12-29 20:58:21 +00:00
lib.rs hierarchical pathfinding 2019-12-29 20:58:21 +00:00
npc.rs SFX system 2019-11-23 08:26:39 +00:00
pathfinding.rs hierarchical pathfinding 2019-12-29 20:58:21 +00:00
ray.rs common: Rework volume API 2019-09-06 15:43:31 +02:00
region.rs Upgrade to specs 0.15.1 2019-12-20 22:48:14 -05:00
state.rs fix(player list): Show players not in range on the player list 2019-12-29 20:51:05 -05:00
vol.rs Bugfix: DefaultPosIterator now starts at lower_bound 2019-09-11 01:48:28 +02:00