1. 1a7ce90 Release by Myles · 5 years ago
  2. d3fb7cd 1.16.1 by KennyTV · 5 years ago
  3. 8b61d16 Send remaining (empty) tags Fixes #1830 by KennyTV · 5 years ago
  4. 50cb30b Version graph (updated by @kennytv) by Myles · 5 years ago
  5. 5b807a9 Fix motd reading in some cases Fixes #1826 by KennyTV · 5 years ago
  6. f671a4f Work around player sample line breaks Fixes #1819 by KennyTV · 5 years ago
  7. 0b1c210 Fix component read length Fixes #1822, fixes #1696 by KennyTV · 5 years ago
  8. 9220c5a Remap ocelots to cats in 1.13->1.14 again Fixes #1815 by KennyTV · 5 years ago
  9. f391cc6 Send impact_projectiles enttiy tag by KennyTV · 5 years ago
  10. b0fe7d9 Also add wooden_trapdoors item tag by KennyTV · 5 years ago
  11. 3d39f0d Fix wooden_trapdoors tag checking by KennyTV · 5 years ago
  12. 4202977 Back to snapshot by Myles · 5 years ago
  13. cf00b9e 3.0.0 by Myles · 5 years ago
  14. b0816b1 Merge pull request #1812 from KennyTV/abstraction by Myles · 5 years ago
  15. 67cce53 Revert removal of concurrency hacks by KennyTV · 5 years ago
  16. 0c097d7 Merge pull request #1810 from KennyTV/abstraction by Myles · 5 years ago
  17. 70e142e Fix 1.16 Bungee compat by KennyTV · 5 years ago
  18. 9f10486 Prepare for 1.16 by KennyTV · 5 years ago
  19. 7ec9eb0 Fix banner item color in 1.12->1.13 Fixes #1809 by KennyTV · 5 years ago
  20. 2ea3d60 Merge pull request #1807 from KennyTV/abstraction by Myles · 5 years ago
  21. 7595ca0 Avoid a bit of overhead in manual primitive type reading by KennyTV · 5 years ago
  22. 5a15d34 1.16 rc1 by KennyTV · 5 years ago
  23. cc500e4 1.16 pre8 by KennyTV · 5 years ago
  24. 4c7cf56 Fix future entity equip reading by KennyTV · 5 years ago
  25. f570e77 Merge pull request #1805 from KennyTV/abstraction by Myles · 5 years ago
  26. 9785878 1.16 pre7 by KennyTV · 5 years ago
  27. 6cd6c87 1.16 pre6 by KennyTV · 5 years ago
  28. 8d7c774 Only print codec netty exceptions by KennyTV · 5 years ago
  29. b9889d2 1.16 pre5 by KennyTV · 5 years ago
  30. a58257b Merge pull request #1802 from KennyTV/abstraction by Myles · 5 years ago
  31. 7924dfe Remove -1 tag workaround, fixed in pre4 by KennyTV · 5 years ago
  32. 989c0bf 1.16 pre4 by KennyTV · 5 years ago
  33. 064c7a3 Merge pull request #1801 from KennyTV/abstraction by Myles · 5 years ago
  34. e1b2702 1.16 pre3 by KennyTV · 5 years ago
  35. 029f399 Rename ViaCodecException to CancelCodecException by KennyTV · 5 years ago
  36. 7588609 Fix cancelexception printing by KennyTV · 5 years ago
  37. 6513df1 Explicitly cast json loaded map in BlockIdData by KennyTV · 5 years ago
  38. d14a74f Change CancelException message by KennyTV · 5 years ago
  39. 2f9c66e Merge pull request #1505 from creeper123123321/nettyhandlerabstraction by Myles · 5 years ago
  40. ad1707f Fixup docs by KennyTV · 5 years ago
  41. aa59ed1 Fixup docs, remove ConcurrentList by KennyTV · 5 years ago
  42. 7be8c9d Merge pull request #1799 from KennyTV/abstraction by Myles · 5 years ago
  43. f408a5d Add last load factors by KennyTV · 5 years ago
  44. 5d80849 Put itemmappings into custom Int2IntBiMap by KennyTV · 5 years ago
  45. 5bd1ef8 Set load factor to 1 for deterministically sized collections by KennyTV · 5 years ago
  46. 6167c3b Set default return values by KennyTV · 5 years ago
  47. 8188ae0 Use proper FU classes, shade dumbed down version by KennyTV · 5 years ago
  48. 9c81ba3 Cancel block change packets for removed actions by KennyTV · 5 years ago
  49. 39cb8fd Fix FU check by KennyTV · 5 years ago
  50. 623cdaf Getter for original map in IntMap by KennyTV · 5 years ago
  51. 1ad5592 Create soft wrapper for FU Int2ObjectMap by KennyTV · 5 years ago
  52. 30e10bb Create soft wrapper for FU IntSet and Int2IntMap by KennyTV · 5 years ago
  53. df495f8 Remove accidental import by KennyTV · 5 years ago
  54. 529da10 Move ProtocolInfo into its own field by KennyTV · 5 years ago
  55. f2d6691 Minor javadoc changes by KennyTV · 5 years ago
  56. a8a1e94 Netty handler tidy by creeper123123321 · 5 years ago
  57. d58959f Merge pull request #1798 from KennyTV/abstraction by Myles · 5 years ago
  58. 5fca206 Add method to get protocol instance by class by KennyTV · 5 years ago
  59. 6799336 Merge pull request #1797 from KennyTV/packetids by Myles · 5 years ago
  60. 25652ea Print protocol and packet type when erroring by KennyTV · 5 years ago
  61. f117239 Further safety checks for correct packets types by KennyTV · 5 years ago
  62. cc3dae1 Use correct packet type when warning for missing mapping by KennyTV · 5 years ago
  63. 137050b Merge pull request #1795 from KennyTV/packetids by Myles · 5 years ago
  64. baf1b85 1.8 packet enum, add a small number of nullable annotations by KennyTV · 5 years ago
  65. 545ab2d Enforce correct packet types with generics, 1.9 packet constant by KennyTV · 5 years ago
  66. 38f845b Consistency changes, 1.11->1.12 packet constants Almost there! :> by KennyTV · 5 years ago
  67. 9f80553 Safety checks, packet type constants for 1.12->1.13 protocol by KennyTV · 5 years ago
  68. d7d4e58 Packet type constants and auto channel mapping by KennyTV · 5 years ago
  69. 5293417 Merge pull request #1793 from KennyTV/abstraction by Myles · 5 years ago
  70. 9a59c40 Fix dimension registry data by KennyTV · 5 years ago
  71. 8a00e26 Pre 2 protocol bump by KennyTV · 5 years ago
  72. 1285a0c 1.16-pre1 by KennyTV · 5 years ago
  73. eb9d913 Add toString, equals, and hashCode to Metadata by KennyTV · 5 years ago
  74. a60340f Workaround for missing Protocol1_9to1_8 by Myles · 5 years ago
  75. 796a42c Send new 20w22a tags by KennyTV · 5 years ago
  76. 63a81b9 Merge pull request #1788 from KennyTV/abstraction by Myles · 5 years ago
  77. a9e2544 20w22a by KennyTV · 5 years ago
  78. bea01bc Fix respawn reading by KennyTV · 5 years ago
  79. 3db74c7 Merge pull request #1784 from KennyTV/abstraction by Myles · 5 years ago
  80. 799c933 Make SoundRewriter fields protected by KennyTV · 5 years ago
  81. 6b9e67f Sound rewriter cleanup - don't send -1 sound ids Addresses #1783 by KennyTV · 5 years ago
  82. 062d846 Merge pull request #1782 from KennyTV/abstraction by Myles · 5 years ago
  83. af30235 Fix dimension identifier by KennyTV · 5 years ago
  84. 92f4e3d 20w21a by KennyTV · 5 years ago
  85. f7eb445 Merge pull request #1775 from KennyTV/abstraction by Myles · 5 years ago
  86. 98b7727 20w20b by KennyTV · 5 years ago
  87. 60461b9 Merge pull request #1776 from Xernium/abstraction by Myles · 5 years ago
  88. 1394c70 Shouldn't try to write helpful messages when drunk by FivePB (Xer) · 5 years ago
  89. 595b8c3 Yes much tree by FivePB (Xer) · 5 years ago
  90. 27cbd84 Much fighting over this mess(age) by FivePB (Xer) · 5 years ago
  91. 5c5c1ed 20w20a by KennyTV · 5 years ago
  92. 245c7e8 Add wall_post_override blocktag by KennyTV · 5 years ago
  93. 3079663 Merge pull request #1769 from KennyTV/abstraction by Myles · 5 years ago
  94. 25d54ae Add runnable list to be executed before the full init by KennyTV · 5 years ago
  95. 045c352 Merge pull request #1768 from Gerrygames/abstraction by Myles · 5 years ago
  96. 5009ffb handle new window type in 1.16 by Gerrygames · 5 years ago
  97. 47b4340 20w19a by KennyTV · 5 years ago
  98. a5dbec5 Merge remote-tracking branch 'origin/master' into abstraction by KennyTV · 5 years ago
  99. f3f82c4 Merge pull request #1765 from KennyTV/abstraction by Myles · 5 years ago
  100. 653ca4b Fix toggleglide listener swimming check by KennyTV · 5 years ago