veloren/common/src
2019-08-01 09:09:26 +01: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 Started work on inventory manipulation 2019-08-01 09:09:26 +01:00
figure Fix warnings and clippy recommendations in common 2019-07-02 15:48:25 +02:00
msg Started work on inventory manipulation 2019-08-01 09:09:26 +01:00
net Send different physics components individually 2019-07-30 13:35:16 +02:00
sys Started work on inventory manipulation 2019-08-01 09:09:26 +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 Small chat fixes 2019-07-29 14:40:46 +00: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 inventory sync messages and InventoryUpdate component 2019-08-01 09:09:26 +01:00
vol.rs Fix warnings and clippy recommendations in common 2019-07-02 15:48:25 +02:00