Geyser/connector/src/main/java/org/geysermc/connector/network/translators
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
..
bedrock Allow /help to work even if command suggestions are disabled (#1703) 2020-12-17 14:10:58 -05:00
chat Update Adventure and fix some legacy hover events (#1681) 2020-12-15 11:24:02 -05:00
collision Fix inconsistencies with movement and position (#699) 2020-11-20 14:56:39 -05:00
effect Area cloud fixes (#684) 2020-10-08 18:33:36 -04:00
inventory Change default protocol version to 422 (#1640) 2020-12-09 11:30:59 -05:00
item Add proper ominous banner translation (#1692) 2020-12-16 12:50:16 -05:00
java Improve doDaylightCycle translation (#1711) 2020-12-20 20:41:07 -05:00
sound Fix bucket interactions on creative mode (#1369) 2020-10-12 20:02:41 -04:00
world Fix NPE when no item can be found from a block (#1718) 2020-12-20 20:40:21 -05:00
BiomeTranslator.java Clean copyright message and update all files (#1053) 2020-07-30 15:10:15 -05:00
EntityIdentifierRegistry.java Clean copyright message and update all files (#1053) 2020-07-30 15:10:15 -05:00
ItemRemapper.java Implement Updated Item Translator (#388) 2020-04-22 16:26:16 -05:00
PacketTranslator.java Update license headers 2020-01-08 21:05:42 -06:00
PacketTranslatorRegistry.java Add Fabric as a platform type (#1376) 2020-10-07 18:51:36 -04:00
Translator.java Begin making translators annotation based 2020-03-23 23:03:33 -05:00