1. 950112c Since 1.10 EntityEffectAdd has a flags bit field instead of a boolean by Brokkonaut · 6 years ago
  2. 3fc9d66 Merge pull request #923 from Brokkonaut/update-1-13-2 by 7kasper · 6 years ago
  3. 949d4d7 Remove recipes packet caching by Brokkonaut · 6 years ago
  4. 43010bd Correctly declare enum values by Brokkonaut · 6 years ago
  5. c03bdd3 Some cleanup of the previous commit by Brokkonaut · 6 years ago
  6. 3d58d51 Update to 1.13.2 by Brokkonaut · 6 years ago
  7. 357ca5d Merge pull request #921 from Brokkonaut/fix-bungeecord-channel by Shevchik · 6 years ago
  8. 8258d3e Fix sending messages to BungeeCord channel by Brokkonaut · 6 years ago
  9. 9dddb09 Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git by Shevchik · 6 years ago
  10. 7803601 Fix ageable metadata remapper. Make some fields final. by Shevchik · 6 years ago
  11. ed129f3 Fix lama meta remap. by 7kasper · 6 years ago
  12. 4d57a54 Merge pull request #918 from ProtocolSupport/struct-pr by 7kasper · 6 years ago
  13. cde355d Made it actually work :D by 7kasper · 6 years ago
  14. 053d2fa Added structure block support. by 7kasper · 6 years ago
  15. 213c3f8 Merge pull request #915 from zedwick/1_13_block_mappings by 7kasper · 6 years ago
  16. 220335b preflatteningblockiddata for oak_wood, spruce_wood, birch_wood, jungle_wood, acacia_wood and dark_oak_wood. Updates LegacyBlockData to map nether_brick_fence, red_mushroom_block, stone_slab, brick_slab, stone_brick_slab, nether_brick_slab, quartz_slab and purpur_slab. by Zedadias Wick · 6 years ago
  17. d998065 Do not add skipped entities to cache. Only remap metadata if entity is by Shevchik · 6 years ago
  18. fb2e8fe Move datawatcher serializers to serializer package by Shevchik · 6 years ago
  19. ab3b00b Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git by Shevchik · 6 years ago
  20. a58e9a8 Fix missing else by Shevchik · 6 years ago
  21. 64ab298 Improve getting of nbt numbers in code from PR. by 7kasper · 6 years ago
  22. 49db431 Fixed nbt stuff from latest merge. by 7kasper · 6 years ago
  23. 963d0a3 Merge pull request #910 from ProtocolSupport/master-complexremappingpatch by 7kasper · 6 years ago
  24. 75047fc Implement our own nbt library by Shevchik · 6 years ago
  25. 63a709e Fix legacy durability. by 7kasper · 6 years ago
  26. 2b7d88b Remove debug. by 7kasper · 6 years ago
  27. 1a487c4 Fix data thingy for to client remapping. by 7kasper · 6 years ago
  28. e57c590 Merge pull request #909 from EntryPointKR/pr by Shevchik · 6 years ago
  29. 4fa66d6 Remove unnecessary import by LimJunHyeong · 6 years ago
  30. 656678d Makes inline by LimJunHyeong · 6 years ago
  31. a4b0784 Makes just clamping by LimJunHyeong · 6 years ago
  32. be61b4b Fix crafting table open error by LimJunHyeong · 6 years ago
  33. 1f58203 Merge pull request #908 from zedwick/1_13_sound_mappings by 7kasper · 6 years ago
  34. 153965b Updated mappings for 1.13 flattenings. by Zedadias Wick · 6 years ago
  35. 3561e52 Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git by Shevchik · 6 years ago
  36. 1613ea8 Rewrite entity remapper. Update libraries. by Shevchik · 6 years ago
  37. 5a59e99 Merge pull request #906 from zedwick/sounds_note_block by Shevchik · 6 years ago
  38. fdd2264 Fix indents by Zedadias Wick · 6 years ago
  39. 4a6a59c remove unnecessary new lines by Zedadias Wick · 6 years ago
  40. 4a7204e Update sound mappings for note_blocks by Zedadias Wick · 6 years ago
  41. 8c8b54c Merge pull request #904 from magicus/magicus-pumpkinstem by 7kasper · 6 years ago
  42. cab2a5a Fix legacy block states for melon/pumpkin stems and brick stairs. Also improve handling of carved/plain punpkins (but directions are still wrong). by Magnus Ihse Bursie · 6 years ago
  43. ddbcb5f Inline computeIfAbsent. Remove unneeded methods. by Shevchik · 6 years ago
  44. 30cb35b Replace byte arrays with ByteBuf slices in non structured yet packets by Shevchik · 6 years ago
  45. e8e573a Use heap bytebufs for pipeline operations. by Shevchik · 6 years ago
  46. 8804d81 Fix areaeffectcloud remap by Shevchik · 6 years ago
  47. 2e1b945 Fix item frames by Shevchik · 6 years ago
  48. f96fac4 Register readable particle datawatcher object. Replace object init by id by Shevchik · 6 years ago
  49. 242c694 Fix book edit. Also create and use UsedHand enum. by Shevchik · 6 years ago
  50. a163d41 Fix pickitem packet by Shevchik · 6 years ago
  51. 7c2adc2 Update README. Cleanup gradle and make download libraries a task. by Shevchik · 6 years ago
  52. a030da0 Use slices for frame splitters by Shevchik · 6 years ago
  53. 3a17d78 Remove version-based-bytearray-read. Uses ByteBuf slices where possible. by Shevchik · 6 years ago
  54. f08cc20 Remove version based byte array write by Shevchik · 6 years ago
  55. 8eea99a readSlice for custom payload. Use new length-replace-after-write in more places by Shevchik · 6 years ago
  56. 5b304c6 Add fixed size varint serializer. Allows us to just write varint by Shevchik · 6 years ago
  57. 9645958 Update the dl dep by Shevchik · 6 years ago
  58. fd71a16 Add legacy flattening runtime ids remap by Shevchik · 6 years ago
  59. 259dd36 Partial update to 1.13.1 by Shevchik · 6 years ago
  60. a59ea4f Also convert boss bar title json. Convert hover show item chat component by Shevchik · 6 years ago
  61. fc73359 Cleanup by Shevchik · 6 years ago
  62. 8af7569 Use ChannelHandlerContext buffer alloc instead of our own where possible by Shevchik · 6 years ago
  63. ea35e66 Allocate unpooled heap buffers for client/server bound packet data. We by Shevchik · 6 years ago
  64. cb5091a Some small changes by Shevchik · 6 years ago
  65. 8f99007 Split chunk transformation to either return java byte array or operate by Shevchik · 6 years ago
  66. 1167270 Get need block remapping table on middle packet init instead of doing it by Shevchik · 6 years ago
  67. 769093b Use chunk block palette when source bitsperblock allows it by Shevchik · 6 years ago
  68. e873ed7 Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git by Shevchik · 6 years ago
  69. 3523949 Partially fix flower pots and banners by Shevchik · 6 years ago
  70. d1c7207 Fix typo and update wontfix issues by MrPowerGamerBR · 6 years ago
  71. ffe0423 Update Readme with known issue. by 7kasper · 6 years ago
  72. 45ee890 Update issue template by 7kasper · 6 years ago
  73. a2e767e Fix double flowers by Shevchik · 6 years ago
  74. 8da76e1 Make PlayerProfileCompleteEvent denyable. Add api to disconnect player by Shevchik · 6 years ago
  75. c5a1674 Only load default locale by default, and load others as they needed on by Shevchik · 6 years ago
  76. 98b2b64 Override finalize methods. It's still possible that middle packets can by Shevchik · 6 years ago
  77. d2f962c Move networkdatacache to connection. Pass connection to constructor for by Shevchik · 6 years ago
  78. 392f80c Calculate exact size for item/blockdata tables by Shevchik · 6 years ago
  79. 1080f9c Remove deprecated unexisting hover action from API by Shevchik · 6 years ago
  80. 1fb5c5a Bring back custom payload channels caching. by Shevchik · 6 years ago
  81. bb03cea Fix serverbound custom payload for 1.13 by Shevchik · 6 years ago
  82. 94e3e45 Remove finalize override. by Shevchik · 6 years ago
  83. 2bf3175 Fix possible npe when spawning player entity not added to tablist in 1.7.10 by Shevchik · 6 years ago
  84. 6046137 Add missing remaps for red sandstone by Shevchik · 6 years ago
  85. c1369d2 Bump api version. Remap vines properly. by Shevchik · 6 years ago
  86. 81bb876 Remove deprecated methods from packet api by Shevchik · 6 years ago
  87. 281b21b Use c messagetomessage codec that doesnt throw to avoid errors when by Shevchik · 6 years ago
  88. c0c8fdf Transform channels inside register/unregister by Shevchik · 6 years ago
  89. 18773cb Transform bungeecord channel by Shevchik · 6 years ago
  90. 06c6bae Readd missed call to ItemStackRemapper on itemstack write by Shevchik · 6 years ago
  91. 417781c Update readme by Shevchik · 6 years ago
  92. a5f3772 Merge branch '1.13' by Shevchik · 6 years ago
  93. b9bedf2 Implement paper compatibility. Comment out glowstone stuff until by Shevchik · 6 years ago
  94. 0d4ea75 Add setting display name for ItemStackWriteEvent by Shevchik · 6 years ago
  95. 71dc40a Implement ItemStackWriteEvent by Shevchik · 6 years ago
  96. a70a84a Note block had one state in preflattening by Shevchik · 6 years ago
  97. b6d5070 Get rid of deprecated things in events api by Shevchik · 6 years ago
  98. d33579a Fix legacy particle incon crack by Shevchik · 6 years ago
  99. 415f430 Refactor block id remapping. Remap objectdata. by Shevchik · 6 years ago
  100. 2a7fa04 Update to 1.13 locales by Shevchik · 6 years ago