ViaVersion/src/main/java/us/myles/ViaVersion
Myles 6c8ccb1b1e Don't send place block twice (1.9 will use use_item to handle items), fixes #244 (may fix more) 2016-03-23 13:37:45 +00:00
..
api Add api method to get player's protocol id, 2016-03-16 21:01:04 +01:00
armor Fix #209 woops my fault 2016-03-13 16:48:07 +01:00
boss Use GSON instead, should fix memory leak issue with JSON. Also make sure that we use a copy of players for the bossbar. 2016-03-18 18:14:58 +00:00
chunks transform chunk bulk packets 2016-03-12 15:47:35 +01:00
commands One line of code can make holes in the world, one line can fix them. (Fixes packet mem leak, also adds useful secret displayleaks command :) ) 2016-03-19 20:45:07 +00:00
handlers Fix chance of another leak happening... 2016-03-19 23:47:03 +00:00
listeners Fix unable to open commandblock after respawn/world change 2016-03-13 14:02:10 +01:00
metadata Discountinue metadata 11. 2016-03-15 21:42:40 +01:00
packets Optimize packet searching 2016-03-11 11:48:42 +01:00
slot [+] added lombok in order to smaller code by removing unnecessary getter, setter and constructors 2016-03-07 15:43:31 +01:00
sounds [+] added lombok in order to smaller code by removing unnecessary getter, setter and constructors 2016-03-07 15:43:31 +01:00
transformers Don't send place block twice (1.9 will use use_item to handle items), fixes #244 (may fix more) 2016-03-23 13:37:45 +00:00
update Be nice and set a user agent for updater 2016-03-07 20:13:01 +00:00
util Remove compress / decompress, rethrow errors if they occur from another handler, Fixes #233 2016-03-16 13:42:17 +00:00
CancelException.java Update to 0.5.3, add inventory title tracking so we're working towards some of the inventory bugs with new ones. 2016-03-06 00:25:24 +00:00
ConnectionInfo.java transform chunk bulk packets 2016-03-12 15:47:35 +01:00
ViaIdleThread.java Optimise ViaIdleThread, use 1 object for all packets. (Quite a big speed up) 2016-03-23 12:35:38 +00:00
ViaVersionPlugin.java Remove unnecessary if statement, this is always true. 2016-03-19 21:53:26 +01:00