veloren/client
Marcel Märtens 65a0c15054 sync
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 :)
2023-03-16 00:29:32 +01:00
..
examples/chat-cli Follow-up from i18n-helpers MR 2022-10-01 18:35:36 +03:00
i18n Update to `assets_manager 0.9 2022-12-14 00:54:34 +01:00
src sync 2023-03-16 00:29:32 +01:00
Cargo.toml Change the version number to 0.14 2023-01-06 18:41:03 +01:00