veloren/common/src
2019-07-26 20:51:40 +02:00
..
assets fix the missing set_playing(true) in AudioPlayer::load() to prevent infinity thread loop & adopt std::sync::{Mutex, Condvar} for accurate thread blocking. 2019-07-03 17:23:24 +00:00
comp Get EXP for killing NPCs and Players, properly show EXP bar 2019-07-26 20:51:40 +02:00
figure Fix warnings and clippy recommendations in common 2019-07-02 15:48:25 +02:00
msg Added private, broadcast, and game_state messages 2019-07-26 07:29:37 -04:00
net Network fix for 32-bit 2019-06-16 22:59:25 +01:00
sys Added LightEmitter component 2019-07-21 19:22:49 +01:00
terrain Added fruit trees 2019-07-09 17:08:43 +01:00
util add global git hash constant 2019-07-21 17:45:31 +00:00
volumes Fix building 2019-07-03 21:28:07 +02:00
clock.rs Fix warnings and clippy recommendations in common 2019-07-02 15:48:25 +02:00
lib.rs Added private, broadcast, and game_state messages 2019-07-26 07:29:37 -04:00
npc.rs Fix warnings and clippy recommendations in common 2019-07-02 15:48:25 +02:00
ray.rs Removes most unused imports; changes some unused variables to underscores or provides a leading underscore; removes some unnecessary variables and mutable declarations; and performs other miscellaneous warning fixes. 2019-06-06 14:48:41 +00:00
state.rs Added LightEmitter component 2019-07-21 19:22:49 +01:00
vol.rs Fix warnings and clippy recommendations in common 2019-07-02 15:48:25 +02:00