Geyser/connector/src/main/java/org/geysermc/connector
DaPorkchop_ 7d2745dee6
Faster chunk conversion (#1400)
* BlockStorage is never used concurrently, no need to synchronize

* initial, semi-functional, faster chunk conversion

* faster chunk conversion works well for every situation except spigot

* delete unused ChunkPosition class

* preallocate and pool chunk encoding buffers

* make it work correctly on spigot

* make field naming more consistent

* attempt to upgrade to latest MCProtocolLib

* remove debug code

* compile against my MCProtocolLib fork while i wait for my upstream PR to be accepted

* return to Steveice10 MCProtocolLib
2020-10-15 01:30:25 -05:00
..
bootstrap Add support for client side settings (#1035) 2020-08-08 17:41:12 -05:00
command Show the supported Bedrock versions in the version command rather than just the default codec 2020-08-28 19:11:32 -05:00
common Add Fabric as a platform type (#1376) 2020-10-07 18:51:36 -04:00
configuration Set default values for classes as well (#1387) 2020-10-10 18:08:21 -04:00
dump DumpInfo: Mark internal IP as sensitive (#1264) 2020-09-14 20:51:07 -04:00
entity Fix area effect clouds 2020-10-12 20:36:11 -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 Faster chunk conversion (#1400) 2020-10-15 01:30:25 -05:00
ping Clean copyright message and update all files (#1053) 2020-07-30 15:10:15 -05:00
scoreboard Various Scoreboard fixes (#1381) 2020-10-08 19:30:05 -04:00
utils Faster chunk conversion (#1400) 2020-10-15 01:30:25 -05:00
FloodgateKeyLoader.java Scoreboard improvements (#1166) 2020-08-28 10:47:52 -05:00
GeyserConnector.java Set AuthType in Metrics to lowercase (#1395) 2020-10-12 21:28:54 -04:00
GeyserLogger.java Scoreboard improvements (#1166) 2020-08-28 10:47:52 -05:00