Marcel Märtens
|
c515fece28
|
Implement a VSystem trait that can be implemented by Systems.
It will autodo some things, like track start and time and export those in system metrics
Add a origin and implement it for all Systems in Veloren
|
2021-03-08 11:51:04 +01:00 |
|
Marcel Märtens
|
26918d10c9
|
update chrossbeam, tracy, prometheus (and reduce server deps to crossbeam-channel)
|
2020-12-16 00:51:07 +01:00 |
|
Joshua Barretto
|
f8c8e342e6
|
Moved common networking code to common/net, clippy fixes
|
2020-12-13 17:23:45 +00:00 |
|
Marcel Märtens
|
add7922653
|
Move Systems out of common into common_sys
This requires to move `State` into a own crate called `common_state` which depends on `common` and `common_sys`
|
2020-12-01 13:44:07 +01:00 |
|