Geyser/bootstrap/spigot/src/main/java/org/geysermc/platform/spigot
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
..
command Remove 'geyser' from parameters when executing a command under Spigot, Bungeecord, Sponge, Velocity (#1266) 2020-09-28 23:49:46 -04:00
world Faster chunk conversion (#1400) 2020-10-15 01:30:25 -05:00
GeyserSpigotConfiguration.java Scoreboard improvements (#1166) 2020-08-28 10:47:52 -05:00
GeyserSpigotDumpInfo.java Add support for sensitive data in dumps (#1149) 2020-08-15 16:06:50 -04:00
GeyserSpigotLogger.java Scoreboard improvements (#1166) 2020-08-28 10:47:52 -05:00
GeyserSpigotMain.java Clean copyright message and update all files (#1053) 2020-07-30 15:10:15 -05:00
GeyserSpigotPingPassthrough.java Clean copyright message and update all files (#1053) 2020-07-30 15:10:15 -05:00
GeyserSpigotPlugin.java Non-full-chunk support (#574) 2020-09-03 19:00:36 -04:00