Geyser/connector/src/main/java/org/geysermc/connector
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
..
bootstrap Add support for client side settings (#1035) 2020-08-08 17:41:12 -05:00
command Add settings command for settings menu as it broke in the settings screen in 1.16.100 2020-12-12 01:45:54 -06:00
common Move PlatformType to common module 2020-11-14 17:49:56 -06:00
configuration Add a config option for toggling showing coordinates (#1645) 2020-12-10 11:13:36 -05:00
dump Move PlatformType to common module 2020-11-14 17:49:56 -06:00
entity Fix boat movement on land (#1668) 2020-12-15 13:09:40 -05:00
inventory Pick block improvements (#1265) 2020-09-14 20:52:16 -04:00
metrics Move all json to Jackson instead of a mix of 2 libraries (#302) 2020-04-20 15:10:30 -05:00
network Improve doDaylightCycle translation (#1711) 2020-12-20 20:41:07 -05:00
ping Added IGeyserPingPassthrough#getPingInformation(InetSocketAddress) to make logging of the pinging IPs possible (#1633) 2020-12-07 14:04:50 -05:00
scoreboard Fix more scoreboard crashing and oddities (#1665) 2020-12-14 18:22:31 -05:00
skin Added a simple way to get a player by their xuid (#1642) 2020-12-17 11:58:49 -05:00
utils Fix NPE when no item can be found from a block (#1718) 2020-12-20 20:40:21 -05:00
FloodgateKeyLoader.java Scoreboard improvements (#1166) 2020-08-28 10:47:52 -05:00
GeyserConnector.java Update GeyserConnector.java to fix JavaDoc (#1701) 2020-12-17 17:25:38 +00:00
GeyserLogger.java Scoreboard improvements (#1166) 2020-08-28 10:47:52 -05:00