veloren/common/src
2019-08-03 19:09:01 +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 Better health accessors methods 2019-08-02 20:49:48 +01:00
figure Fix warnings and clippy recommendations in common 2019-07-02 15:48:25 +02:00
msg Added bosses, improved secret object spawn rates 2019-08-02 20:10:52 +01:00
net Send different physics components individually 2019-07-30 13:35:16 +02:00
sys Made entity collisions z-dependent 2019-08-03 19:09:01 +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 bosses, improved secret object spawn rates 2019-08-02 20:10:52 +01:00
vol.rs Fix warnings and clippy recommendations in common 2019-07-02 15:48:25 +02:00