1. a82bbc4 Replace keyset map lookups with value iterator by KennyTV · 6 years ago
  2. 867cd4e Move heightmap code above block entity check by KennyTV · 6 years ago
  3. f7b841f Merge pull request #1742 from Gerrygames/abstraction by Myles · 6 years ago
  4. b80902e convert height maps, fix 1.16 chunk reading by Gerrygames · 6 years ago
  5. 90386cd Merge pull request #1741 from Gerrygames/abstraction by Myles · 6 years ago
  6. e22bba0 20w17a, update entity types renamed in 1.13 by Gerrygames · 6 years ago
  7. 2734b18 Block connections true by default by Myles · 6 years ago
  8. c956f23 Add safety checks to skullowner conversion by KennyTV · 6 years ago
  9. 0f90efa Add subplatform versions to dumps by KennyTV · 6 years ago
  10. 83a6346 Add git commit hash to dumps by KennyTV · 6 years ago
  11. d9291e6 Merge pull request #1719 from creeper123123321/portedplayerschange by Myles · 6 years ago
  12. b03dfa9 20w16a by KennyTV · 6 years ago
  13. dd5cbb0 Merge branch 'abstraction' of https://github.com/ViaVersion/ViaVersion into portedplayerschange by creeper123123321 · 6 years ago
  14. 17881b3 javadoc, remove ViaAPIs getPortedPlayers, fix ViaManager.getPortedPlayers name, rename to ViaAPI#isInjected by creeper123123321 · 6 years ago
  15. 47e50d0 Merge pull request #1724 from KennyTV/abstraction by Myles · 6 years ago
  16. 5af9f02 Merge pull request #1379 from creeper123123321/1_8inconsistencyfix by Myles · 6 years ago
  17. 8f08a32 Bai bai to more lombok usage once more by KennyTV · 6 years ago
  18. a91c72f position fix by creeper123123321 · 6 years ago
  19. 99abe39 use short by creeper123123321 · 6 years ago
  20. a0e3d70 unsigned byte by creeper123123321 · 6 years ago
  21. a105c5c Make getPortedPlayers() private, update bungee-api, remove some lombok usage, create ViaConnectionManager by creeper123123321 · 6 years ago
  22. ca78bf9 Remove portedPlayers field, let platform handle players by creeper123123321 · 6 years ago
  23. f8def52 Run Velocity server change logic on event loop by creeper123123321 · 6 years ago
  24. 721808d 20w15a by KennyTV · 6 years ago
  25. 3c9c610 Merge pull request #1689 from KennyTV/abstraction by Myles · 6 years ago
  26. df70273 Readd block entity wrapping by KennyTV · 6 years ago
  27. 3737242 Cleanup chunk types by KennyTV · 6 years ago
  28. ebff5e2 Adapt tagdata loading by KennyTV · 6 years ago
  29. 081781f Some cleanup by KennyTV · 6 years ago
  30. c570f4a Minor change by KennyTV · 6 years ago
  31. 563c5f8 Don't expose executor and future map by KennyTV · 6 years ago
  32. 248fd92 Use CompletableFuture.runAsync by KennyTV · 6 years ago
  33. 757654a Minor changes by KennyTV · 6 years ago
  34. e658304 Asynchronously load mappings (until needed), create optional mappings cache for VB by KennyTV · 6 years ago
  35. b5e5118 Minor protocol cleanup by KennyTV · 6 years ago
  36. 95db675 Add missing tags for client sending, cleanup by KennyTV · 6 years ago
  37. cae6add Fill beacon tag in case it's fully used by the client in the future by KennyTV · 6 years ago
  38. ed26971 Fix beacon item payment by KennyTV · 6 years ago
  39. 7cdcdfa Minor cleanup to tagrewriter by KennyTV · 6 years ago
  40. 8314f6c Send empty non_flammable_wood itemtag as well by KennyTV · 6 years ago
  41. 297fe0a Send empty non_flammable_wood tag by KennyTV · 6 years ago
  42. b6592b3 Fix zombie id by KennyTV · 6 years ago
  43. b1d6a49 Fix entity remap by KennyTV · 6 years ago
  44. 0fcba4f Minor changes by KennyTV · 6 years ago
  45. 0ee6369 20w14a, entity name fixes, abstract tag rewriter by KennyTV · 6 years ago
  46. b941a6a 20w13b by KennyTV · 6 years ago
  47. 90f363a Use correct parent for hoglin and strider by KennyTV · 6 years ago
  48. 875b85b 20w13a by KennyTV · 6 years ago
  49. 6b7f00e fix skull items by Gerrygames · 6 years ago
  50. 20ce8cc Fix block entity uuid nbt, fix particles by KennyTV · 6 years ago
  51. 6eaeb5a Fix login packet reading on 1.16 servers by KennyTV · 6 years ago
  52. f245bb8 Merge pull request #1679 from KennyTV/abstraction by Myles · 6 years ago
  53. f746fda Unroll uuid reading/writing by KennyTV · 6 years ago
  54. a7ab415 20w12a by KennyTV · 6 years ago
  55. 5057ac3 Remove null check for channel in UserConnection again by KennyTV · 6 years ago
  56. 7887e10 20w11a by KennyTV · 6 years ago
  57. dd73ba4 Remove some lombok usage from the api package by KennyTV · 6 years ago
  58. 2bf69c2 20w10a by KennyTV · 6 years ago
  59. 97db997 Fix typo by KennyTV · 6 years ago
  60. efbc246 20w09a by KennyTV · 6 years ago
  61. df7ef32 20w08a by KennyTV · 6 years ago
  62. 1a4945e Merge branch 'master' into abstraction by KennyTV · 6 years ago
  63. e3e88d4 Merge pull request #1646 from Jo0001/patch-1 by Myles · 6 years ago
  64. 529f9a0 Fix double space and use a by Myles · 6 years ago
  65. c2d8b43 Update hoglin, add piglin entity type by KennyTV · 6 years ago
  66. 6d82326 20w07a by KennyTV · 6 years ago
  67. 5c54e8a Merge branch 'master' into abstraction by KennyTV · 6 years ago
  68. 7e164b4 Add vines blockconnection to prevent unwanted climbing Fixes #1640 by KennyTV · 6 years ago
  69. 681a0dc Remove deprecated api, remove a bit of magic by KennyTV · 6 years ago
  70. 3f5500c Remove a bit of magic, use finals by KennyTV · 6 years ago
  71. c4b447f Handle items in cooldown packet by KennyTV · 6 years ago
  72. 177b0fb Fix particle mapping by KennyTV · 6 years ago
  73. 2184ef1 20w06a, more cleanup by KennyTV · 6 years ago
  74. c33611d Cleanup 1.11 entityidrewriter by KennyTV · 6 years ago
  75. bf15415 Add link to krusics "Blocked Version Generator" by Jo0001 · 6 years ago
  76. 7f6c429 Minor blockconnection cleanup, reduce map lookups by KennyTV · 6 years ago
  77. 116706c Option to (not) remap infested blocks to their normal variants Fixes #1642 by KennyTV · 6 years ago
  78. 598b51a Do not unnecessarily register tasks/listeners by KennyTV · 6 years ago
  79. b06b9c6 Do not unnecessarily register tasks/listeners by KennyTV · 6 years ago
  80. 704f946 Merge remote-tracking branch 'origin/master' into abstraction by KennyTV · 6 years ago
  81. f9d10a9 1.15.2 support by KennyTV · 6 years ago
  82. 379c579 Merge branch 'master' into dev by KennyTV · 6 years ago
  83. 8569f47 Merge branch 'dev' into abstraction by KennyTV · 6 years ago
  84. 4cf09f2 1.15-pre2 by Gerrygames · 6 years ago
  85. 5d1b8db Put translation values into correct map by KennyTV · 6 years ago
  86. 605b217 Convert (general) 1.12.2->1.13 statistics by KennyTV · 6 years ago
  87. 814bd9d Merge remote-tracking branch 'origin/master' into abstraction by KennyTV · 6 years ago
  88. 7f0af23 Fix 1.11 evocation id Fixes #1629 by KennyTV · 6 years ago
  89. c64c273 Merge branch 'master' into dev by Myles · 6 years ago
  90. cd2ca76 Merge branch 'master' into abstraction by Myles · 6 years ago
  91. 538b467 Fix heightmaps by KennyTV · 6 years ago
  92. c704813 1.15.2-pre1 by Gerrygames · 6 years ago
  93. 86af7f0 Merge pull request #1601 from KennyTV/abstraction by Myles · 6 years ago
  94. 3384b6b Only load mappings file from dir if manually copied by KennyTV · 6 years ago
  95. 4bdb566 Kept the wrong defaults by KennyTV · 6 years ago
  96. 5ad62a0 Make plugin channel mappings modifiable by KennyTV · 6 years ago
  97. 5d97485 Some more cleanup by KennyTV · 6 years ago
  98. fddbeda Back to snapshot by KennyTV · 6 years ago
  99. 1c1ec10 Common methods for block rewriting by KennyTV · 6 years ago
  100. cd9566f 1.15.1 support by Myles · 6 years ago