1. 545ab2d Enforce correct packet types with generics, 1.9 packet constant by KennyTV · 6 years ago
  2. 38f845b Consistency changes, 1.11->1.12 packet constants Almost there! :> by KennyTV · 6 years ago
  3. 9f80553 Safety checks, packet type constants for 1.12->1.13 protocol by KennyTV · 6 years ago
  4. d7d4e58 Packet type constants and auto channel mapping by KennyTV · 6 years ago
  5. 9a59c40 Fix dimension registry data by KennyTV · 6 years ago
  6. 8a00e26 Pre 2 protocol bump by KennyTV · 6 years ago
  7. 1285a0c 1.16-pre1 by KennyTV · 6 years ago
  8. eb9d913 Add toString, equals, and hashCode to Metadata by KennyTV · 6 years ago
  9. 796a42c Send new 20w22a tags by KennyTV · 6 years ago
  10. a9e2544 20w22a by KennyTV · 6 years ago
  11. bea01bc Fix respawn reading by KennyTV · 6 years ago
  12. 799c933 Make SoundRewriter fields protected by KennyTV · 6 years ago
  13. 6b9e67f Sound rewriter cleanup - don't send -1 sound ids Addresses #1783 by KennyTV · 6 years ago
  14. af30235 Fix dimension identifier by KennyTV · 6 years ago
  15. 92f4e3d 20w21a by KennyTV · 6 years ago
  16. f7eb445 Merge pull request #1775 from KennyTV/abstraction by Myles · 6 years ago
  17. 98b7727 20w20b by KennyTV · 6 years ago
  18. 1394c70 Shouldn't try to write helpful messages when drunk by FivePB (Xer) · 6 years ago
  19. 595b8c3 Yes much tree by FivePB (Xer) · 6 years ago
  20. 27cbd84 Much fighting over this mess(age) by FivePB (Xer) · 6 years ago
  21. 5c5c1ed 20w20a by KennyTV · 6 years ago
  22. 245c7e8 Add wall_post_override blocktag by KennyTV · 6 years ago
  23. 25d54ae Add runnable list to be executed before the full init by KennyTV · 6 years ago
  24. 5009ffb handle new window type in 1.16 by Gerrygames · 6 years ago
  25. 47b4340 20w19a by KennyTV · 6 years ago
  26. 222c03a Fix block connections causing issues with TNT by konwboy · 6 years ago
  27. d5ff2b5 Merge pull request #1735 from KennyTV/abstraction by Myles · 6 years ago
  28. 93d21ef fix enchantments in enchanting table for 1.16 by Gerrygames · 6 years ago
  29. 1920113 20w18a by KennyTV · 6 years ago
  30. da2f153 Share JsonParser instance by KennyTV · 6 years ago
  31. 24ebb77 Directly add dependent futures to the list instead of waiting for the extra boolean by KennyTV · 6 years ago
  32. e4bac5f Improve shutdown of executor loader and mappings cache by KennyTV · 6 years ago
  33. 4b9a15b Some javadoc changes by KennyTV · 6 years ago
  34. 3282646 Wrap reflectiveoperationexception in concurrentlist clone by KennyTV · 6 years ago
  35. 886ac73 Add null check to channel close by KennyTV · 6 years ago
  36. 762c66f Farewell, lombok! by KennyTV · 6 years ago
  37. 53b8c23 Uncache UserConnection on channel close, fix memory leak by KennyTV · 6 years ago
  38. 578c661 Check if player is handled by Via on disconnect by KennyTV · 6 years ago
  39. a82bbc4 Replace keyset map lookups with value iterator by KennyTV · 6 years ago
  40. 867cd4e Move heightmap code above block entity check by KennyTV · 6 years ago
  41. f7b841f Merge pull request #1742 from Gerrygames/abstraction by Myles · 6 years ago
  42. b80902e convert height maps, fix 1.16 chunk reading by Gerrygames · 6 years ago
  43. 90386cd Merge pull request #1741 from Gerrygames/abstraction by Myles · 6 years ago
  44. e22bba0 20w17a, update entity types renamed in 1.13 by Gerrygames · 6 years ago
  45. 2734b18 Block connections true by default by Myles · 6 years ago
  46. 3a5a47a Add fire connection handler by KennyTV · 6 years ago
  47. c956f23 Add safety checks to skullowner conversion by KennyTV · 6 years ago
  48. 0f90efa Add subplatform versions to dumps by KennyTV · 6 years ago
  49. 83a6346 Add git commit hash to dumps by KennyTV · 6 years ago
  50. d9291e6 Merge pull request #1719 from creeper123123321/portedplayerschange by Myles · 6 years ago
  51. b03dfa9 20w16a by KennyTV · 6 years ago
  52. dd5cbb0 Merge branch 'abstraction' of https://github.com/ViaVersion/ViaVersion into portedplayerschange by creeper123123321 · 6 years ago
  53. 17881b3 javadoc, remove ViaAPIs getPortedPlayers, fix ViaManager.getPortedPlayers name, rename to ViaAPI#isInjected by creeper123123321 · 6 years ago
  54. 47e50d0 Merge pull request #1724 from KennyTV/abstraction by Myles · 6 years ago
  55. 5af9f02 Merge pull request #1379 from creeper123123321/1_8inconsistencyfix by Myles · 6 years ago
  56. 8f08a32 Bai bai to more lombok usage once more by KennyTV · 6 years ago
  57. a91c72f position fix by creeper123123321 · 6 years ago
  58. 99abe39 use short by creeper123123321 · 6 years ago
  59. a0e3d70 unsigned byte by creeper123123321 · 6 years ago
  60. a105c5c Make getPortedPlayers() private, update bungee-api, remove some lombok usage, create ViaConnectionManager by creeper123123321 · 6 years ago
  61. ca78bf9 Remove portedPlayers field, let platform handle players by creeper123123321 · 6 years ago
  62. f8def52 Run Velocity server change logic on event loop by creeper123123321 · 6 years ago
  63. 721808d 20w15a by KennyTV · 6 years ago
  64. 3c9c610 Merge pull request #1689 from KennyTV/abstraction by Myles · 6 years ago
  65. df70273 Readd block entity wrapping by KennyTV · 6 years ago
  66. 3737242 Cleanup chunk types by KennyTV · 6 years ago
  67. ebff5e2 Adapt tagdata loading by KennyTV · 6 years ago
  68. 081781f Some cleanup by KennyTV · 6 years ago
  69. c570f4a Minor change by KennyTV · 6 years ago
  70. 563c5f8 Don't expose executor and future map by KennyTV · 6 years ago
  71. 248fd92 Use CompletableFuture.runAsync by KennyTV · 6 years ago
  72. 757654a Minor changes by KennyTV · 6 years ago
  73. e658304 Asynchronously load mappings (until needed), create optional mappings cache for VB by KennyTV · 6 years ago
  74. b5e5118 Minor protocol cleanup by KennyTV · 6 years ago
  75. 95db675 Add missing tags for client sending, cleanup by KennyTV · 6 years ago
  76. cae6add Fill beacon tag in case it's fully used by the client in the future by KennyTV · 6 years ago
  77. ed26971 Fix beacon item payment by KennyTV · 6 years ago
  78. 7cdcdfa Minor cleanup to tagrewriter by KennyTV · 6 years ago
  79. 8314f6c Send empty non_flammable_wood itemtag as well by KennyTV · 6 years ago
  80. 297fe0a Send empty non_flammable_wood tag by KennyTV · 6 years ago
  81. b6592b3 Fix zombie id by KennyTV · 6 years ago
  82. b1d6a49 Fix entity remap by KennyTV · 6 years ago
  83. 0fcba4f Minor changes by KennyTV · 6 years ago
  84. 0ee6369 20w14a, entity name fixes, abstract tag rewriter by KennyTV · 6 years ago
  85. b941a6a 20w13b by KennyTV · 6 years ago
  86. 90f363a Use correct parent for hoglin and strider by KennyTV · 6 years ago
  87. 875b85b 20w13a by KennyTV · 6 years ago
  88. 6b7f00e fix skull items by Gerrygames · 6 years ago
  89. 20ce8cc Fix block entity uuid nbt, fix particles by KennyTV · 6 years ago
  90. 6eaeb5a Fix login packet reading on 1.16 servers by KennyTV · 6 years ago
  91. f245bb8 Merge pull request #1679 from KennyTV/abstraction by Myles · 6 years ago
  92. f746fda Unroll uuid reading/writing by KennyTV · 6 years ago
  93. a7ab415 20w12a by KennyTV · 6 years ago
  94. 5057ac3 Remove null check for channel in UserConnection again by KennyTV · 6 years ago
  95. 7887e10 20w11a by KennyTV · 6 years ago
  96. dd73ba4 Remove some lombok usage from the api package by KennyTV · 6 years ago
  97. 2bf69c2 20w10a by KennyTV · 6 years ago
  98. 97db997 Fix typo by KennyTV · 6 years ago
  99. efbc246 20w09a by KennyTV · 6 years ago
  100. df7ef32 20w08a by KennyTV · 6 years ago