1. ae6cff5 Remove deprecated config methods by KennyTV · 7 years ago
  2. eb9520c Reduce duplicated code in config classes by KennyTV · 7 years ago
  3. f8f2009 Move some default methods to EntityType by KennyTV · 7 years ago
  4. a6e1488 Merge pull request #1331 from Gerrygames/abstraction by Myles · 7 years ago
  5. 6e45162 fix missing final declaration by Gerrygames · 7 years ago
  6. 2e37175 1.14.1 abstraction by Gerrygames · 7 years ago
  7. f254423 Merge remote-tracking branch 'Myles/master' into abstraction_1.14.1 by Gerrygames · 7 years ago
  8. 56a34ec Update to 2.1.0 by Myles · 7 years ago
  9. 77d5721 1.14.1 by Gerrygames · 7 years ago
  10. 18f7459 Java 8, FunctionalInterface remapper by Gerrygames · 7 years ago
  11. e8f8473 IEntityType -> EntityType by Gerrygames · 7 years ago
  12. 1d0d032 Merge branch 'master' into dev by Myles · 7 years ago
  13. fac7daf Use fixed locale for toUpperCase/toLower #1126 by Myles · 7 years ago
  14. a51f347 Use readableBytes by creeper123123321 · 7 years ago
  15. 56b48a8 1.14.1-pre2 by Gerrygames · 7 years ago
  16. 1fe3c33 1.14-pre2 by Gerrygames · 7 years ago
  17. 2442520 use spaces by Gerrygames · 7 years ago
  18. 44183f1 @Override and protected by Gerrygames · 7 years ago
  19. 23b68a8 abstract MetadataRewriter by Gerrygames · 7 years ago
  20. 4d16dbf Not tested workaround for #1312 by creeper123123321 · 7 years ago
  21. 6911d06 abstract EntityTracker by Gerrygames · 7 years ago
  22. 3b932bd 1.14.1 pre1 by Gerrygames · 7 years ago
  23. 5a2c047 Register tabcompletethread once - fixes #1316 by creeper123123321 · 7 years ago
  24. e249ea1 fix tag ids - not tested by creeper123123321 · 7 years ago
  25. e1b06d3 Add some needed tags by creeper123123321 · 7 years ago
  26. ad12866 Send set view distance on server change - not tested by creeper123123321 · 7 years ago
  27. 6b58d86 Make PipelineUtil.containsCause check if the instance is of the class type by creeper123123321 · 7 years ago
  28. 7f6069e Send light update before chunk packet, maybe better ByteBuf releasing, ignore cancel exception on UserConnection#send by creeper123123321 · 7 years ago
  29. 04d5ae0 Merge pull request #1305 from creeper123123321/master by Myles · 7 years ago
  30. 06340e5 faster light writing by Gerrygames · 7 years ago
  31. 6d8a763 Don't send pose to the client entity by creeper123123321 · 7 years ago
  32. 61b5c90 Recalculate pose when using or leaving bed by creeper123123321 · 7 years ago
  33. d7eff51 Not tested pose handling by creeper123123321 · 7 years ago
  34. da7a570 Merge pull request #1303 from KennyTV/master by Myles · 7 years ago
  35. 13086c7 Fixed connecting after sending the packet by creeper123123321 · 7 years ago
  36. d76e70b Don't cache Item by KennyTV · 7 years ago
  37. c7c5c79 Some minor optimization by KennyTV · 7 years ago
  38. 87eceb5 Use cached cancel exception when not in debug mode by creeper123123321 · 7 years ago
  39. 7b29972 Fix wrong protocol class by creeper123123321 · 7 years ago
  40. 4258f52 Workaround for packet order issue in neighbour chunk updates by creeper123123321 · 7 years ago
  41. 63fc733 Merge pull request #1292 from Gerrygames/palette_fix by Myles · 7 years ago
  42. c8a19a1 fix setPaletteEntry by Gerrygames · 7 years ago
  43. 6ab525b Fix blockconnection by KennyTV · 7 years ago
  44. fd1932c Merge pull request #1288 from creeper123123321/master by Myles · 7 years ago
  45. ac19437 Remove unnecessary heightmap entries by KennyTV · 7 years ago
  46. 1f86c6a Slightly reduce map lookups by KennyTV · 7 years ago
  47. 44f8f5e Fix husks by creeper123123321 · 7 years ago
  48. 0be8a56 Back to snapshot by Myles · 7 years ago
  49. 0b4d49d 2.0.1 by Myles · 7 years ago
  50. 0380d80 Force resend center chunk on respawn by creeper123123321 · 7 years ago
  51. 53a639e 1.14 heightmap by Gerrygames · 7 years ago
  52. 8d85106 Set center chunk to 0,0 on respawn by creeper123123321 · 7 years ago
  53. 2e289a1 Fix encoding of position by Myles · 7 years ago
  54. b4418c0 Fix Entity Tracker on Bungee being incorrect after server switch #1215 by Myles · 7 years ago
  55. 05e056a Cancel packets correctly so they don't mess bungee up by Myles · 7 years ago
  56. d50ceaa Back to snapshot by Myles · 7 years ago
  57. 34b0db5 Get ready.... by Myles · 7 years ago
  58. 0c9de82 Merging went wrong by Myles · 7 years ago
  59. 11ce852 Merge with master by Myles · 7 years ago
  60. 4a8534c Refactor class names for protocols by Myles · 7 years ago
  61. c3e406e Workaround villager packet causing issues by Myles · 7 years ago
  62. dad71f1 Rewrite inventory names which use .name syntax by Myles · 7 years ago
  63. d3662d2 Merge branch 'master' into dev by Myles · 7 years ago
  64. d699000 Default to 'packet' blockconnection method by Myles · 7 years ago
  65. e38bdff Hitbox fix options by KennyTV · 7 years ago
  66. a4085c1 only update center chunk when needed by Gerrygames · 7 years ago
  67. 4eb69ea Run zombie rewrite before zombie villager rewrite by creeper123123321 · 7 years ago
  68. 8b5f6d1 fixed some metadata by creeper123123321 · 7 years ago
  69. 3a4db0a fixed by creeper123123321 · 7 years ago
  70. b235210 Handle new attack mode flag in insentient by creeper123123321 · 7 years ago
  71. f262809 Remap areaeffectcloud particles by KennyTV · 7 years ago
  72. d7353e0 Remove ')' by KennyTV · 7 years ago
  73. 6674423 Merge branch 'dev' of https://github.com/ViaVersion/ViaVersion into dev by KennyTV · 7 years ago
  74. e34c291 fix velocity in item and arrow by creeper123123321 · 7 years ago
  75. 6c39966 Fix tridents by KennyTV · 7 years ago
  76. f64d544 1.14 Pre-Release 5 by Gerrygames · 7 years ago
  77. 8c27ead 1.14 Pre-Release 3 by Gerrygames · 7 years ago
  78. ea5ab1c 1.14 Pre-Release 2 by Gerrygames · 7 years ago
  79. 6d1464d fix leave bed by creeper123123321 · 7 years ago
  80. 2d6defb Resync the inventory when selecting trade Closes #1237 by creeper123123321 · 7 years ago
  81. 4c6ee80 fix horse equipment packet id by Gerrygames · 7 years ago
  82. afe767c 1.14 Pre-Release 1 by Gerrygames · 7 years ago
  83. c51373d fix open sign editor by Gerrygames · 7 years ago
  84. 421a5e8 Merge branch 'master' into dev by Myles · 7 years ago
  85. 9fe19e7 Update GitHub + chat links by Myles · 7 years ago
  86. cf3eb8b More plugin messages by creeper123123321 · 7 years ago
  87. d9e057e Use set center chunk packet by creeper123123321 · 7 years ago
  88. 33cd80d Merge pull request #1244 from Gerrygames/1.14 by Myles · 7 years ago
  89. 8231b3a 19w14b by Gerrygames · 7 years ago
  90. 9168733 Actually fix book opening by KennyTV · 7 years ago
  91. 3ef8aa9 19w14a by Gerrygames · 7 years ago
  92. 77acdc1 Fix invisible renamed banners by creeper123123321 · 7 years ago
  93. aecf9fb Merge pull request #1236 from ViaVersion/master by Myles · 7 years ago
  94. c8d1304 Merge pull request #1230 from creeper123123321/dev2 by Myles · 7 years ago
  95. 6751acb Generated mappings for 13b by creeper123123321 · 7 years ago
  96. 475fb97 19w13b and workaround for chunks not loading near to world border on 1.13.2 on join by creeper123123321 · 7 years ago
  97. acee33a fix chunk loading in 19w13a by Gerrygames · 7 years ago
  98. 65f6009 19w13a by Gerrygames · 7 years ago
  99. 19a75ab read nbt in 1.14 chunk, pose metatype, don't change ping protocol if different from provider by creeper123123321 · 7 years ago
  100. 0f49ce2 Update OpenNBT by creeper123123321 · 7 years ago