1. ab93e08 Rename platform task implementations by KennyTV · 4 years, 3 months ago
  2. 96b5051 Use primitive long in task methods by KennyTV · 4 years, 3 months ago
  3. 9e59ef4 Hold the rest of the primitive Type instances under their actual class by KennyTV · 4 years, 3 months ago
  4. 0074683 ProtocolInfo is not a StoredObject by KennyTV · 4 years, 3 months ago
  5. 8e15b6d 21w17a by KennyTV · 4 years, 3 months ago
  6. cad3583 Rename outgoing->clientbound, incoming->serverbound by KennyTV · 4 years, 3 months ago
  7. a2b3906 Move bossbar to new legacy package, since it only works on <1.9 by KennyTV · 4 years, 3 months ago
  8. cadb5ec Rename abstract Protocol to AbstractProtocol by KennyTV · 4 years, 3 months ago
  9. 95e2067 Clean up ProtocolPipeline by KennyTV · 4 years, 3 months ago
  10. f1c8d27 Reformat imports by KennyTV · 4 years, 3 months ago
  11. 318c49c More interfaces, keep ProtocolRegistry.SERVER_PROTOCOL legacy api by KennyTV · 4 years, 3 months ago
  12. d4bc31d Always create ProtocolInfo, store mappings as int[] by KennyTV · 4 years, 3 months ago
  13. 30d122e Create some fancy interfaces by KennyTV · 4 years, 3 months ago
  14. 49d3860 Add ProtocolVersion to legacy api by KennyTV · 4 years, 3 months ago
  15. deec4b5 Move some packages and classes around by KennyTV · 4 years, 3 months ago
  16. dbf6a11 Keep wrapping Via, ViaAPI, and Bossbar API in api-legacy module by KennyTV · 4 years, 3 months ago
  17. a25a563 Change package/imports in classes and build configs by KennyTV · 4 years, 3 months ago
  18. a3b1ce8 Repackage to com.viaversion by KennyTV · 4 years, 3 months ago
  19. c02047a Change group id to com.viaversion by KennyTV · 4 years, 3 months ago
  20. f18e2b3 Cancel Bungee packet encoding when closed (#2448) by Juan Cruz Linsalata · 4 years, 3 months ago
  21. ad0842c Bump version to 4.0.0, remove ProtocolRegistry by KennyTV · 4 years, 3 months ago
  22. 2b19a98 21w16a by KennyTV · 4 years, 3 months ago
  23. d40ce9f Minor optimizations in pipeline filling by KennyTV · 4 years, 3 months ago
  24. 144c24c Move packet tracking methods out of UserConnectionn by KennyTV · 4 years, 3 months ago
  25. 2c884dc Feat (Bungee): Use only unsafe field modifications (#2440) by Mariell Hoversholm · 4 years, 3 months ago
  26. d0882cf Update GsonUtil, more javadoc by KennyTV · 4 years, 3 months ago
  27. cfec0cc Improve 1.9->1.8 block place translation (and fix some bugs) (#2437) by RK_01 · 4 years, 3 months ago
  28. d3a3e36 Fix publishing by KennyTV · 4 years, 3 months ago
  29. f1eef02 Fix Java 16 compatibility on Bukkit/Sponge 1.8 (#2438) by MrMicky · 4 years, 3 months ago
  30. 4df70de Add note on required jdk version for compilation by KennyTV · 4 years, 3 months ago
  31. 898521d 21w15a by KennyTV · 4 years, 3 months ago
  32. 87d54f1 Clean up build scripts using new Gradle features (#2436) by Jason · 4 years, 3 months ago
  33. c7e5b4a Update to Gradle 7.0 by KennyTV · 4 years, 3 months ago
  34. 458279d Fix (Bungee): Java 16 compatibility (#2433) by Mariell Hoversholm · 4 years, 3 months ago
  35. 7300a69 Use Paper method to get server protocol version if possible by KennyTV · 4 years, 3 months ago
  36. 76e739e fix ghost shield issue and delayed interaction when switching to another item (#2432) by LabyStudio · 4 years, 3 months ago
  37. 0ee80dc Don't throw an exception on hover parse failure by KennyTV · 4 years, 3 months ago
  38. 4473f86 Update ComponentRewriter by KennyTV · 4 years, 4 months ago
  39. 9f380a7 Handle minecart block data (#2424) by creeper123123321 · 4 years, 4 months ago
  40. 3c7d481 Fix namespaced 1.12->1.13 sound conversion by KennyTV · 4 years, 4 months ago
  41. b23c01c Javadoc additions by KennyTV · 4 years, 4 months ago
  42. 00b8289 Handle new entity pose from 21w13a by KennyTV · 4 years, 4 months ago
  43. e9fa5b4 21w14a by KennyTV · 4 years, 4 months ago
  44. ef8cb05 Update build badge in readme by KennyTV · 4 years, 4 months ago
  45. e83686d Implement showShieldWhenSwordInHand option (#2417) by LabyStudio · 4 years, 4 months ago
  46. 26bbc92 Warn about potentially unstable plugins/server software by KennyTV · 4 years, 4 months ago
  47. 9ccd8bf Fix error with shit-click on offhand slot on 1.8 servers (#2419) by MrMicky · 4 years, 4 months ago
  48. 29d6b55 Fix ChunkSection nullability annotations by KennyTV · 4 years, 4 months ago
  49. 1251d43 Fix invalid enchantment parsing Fixes #2418 by KennyTV · 4 years, 4 months ago
  50. 070c7f5 Move to checker qual nullability annotations by KennyTV · 4 years, 4 months ago
  51. d79bd00 Minor log changes by KennyTV · 4 years, 4 months ago
  52. df7a644 Add ShortByteArrayType, minor PacketWrapper changes (#2413) by creeper123123321 · 4 years, 4 months ago
  53. 956492b Add option to fix delayed shield blocking (#2415) by R0bbyYT · 4 years, 4 months ago
  54. 1d31128 GitHub workflow (#2163) by creeper123123321 · 4 years, 4 months ago
  55. b251170 Add goat entity type by KennyTV · 4 years, 4 months ago
  56. ab376dc 21w13a by KennyTV · 4 years, 4 months ago
  57. fd9442b Minor jd changes in ViaAPI, fix typo by KennyTV · 4 years, 4 months ago
  58. a63f2ab Improve server version API by KennyTV · 4 years, 4 months ago
  59. d918fd2 Reduce boxing in protocol path getting by KennyTV · 4 years, 4 months ago
  60. 6335620 ProtocolRegistry -> ProtocolManager interface by KennyTV · 4 years, 4 months ago
  61. 210cae7 Add MIT copyright headers to the api module by KennyTV · 4 years, 4 months ago
  62. 0ab2c62 Split parts of common into api; We are now GPL, api is MIT by KennyTV · 4 years, 4 months ago
  63. b8072aa Merge remote-tracking branch 'origin/master' into dev by KennyTV · 4 years, 4 months ago
  64. 00b4c9b Add feature request template by KennyTV · 4 years, 4 months ago
  65. 2f45de2 Small changes to the issue form by KennyTV · 4 years, 4 months ago
  66. f60c016 Issue forms, anyone? by KennyTV · 4 years, 4 months ago
  67. bfcfb43 Add missing doc by KennyTV · 4 years, 4 months ago
  68. 9b4d50b Tidy up concurrent mapping loading by KennyTV · 4 years, 4 months ago
  69. bdeb5ac Fix license bundling by KennyTV · 4 years, 4 months ago
  70. 81b9f1b 21w11a by KennyTV · 4 years, 4 months ago
  71. 0552863 Update adventure by KennyTV · 4 years, 4 months ago
  72. 0986e17 Fix drag desync by KennyTV · 4 years, 4 months ago
  73. b589561 More primitive tag calls by KennyTV · 4 years, 4 months ago
  74. 388eb73 Update nbt usage by KennyTV · 4 years, 4 months ago
  75. 2f7de53 Merge remote-tracking branch 'origin/master' into dev by KennyTV · 4 years, 4 months ago
  76. f7afe84 21w10a (kind of) by KennyTV · 4 years, 5 months ago
  77. ea01465 Add "forced-use-1_17-resource-pack" option (#2390) by LemonCaramel · 4 years, 5 months ago
  78. 72de597 Fix Explosion Mapping (#2389) by LemonCaramel · 4 years, 5 months ago
  79. d7c8f3a Update Sponge repository url by KennyTV · 4 years, 5 months ago
  80. 6cc761e Title Packet fix (#2387) by LemonCaramel · 4 years, 5 months ago
  81. 2723302 Update bug_report.md by Joseph Burton · 4 years, 5 months ago
  82. 6497cca Update adventure by KennyTV · 4 years, 5 months ago
  83. ec188db Shade relocated adventure without breaking native platform usage by KennyTV · 4 years, 5 months ago
  84. b84bc76 Fixes by KennyTV · 4 years, 8 months ago
  85. cf8d11d Let's go on an <insert title card> by KennyTV · 4 years, 8 months ago
  86. 7f8052c Fix handling of unknown container ids (#2384) by RK_01 · 4 years, 5 months ago
  87. 08763a9 Add 1.17 to table by KennyTV · 4 years, 5 months ago
  88. 6e9e757 Fix ExceptionInInitializerError (#2372) by LemonCaramel · 4 years, 5 months ago
  89. 5e227cb Fix Bungee Chat relocation Fixes #2371 by KennyTV · 4 years, 5 months ago
  90. 3c73d70 Fix handling of animation 3 in 1.8->1.9 (#2358) by RK_01 · 4 years, 5 months ago
  91. 9fbadc0 Keep white background of version chart by KennyTV · 4 years, 5 months ago
  92. 6b7818e 21w08b by KennyTV · 4 years, 5 months ago
  93. 16208b2 Update README by KennyTV · 4 years, 5 months ago
  94. a0351b8 Update version by KennyTV · 4 years, 5 months ago
  95. 35ac41e Fix subproject version/name by KennyTV · 4 years, 5 months ago
  96. 46a01cb Fix publishing (#2364) by Jason · 4 years, 5 months ago
  97. e437c65 Revert "Try /everything" by Myles · 4 years, 5 months ago
  98. f5b8937 Try /everything by KennyTV · 4 years, 5 months ago
  99. 8e06981 Set maven authentication to basic by Myles · 4 years, 5 months ago
  100. b6bee8f Configure artifacts for publication by jmp · 4 years, 5 months ago