Geyser/connector/src/main/java/org/geysermc/connector/network/translators/java
Camotoy b490dcfcbb
Improve doDaylightCycle translation (#1711)
Previously, we wouldn't send the time if the server was sending the same time with doDaylightCycle on. However, this isn't vanilla behavior (for Bedrock nor Java) and can occasionally cause irregularities. The time is now always sent to Bedrock clients, and a daylightCycle field is added to GeyserSession to keep track of the doDaylightCycle gamerule we need to send to Bedrock. Removing the map we used to store the time may also improve memory usage since this was never cleaned up.
2020-12-20 20:41:07 -05:00
..
entity Fix boat movement on land (#1668) 2020-12-15 13:09:40 -05:00
scoreboard Update MCProtocolLib to Adventure migration (#1572) 2020-11-27 18:28:08 -05:00
window Fix villagers accepting books (#1605) 2020-11-30 10:55:35 -05:00
world Improve doDaylightCycle translation (#1711) 2020-12-20 20:41:07 -05:00
JavaBossBarTranslator.java Fix bossbar causing players to be unable to break blocks or interact in small areas (Closes #537) 2020-05-17 01:06:07 -05:00
JavaChatTranslator.java Update MCProtocolLib to Adventure migration (#1572) 2020-11-27 18:28:08 -05:00
JavaDeclareCommandsTranslator.java Allow /help to work even if command suggestions are disabled (#1703) 2020-12-17 14:10:58 -05:00
JavaDeclareRecipesTranslator.java Change default protocol version to 422 (#1640) 2020-12-09 11:30:59 -05:00
JavaDifficultyTranslator.java Add support for client side settings (#1035) 2020-08-08 17:41:12 -05:00
JavaDisconnectPacket.java Update MCProtocolLib to Adventure migration (#1572) 2020-11-27 18:28:08 -05:00
JavaJoinGameTranslator.java Fix inconsistencies with movement and position (#699) 2020-11-20 14:56:39 -05:00
JavaKeepAliveTranslator.java Handle keepalives better (Closes #965) 2020-12-12 00:45:41 -06:00
JavaLoginDisconnectTranslator.java Update MCProtocolLib to Adventure migration (#1572) 2020-11-27 18:28:08 -05:00
JavaLoginPluginMessageTranslator.java Clean copyright message and update all files (#1053) 2020-07-30 15:10:15 -05:00
JavaRespawnTranslator.java Add more interactive tags (mobile buttons) (#1443) 2020-11-11 19:28:45 -05:00
JavaStatisticsTranslator.java Add statistics menu (#1424) 2020-10-24 23:33:49 +01:00
JavaTitleTranslator.java Update MCProtocolLib to Adventure migration (#1572) 2020-11-27 18:28:08 -05:00