veloren/server/src/sys
Imbris ba7d7481d7 Move RegionMap insertion into ecs and ticking from common into server
Since it now needs Presence component to be available and we don't use
the RegionMap on the client.
2023-08-11 20:09:55 -04:00
..
agent Dungeon rework initial patch 2023-07-09 20:03:09 +00:00
msg remove another dead code section 2023-07-01 15:31:53 +02:00
agent.rs Rename UidAllocator to IdMaps everywhere, also rename lookup_entity to 2023-06-04 12:58:16 -04:00
chunk_send.rs add metrics and trigger slowjobs in chunks of 25 2022-05-11 20:22:23 +02:00
chunk_serialize.rs update toolchain to nightly-2023-04-20 2023-05-08 18:58:54 +02:00
entity_sync.rs Move RegionMap insertion into ecs and ticking from common into server 2023-08-11 20:09:55 -04:00
invite_timeout.rs Remove unused clippy suppressions 2021-12-05 17:59:02 +00:00
loot.rs Rename UidAllocator to IdMaps everywhere, also rename lookup_entity to 2023-06-04 12:58:16 -04: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 Reverted removal of msg 2022-07-17 13:32:53 -04:00
object.rs Make items vanish after 5 minutes 2023-06-01 14:51:19 +01:00
persistence.rs Fix compilation errors from recent changes 2023-06-04 12:58:16 -04:00
pets.rs Some random changes and a fmt 2023-06-04 12:58:16 -04:00
sentinel.rs Remove potential for client to delete its own entity. 2023-06-04 12:58:16 -04:00
subscription.rs Replace u64 with Uid in some places and add/modify some comments 2023-06-04 12:58:16 -04:00
terrain_sync.rs Allowed rtsim NPCs to greet nearby actors 2023-04-09 19:25:55 +01:00
terrain.rs Dungeon rework initial patch 2023-07-09 20:03:09 +00: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 Wiring System Documentation and Refactoring 2022-06-29 20:28:09 +00:00