veloren/server/src/sys
2022-04-05 03:40:26 +00:00
..
agent Fix deadwood not attacking if target is at a different elevation than deadwood. 2022-03-27 20:02:38 +00:00
msg Modify message catch-all arms 2022-02-27 23:08:47 +00:00
wiring Globally allow the clippy lints {new_without_default, many_single_char_names, identity_op, type_complexity, too_many_arguments}. 2022-01-30 20:16:20 +01:00
agent.rs Fix #1516 Add else branch to allow for agent idling when no sound events 2022-04-05 03:40:26 +00:00
entity_sync.rs Decrease too-many-arguments-threshold and type-complexity-threshold. 2022-01-30 20:16:21 +01:00
invite_timeout.rs Remove unused clippy suppressions 2021-12-05 17:59:02 +00:00
metrics.rs Globally allow the clippy lints {new_without_default, many_single_char_names, identity_op, type_complexity, too_many_arguments}. 2022-01-30 20:16:20 +01:00
mod.rs Submit chunk requests to the generator within the terrain system right before receiving new chunks, so that duplicate work is not done for chunks that just finished but were not yet added to the terrain. 2021-10-08 16:17:31 -04:00
object.rs Globally allow the clippy lints {new_without_default, many_single_char_names, identity_op, type_complexity, too_many_arguments}. 2022-01-30 20:16:20 +01:00
persistence.rs Remove original character from game world when possessing to make persistence more robust. 2022-02-27 13:47:13 -05:00
pets.rs Globally allow the clippy lints {new_without_default, many_single_char_names, identity_op, type_complexity, too_many_arguments}. 2022-01-30 20:16:20 +01:00
sentinel.rs Handle removing/inserting SyncFrom::ClientEntity components properly during possession. 2022-02-27 13:47:12 -05:00
subscription.rs Globally allow the clippy lints {new_without_default, many_single_char_names, identity_op, type_complexity, too_many_arguments}. 2022-01-30 20:16:20 +01:00
terrain_sync.rs Globally allow the clippy lints {new_without_default, many_single_char_names, identity_op, type_complexity, too_many_arguments}. 2022-01-30 20:16:20 +01:00
terrain.rs Gnarlign site tweaks and chieftain buff 2022-02-11 01:23:09 -05:00
waypoint.rs Globally allow the clippy lints {new_without_default, many_single_char_names, identity_op, type_complexity, too_many_arguments}. 2022-01-30 20:16:20 +01:00
wiring.rs update toolchain to nightly-2021-12-19 2021-12-23 13:04:24 +01:00