Files
paper-mc/patches/server
Bjarne Koll f65939c6bd Remove wall-time / unused skip tick protection (#11412)
Spigot still maintains some partial implementation of "tick skipping", a
practice in which the MinecraftServer.currentTick field is updated not
by an increment of one per actual tick, but instead set to
System.currentTimeMillis() / 50. This behaviour means that the tracked
tick may "skip" a tick value in case a previous tick took more than the
expected 50ms.

To compensate for this in important paths, spigot/craftbukkit
implements "wall-time". Instead of incrementing/decrementing ticks on
block entities/entities by one for each call to their tick() method,
they instead increment/decrement important values, like
an ItemEntity's age or pickupDelay, by the difference of
`currentTick - lastTick`, where `lastTick` is the value of
`currentTick` during the last tick() call.

These "fixes" however do not play nicely with minecraft's simulation
distance as entities/block entities implementing the above behaviour
would "catch up" their values when moving from a non-ticking chunk to a
ticking one as their `lastTick` value remains stuck on the last tick in
a ticking chunk and hence lead to a large "catch up" once ticked again.

Paper completely removes the "tick skipping" behaviour (See patch
"Further-improve-server-tick-loop"), making the above precautions
completely unnecessary, which also rids paper of the previous described
incompatibility with non-ticking chunks.
2024-09-19 16:36:07 +02:00
..
2024-06-13 18:30:23 -07:00
956
2024-06-14 10:56:28 +02:00
2024-06-13 17:08:12 -07:00
538
2024-06-14 00:44:26 +02:00
62
2024-06-13 10:12:48 -07:00
2024-06-13 16:32:45 -07:00
2024-06-13 13:57:13 -07:00
2024-06-13 14:42:02 -07:00
2024-06-13 17:08:12 -07:00
956
2024-06-14 10:56:28 +02:00
922
2024-06-14 10:17:11 +02:00
2024-06-13 13:57:13 -07:00
2024-06-13 14:42:02 -07:00
2024-06-13 14:42:02 -07:00
956
2024-06-14 10:56:28 +02:00
538
2024-06-14 00:44:26 +02:00
2024-06-13 14:42:02 -07:00
2024-06-13 18:30:23 -07:00
385
2024-06-13 13:14:13 -07:00
538
2024-06-14 00:44:26 +02:00
2024-06-13 16:32:45 -07:00
2024-06-13 13:57:13 -07:00
2024-06-13 14:42:02 -07:00
194
2024-06-13 11:09:28 -07:00
2024-06-13 18:30:23 -07:00
117
2024-06-13 10:30:39 -07:00
922
2024-06-14 10:17:11 +02:00
956
2024-06-14 10:56:28 +02:00
956
2024-06-14 10:56:28 +02:00
2024-06-13 18:30:23 -07:00
2024-06-13 18:30:23 -07:00
385
2024-06-13 13:14:13 -07:00
538
2024-06-14 00:44:26 +02:00
2024-06-13 13:57:13 -07:00
922
2024-06-14 10:17:11 +02:00
279
2024-06-13 12:04:27 -07:00
988
2024-06-14 11:59:44 +02:00
2024-06-13 17:08:12 -07:00
2024-06-13 16:32:45 -07:00
2024-06-13 13:57:13 -07:00
2024-06-13 17:08:12 -07:00
2024-06-13 17:08:12 -07:00
279
2024-06-13 12:04:27 -07:00
2024-06-13 13:57:13 -07:00
2024-06-13 16:32:45 -07:00
956
2024-06-14 10:56:28 +02:00
538
2024-06-14 00:44:26 +02:00
279
2024-06-13 12:04:27 -07:00
279
2024-06-13 12:04:27 -07:00
2024-06-13 18:30:23 -07:00
2024-06-13 18:30:23 -07:00
956
2024-06-14 10:56:28 +02:00
194
2024-06-13 11:09:28 -07:00
922
2024-06-14 10:17:11 +02:00
2024-06-13 17:08:12 -07:00
2024-06-13 18:30:23 -07:00
2024-06-13 16:32:45 -07:00
385
2024-06-13 13:14:13 -07:00
279
2024-06-13 12:04:27 -07:00
2024-06-13 18:30:23 -07:00
922
2024-06-14 10:17:11 +02:00
2024-06-13 18:30:23 -07:00
2024-06-13 16:32:45 -07:00
2024-06-13 14:42:02 -07:00
279
2024-06-13 12:04:27 -07:00
2024-06-13 14:42:02 -07:00
2024-06-13 13:57:13 -07:00
2024-06-13 17:08:12 -07:00
194
2024-06-13 11:09:28 -07:00
2024-06-13 14:42:02 -07:00
2024-06-13 16:32:45 -07:00
956
2024-06-14 10:56:28 +02:00
2024-06-13 18:30:23 -07:00
117
2024-06-13 10:30:39 -07:00
2024-06-13 18:30:23 -07:00
2024-06-13 16:32:45 -07:00
385
2024-06-13 13:14:13 -07:00
2024-06-13 14:42:02 -07:00
2024-06-13 17:08:12 -07:00
2024-06-13 13:57:13 -07:00
117
2024-06-13 10:30:39 -07:00
2024-06-13 20:41:44 -07:00
956
2024-06-14 10:56:28 +02:00
117
2024-06-13 10:30:39 -07:00
279
2024-06-13 12:04:27 -07:00
2024-06-13 18:30:23 -07:00
2024-06-13 16:32:45 -07:00
2024-06-13 18:30:23 -07:00
2024-06-13 13:57:13 -07:00
385
2024-06-13 13:14:13 -07:00
385
2024-06-13 13:14:13 -07:00
279
2024-06-13 12:04:27 -07:00
922
2024-06-14 10:17:11 +02:00
2024-06-13 16:32:45 -07:00
194
2024-06-13 11:09:28 -07:00
62
2024-06-13 10:12:48 -07:00
2024-06-13 18:30:23 -07:00
922
2024-06-14 10:17:11 +02:00
2024-06-13 14:42:02 -07:00
2024-06-13 13:57:13 -07:00
2024-06-13 13:57:13 -07:00
279
2024-06-13 12:04:27 -07:00
62
2024-06-13 10:12:48 -07:00
117
2024-06-13 10:30:39 -07:00
385
2024-06-13 13:14:13 -07:00
279
2024-06-13 12:04:27 -07:00
922
2024-06-14 10:17:11 +02:00
922
2024-06-14 10:17:11 +02:00
279
2024-06-13 12:04:27 -07:00
117
2024-06-13 10:30:39 -07:00
194
2024-06-13 11:09:28 -07:00
922
2024-06-14 10:17:11 +02:00
2024-06-13 13:57:13 -07:00
194
2024-06-13 11:09:28 -07:00
2024-06-13 18:30:23 -07:00
279
2024-06-13 12:04:27 -07:00
117
2024-06-13 10:30:39 -07:00
2024-06-13 18:30:23 -07:00
2024-06-13 13:57:13 -07:00
2024-06-13 18:30:23 -07:00
2024-09-12 19:54:34 +02:00
2024-06-13 13:57:13 -07:00
922
2024-06-14 10:17:11 +02:00
117
2024-06-13 10:30:39 -07:00
922
2024-06-14 10:17:11 +02:00
194
2024-06-13 11:09:28 -07:00
2024-06-13 18:30:23 -07:00
117
2024-06-13 10:30:39 -07:00
2024-06-13 18:30:23 -07:00
117
2024-06-13 10:30:39 -07:00
2024-06-13 17:08:12 -07:00
62
2024-06-13 10:12:48 -07:00
117
2024-06-13 10:30:39 -07:00
279
2024-06-13 12:04:27 -07:00
956
2024-06-14 10:56:28 +02:00
62
2024-06-13 10:12:48 -07:00
117
2024-06-13 10:30:39 -07:00
922
2024-06-14 10:17:11 +02:00
2024-06-13 18:30:23 -07:00
956
2024-06-14 10:56:28 +02:00
2024-06-13 18:30:23 -07:00
62
2024-06-13 10:12:48 -07:00
62
2024-06-13 10:12:48 -07:00
956
2024-06-14 10:56:28 +02:00
62
2024-06-13 10:12:48 -07:00
62
2024-06-13 10:12:48 -07:00
117
2024-06-13 10:30:39 -07:00
2024-06-13 13:57:13 -07:00
385
2024-06-13 13:14:13 -07:00
2024-06-13 18:30:23 -07:00
956
2024-06-14 10:56:28 +02:00
385
2024-06-13 13:14:13 -07:00
385
2024-06-13 13:14:13 -07:00
2024-06-13 18:30:23 -07:00
279
2024-06-13 12:04:27 -07:00
194
2024-06-13 11:09:28 -07:00
194
2024-06-13 11:09:28 -07:00
194
2024-06-13 11:09:28 -07:00
194
2024-06-13 11:09:28 -07:00
2024-06-13 17:08:12 -07:00
194
2024-06-13 11:09:28 -07:00
117
2024-06-13 10:30:39 -07:00
2024-06-13 13:57:13 -07:00
385
2024-06-13 13:14:13 -07:00
62
2024-06-13 10:12:48 -07:00
2024-06-13 18:30:23 -07:00
117
2024-06-13 10:30:39 -07:00
279
2024-06-13 12:04:27 -07:00
279
2024-06-13 12:04:27 -07:00
2024-06-13 18:30:23 -07:00
922
2024-06-14 10:17:11 +02:00
538
2024-06-14 00:44:26 +02:00
2024-06-13 18:30:23 -07:00
922
2024-06-14 10:17:11 +02:00
956
2024-06-14 10:56:28 +02:00
922
2024-06-14 10:17:11 +02:00
988
2024-06-14 11:59:44 +02:00
956
2024-06-14 10:56:28 +02:00
385
2024-06-13 13:14:13 -07:00
2024-06-13 14:42:02 -07:00
62
2024-06-13 10:12:48 -07:00
385
2024-06-13 13:14:13 -07:00
194
2024-06-13 11:09:28 -07:00
194
2024-06-13 11:09:28 -07:00
385
2024-06-13 13:14:13 -07:00
194
2024-06-13 11:09:28 -07:00
922
2024-06-14 10:17:11 +02:00
2024-06-13 18:30:23 -07:00
956
2024-06-14 10:56:28 +02:00
922
2024-06-14 10:17:11 +02:00
2024-06-13 14:42:02 -07:00
2024-06-13 17:08:12 -07:00
279
2024-06-13 12:04:27 -07:00
2024-06-13 18:30:23 -07:00
922
2024-06-14 10:17:11 +02:00
2024-06-13 18:30:23 -07:00
117
2024-06-13 10:30:39 -07:00
2024-06-13 13:57:13 -07:00
2024-06-13 20:41:44 -07:00
2024-06-13 16:32:45 -07:00
2024-06-13 17:08:12 -07:00
385
2024-06-13 13:14:13 -07:00
2024-06-13 18:30:23 -07:00
279
2024-06-13 12:04:27 -07:00
2024-06-13 13:57:13 -07:00
2024-06-13 18:30:23 -07:00
922
2024-06-14 10:17:11 +02:00
385
2024-06-13 13:14:13 -07:00
2024-06-13 16:32:45 -07:00
2024-06-13 18:30:23 -07:00
988
2024-06-14 11:59:44 +02:00
922
2024-06-14 10:17:11 +02:00
922
2024-06-14 10:17:11 +02:00
2024-06-13 17:08:12 -07:00
922
2024-06-14 10:17:11 +02:00
279
2024-06-13 12:04:27 -07:00
922
2024-06-14 10:17:11 +02:00
2024-06-13 13:57:13 -07:00
2024-06-13 18:30:23 -07:00
2024-06-13 20:41:44 -07:00
2024-06-13 18:30:23 -07:00
2024-06-13 20:41:44 -07:00
2024-06-13 18:30:23 -07:00
2024-06-13 17:08:12 -07:00
194
2024-06-13 11:09:28 -07:00
2024-06-13 17:08:12 -07:00
385
2024-06-13 13:14:13 -07:00
279
2024-06-13 12:04:27 -07:00
2024-06-13 18:30:23 -07:00
385
2024-06-13 13:14:13 -07:00
2024-06-13 18:30:23 -07:00
194
2024-06-13 11:09:28 -07:00
922
2024-06-14 10:17:11 +02:00
922
2024-06-14 10:17:11 +02:00
279
2024-06-13 12:04:27 -07:00
956
2024-06-14 10:56:28 +02:00
385
2024-06-13 13:14:13 -07:00
279
2024-06-13 12:04:27 -07:00
279
2024-06-13 12:04:27 -07:00
62
2024-06-13 10:12:48 -07:00
956
2024-06-14 10:56:28 +02:00
2024-06-13 18:30:23 -07:00
2024-06-13 14:42:02 -07:00
194
2024-06-13 11:09:28 -07:00
194
2024-06-13 11:09:28 -07:00
2024-06-13 14:42:02 -07:00
538
2024-06-14 00:44:26 +02:00
279
2024-06-13 12:04:27 -07:00
279
2024-06-13 12:04:27 -07:00
194
2024-06-13 11:09:28 -07:00
956
2024-06-14 10:56:28 +02:00
2024-06-13 13:57:13 -07:00
956
2024-06-14 10:56:28 +02:00
2024-08-17 23:17:18 +02:00
2024-06-13 17:08:12 -07:00
385
2024-06-13 13:14:13 -07:00
2024-06-13 16:32:45 -07:00
194
2024-06-13 11:09:28 -07:00
2024-06-13 13:57:13 -07:00
2024-06-13 18:30:23 -07:00
385
2024-06-13 13:14:13 -07:00
385
2024-06-13 13:14:13 -07:00
2024-06-13 13:57:13 -07:00
2024-06-14 18:02:15 +02:00
2024-06-13 18:30:23 -07:00
922
2024-06-14 10:17:11 +02:00
988
2024-06-14 11:59:44 +02:00
2024-06-13 17:08:12 -07:00
922
2024-06-14 10:17:11 +02:00
2024-06-13 16:32:45 -07:00
2024-06-13 13:57:13 -07:00
956
2024-06-14 10:56:28 +02:00
2024-06-13 18:30:23 -07:00
385
2024-06-13 13:14:13 -07:00
922
2024-06-14 10:17:11 +02:00
62
2024-06-13 10:12:48 -07:00
385
2024-06-13 13:14:13 -07:00
2024-06-13 13:57:13 -07:00
385
2024-06-13 13:14:13 -07:00
279
2024-06-13 12:04:27 -07:00
117
2024-06-13 10:30:39 -07:00
62
2024-06-13 10:12:48 -07:00
2024-06-13 17:08:12 -07:00
279
2024-06-13 12:04:27 -07:00
385
2024-06-13 13:14:13 -07:00
922
2024-06-14 10:17:11 +02:00
922
2024-06-14 10:17:11 +02:00
279
2024-06-13 12:04:27 -07:00
117
2024-06-13 10:30:39 -07:00
62
2024-06-13 10:12:48 -07:00
62
2024-06-13 10:12:48 -07:00
2024-07-28 19:58:57 +02:00
960
2024-06-14 11:07:50 +02:00
2024-06-13 13:57:13 -07:00
62
2024-06-13 10:12:48 -07:00
194
2024-06-13 11:09:28 -07:00
279
2024-06-13 12:04:27 -07:00
194
2024-06-13 11:09:28 -07:00
194
2024-06-13 11:09:28 -07:00
279
2024-06-13 12:04:27 -07:00
194
2024-06-13 11:09:28 -07:00
385
2024-06-13 13:14:13 -07:00
194
2024-06-13 11:09:28 -07:00
2024-06-13 17:08:12 -07:00
279
2024-06-13 12:04:27 -07:00
385
2024-06-13 13:14:13 -07:00
194
2024-06-13 11:09:28 -07:00
194
2024-06-13 11:09:28 -07:00
279
2024-06-13 12:04:27 -07:00
385
2024-06-13 13:14:13 -07:00
117
2024-06-13 10:30:39 -07:00
2024-06-13 13:57:13 -07:00
279
2024-06-13 12:04:27 -07:00
279
2024-06-13 12:04:27 -07:00
2024-06-13 18:30:23 -07:00
279
2024-06-13 12:04:27 -07:00
2024-06-13 18:30:23 -07:00
922
2024-06-14 10:17:11 +02:00
385
2024-06-13 13:14:13 -07:00
2024-06-13 14:42:02 -07:00
2024-08-10 12:24:38 +02:00
194
2024-06-13 11:09:28 -07:00
279
2024-06-13 12:04:27 -07:00
922
2024-06-14 10:17:11 +02:00
279
2024-06-13 12:04:27 -07:00
2024-06-13 16:32:45 -07:00
194
2024-06-13 11:09:28 -07:00
62
2024-06-13 10:12:48 -07:00
988
2024-06-14 11:59:44 +02:00
194
2024-06-13 11:09:28 -07:00
2024-06-13 17:08:12 -07:00
194
2024-06-13 11:09:28 -07:00
385
2024-06-13 13:14:13 -07:00
279
2024-06-13 12:04:27 -07:00
279
2024-06-13 12:04:27 -07:00
117
2024-06-13 10:30:39 -07:00
922
2024-06-14 10:17:11 +02:00
279
2024-06-13 12:04:27 -07:00
922
2024-06-14 10:17:11 +02:00
2024-06-13 18:30:23 -07:00
279
2024-06-13 12:04:27 -07:00
279
2024-06-13 12:04:27 -07:00
385
2024-06-13 13:14:13 -07:00
385
2024-06-13 13:14:13 -07:00
2024-06-13 20:41:44 -07:00
194
2024-06-13 11:09:28 -07:00
279
2024-06-13 12:04:27 -07:00
194
2024-06-13 11:09:28 -07:00
2024-06-13 18:30:23 -07:00
2024-06-13 13:57:13 -07:00