veloren/common
Marcel Märtens 4343dd3aea add unit tests for replication system
- make tracy experience better by adding a 0.05 to client local TIME.
- fix an error that the look_dir was wrongly predicted
- add a jump graph for testing
- update in_game code that was commented out in system
- track the simulation ahead on the debug menu
- add simulated lag with `sudo tc qdisc replace dev lo root netem delay 700ms 10ms 25%`
add basic tests for phys
2023-03-16 00:29:32 +01:00
..
assets Update dot_vox dependency 2023-01-22 18:00:39 +01:00
base Add metrics for timing subsections of State::tick 2023-03-14 01:03:05 -04:00
benches Various minor optimisations 2022-10-12 13:57:14 +01:00
dynlib update dependencies 2022-09-22 11:57:55 +02:00
ecs fix clippy errors 2022-11-28 14:08:11 +01:00
frontend Reduce overhead of messaging systems. 2022-09-14 21:04:53 -07:00
net enforce server physics 2023-03-16 00:28:26 +01:00
src add unit tests for replication system 2023-03-16 00:29:32 +01:00
state switch to monotonicTime to calculate latency and reorder client.tick so that we first process network data and then client data, so that the client sending data reacts to a adjusted TIME 2023-03-16 00:29:31 +01:00
systems add unit tests for replication system 2023-03-16 00:29:32 +01:00
build.rs Removed existing LFS check 2023-01-18 22:31:33 +00:00
Cargo.toml Switch from custom macro for grouping cfgs to cfg_if since rustfmt can't see through macros but is hardcoded to parse cfg_if and follow the module names inside it. 2023-03-11 08:06:46 -05:00