veloren/voxygen/src
Marcel Märtens e4e5c6e55b massivly switch clock algorithm.
- before we had a Clock that tried to average multiple ticks and predict the next sleep.
   This system is massivly bugged.
   a) We know exactly how long the busy time took, so we dont need to predict anything in the first place
   b) Preduction was totally unrealistic after a single lag spike
   c) When a very slow tick happens, we dont benefit from 10 fast ticks.
 - Instead we just try to keep the tick time exact what we expect.
   If we can't manage a constant tick time because we are to slow, the systems have to "catch" this via the `dt` anyway.
2020-11-10 18:31:42 +01:00
..
anim adjust to comments 2020-11-09 18:47:52 -05:00
audio massivly switch clock algorithm. 2020-11-10 18:31:42 +01:00
ecs Addressed comments. 2020-11-04 19:22:08 -06:00
hud massivly switch clock algorithm. 2020-11-10 18:31:42 +01:00
menu massivly switch clock algorithm. 2020-11-10 18:31:42 +01:00
mesh Remove spurious uses of Vox. 2020-09-26 16:30:40 +02:00
render Clouds 2020-10-21 21:05:25 +00:00
scene Slight balance tweaks. 2020-11-08 19:33:24 -06:00
ui Put server-cli specific settings in their own structure, serde_derive -> serde 2020-10-10 02:10:32 -04:00
controller.rs Put server-cli specific settings in their own structure, serde_derive -> serde 2020-10-10 02:10:32 -04:00
error.rs Suppressed all existing clippy warnings in preparation for fixes as part of #587 2020-06-10 22:01:42 +01:00
i18n.rs Put server-cli specific settings in their own structure, serde_derive -> serde 2020-10-10 02:10:32 -04:00
key_state.rs Implemented Flight 2020-11-03 22:46:07 +00:00
lib.rs massivly switch clock algorithm. 2020-11-10 18:31:42 +01:00
logging.rs rename a file, fix error msg, dont spam persistence by default 2020-10-13 00:06:24 +02:00
main.rs massivly switch clock algorithm. 2020-11-10 18:31:42 +01:00
meta.rs Put server-cli specific settings in their own structure, serde_derive -> serde 2020-10-10 02:10:32 -04:00
profile.rs Put server-cli specific settings in their own structure, serde_derive -> serde 2020-10-10 02:10:32 -04:00
run.rs massivly switch clock algorithm. 2020-11-10 18:31:42 +01:00
session.rs massivly switch clock algorithm. 2020-11-10 18:31:42 +01:00
settings.rs Implemented Flight 2020-11-03 22:46:07 +00:00
singleplayer.rs massivly switch clock algorithm. 2020-11-10 18:31:42 +01:00
window.rs Implemented Flight 2020-11-03 22:46:07 +00:00