mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
8ab5d53f2c
make systems more stable by: - fix wobbly, by doing CompSync and TimeSync in same ecs system - dont interpolate on voxygen - sync PhysState to the client in order to get rid of the jump snap to ground bug - make the simulate_ahead more constant over time, as "jumps" in this number will be noticed by the client as "lag jumps" There are still some problems - [ ] Snap to the ground on jump isn't fixed completly, as we depend on tick n-1 and we only sync tick n to the client - [ ] Arrows dont work properly yet with this commit, e.g. right click arrow attack - [ ] Verify that clientcommands are actually broadcasted to all clients - [ ] Followup: Agent needs to send clientcommands rather than commands |
||
---|---|---|
.. | ||
agent | ||
src | ||
Cargo.toml |