veloren/common
Imbris 6c6b9181a5 Only construct specs::Dispatcher once
* use version of shred that has an added SendDispatcher so we can
  construct the dispatcher and send it between threads (only State to
  remain sendable)
* move closure for adding systems from State::tick to the creation
  functions
* this does mean some voxygen systems always run instead of just in the
  session state, but that should not cause issues and we can always
  configure them to do nothing if needed
2024-01-03 18:11:06 -05:00
..
assets fix voxygen compilation without plugins, part 2 2023-10-25 00:05:35 +02:00
base use workspace dependencies to make our life easier maintaining them :) 2023-05-10 18:16:25 +02:00
benches Linearize light colors on the CPU 2023-10-14 18:10:35 +00:00
dynlib Don't overwrite loaded dynlib 2023-10-14 16:25:55 -04:00
ecs use workspace dependencies to make our life easier maintaining them :) 2023-05-10 18:16:25 +02:00
frontend add a log for each person accessing the chat api 2023-10-18 13:05:22 +02:00
net Fixed warnings 2023-10-21 13:51:41 +01:00
src Merge branch 'sam/remove-combo-melee' into 'master' 2023-12-29 17:29:44 +00:00
state Only construct specs::Dispatcher once 2024-01-03 18:11:06 -05:00
systems Only construct specs::Dispatcher once 2024-01-03 18:11:06 -05:00
build.rs Removed existing LFS check 2023-01-18 22:31:33 +00:00
Cargo.toml Include required serde feature for enum-map in veloren-common 2023-11-16 21:47:44 +01:00