mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
65a0c15054
current problems: - [X] time was wiggling to much => resolved, we state.ticked twice per client.tick - [ ] Jump Reset to 0, see issue #1512 => Jump z reset to 0 after 200ms (time ahead) for 1 tick, on_ground is one tick behind JumpEvent, could be disabled by modifying common/state/src/state.rs handle_jump if condition remove on_ground check - [ ] X/Y wiggle which looks like this -/'\,/- => The error actually persists in the last 1 before we receive no data from server /''''*\ => The error exist equally in X and Y regardless of direction => The error already exsits before we apply the state.tick or state.rewind_tick, so it maybe comes from server via sync ? - [X] Cant look around when holding the admin staff => we used Dir::new() which was 0/1/0 and due to normalizing limited the final range to around 5 degree - [X] Slower when zommed in than when zoomed out => fixed by the look_dir fix above :) |
||
---|---|---|
.. | ||
examples/chat-cli | ||
i18n | ||
src | ||
Cargo.toml |