1. 1f6ce88 Create a separate class for tile entity which holds position and type by Shevchik · 7 years ago
  2. 0969bb0 Cleanup by Shevchik · 7 years ago
  3. 733ed31 Inline PositionMap to tiledatacache. Fix some other problems related to by Shevchik · 7 years ago
  4. 8094e0c Merge branch 'master' into tileblockdatacache by Shevchik · 7 years ago
  5. 855ff32 Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git by Shevchik · 7 years ago
  6. e30a025 Reset deflater/inflater before recycling. by Shevchik · 7 years ago
  7. 41eae2d Merge pull request #913 from phase/bone-block-to-cobblestone by 7kasper · 7 years ago
  8. a5935ab Remap to double slab. by 7kasper · 7 years ago
  9. e1159bb Merge pull request #941 from Brokkonaut/fix-writeable-books by 7kasper · 7 years ago
  10. 101e602 Revert "Hopefully fix bungee channel." by Brokkonaut · 7 years ago
  11. 6a14cb6 Fixes writeable books showing no content by Brokkonaut · 7 years ago
  12. 43b0467 Remap dragon breath to exploding particles to fix #187 by 7kasper · 7 years ago
  13. ac0eb2a Should fix lilypad BB and thus #737 by 7kasper · 7 years ago
  14. 9635921 Apply soundremapper to custom sound too. Should fix #855 by 7kasper · 7 years ago
  15. 36b5b5d Hopefully fix bungee channel. by 7kasper · 7 years ago
  16. 02231ff Remap pickles and eggs to cake for BoundingBox :D by 7kasper · 7 years ago
  17. 7c1c0ec Removed weird import. by 7kasper · 7 years ago
  18. 6d5d835 Better remapper structure for tiles. by 7kasper · 7 years ago
  19. 9c896cf Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git into tileblockdatacache by 7kasper · 7 years ago
  20. f91a37f Created PositionMap, extracted localmaps, optimised localcoord. by 7kasper · 7 years ago
  21. 9589d0e Improve 1.8 chunk queue by Shevchik · 7 years ago
  22. 8d0df29 Removed unnecessary stuff. by 7kasper · 7 years ago
  23. 9018a50 Refactor cache part of tileremapper. by 7kasper · 7 years ago
  24. 40bbde9 Add chunk and local position. Fixed packet order for state->tile. by 7kasper · 7 years ago
  25. 2d938a8 Made it somewhat functional :/ by 7kasper · 7 years ago
  26. e88d9ae Rewrite of tile remapping code. Should work now. by 7kasper · 7 years ago
  27. e40d826 Rewriting tileremapper. - Player Connection + BlockData by 7kasper · 7 years ago
  28. 1edc265 Do the same for skipping registry by Shevchik · 7 years ago
  29. c3dbd6a Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git by Shevchik · 7 years ago
  30. a969311 Create remapping registry tables on registry init by Shevchik · 7 years ago
  31. 74082cc Add ability for tileremappers to access blockstates (& more) by 7kasper · 7 years ago
  32. 70b3768 Merge pull request #926 from Brokkonaut/fix-pickitem by Shevchik · 7 years ago
  33. da96707 Fix PickItem by Brokkonaut · 7 years ago
  34. 581ab88 Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git by Shevchik · 7 years ago
  35. 73d2d51 Fix potions remap by Shevchik · 7 years ago
  36. b3eca2d Fix traders in 1.13 and 1.13.1 by Brokkonaut · 7 years ago
  37. ef0a484 Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git by Shevchik · 7 years ago
  38. 950112c Since 1.10 EntityEffectAdd has a flags bit field instead of a boolean by Brokkonaut · 7 years ago
  39. 949d4d7 Remove recipes packet caching by Brokkonaut · 7 years ago
  40. 43010bd Correctly declare enum values by Brokkonaut · 7 years ago
  41. c03bdd3 Some cleanup of the previous commit by Brokkonaut · 7 years ago
  42. 3d58d51 Update to 1.13.2 by Brokkonaut · 7 years ago
  43. 8258d3e Fix sending messages to BungeeCord channel by Brokkonaut · 7 years ago
  44. 2dbe7c2 Fix some entity remappers using wrong indexes. Cleanup by Shevchik · 7 years ago
  45. 9dddb09 Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git by Shevchik · 7 years ago
  46. 7803601 Fix ageable metadata remapper. Make some fields final. by Shevchik · 7 years ago
  47. ed129f3 Fix lama meta remap. by 7kasper · 7 years ago
  48. cde355d Made it actually work :D by 7kasper · 7 years ago
  49. 053d2fa Added structure block support. by 7kasper · 7 years ago
  50. 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 · 7 years ago
  51. 29ec2af Change Bone Block mapping to Cobblestone by Jadon Fowler · 7 years ago
  52. d998065 Do not add skipped entities to cache. Only remap metadata if entity is by Shevchik · 7 years ago
  53. fb2e8fe Move datawatcher serializers to serializer package by Shevchik · 7 years ago
  54. ab3b00b Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git by Shevchik · 7 years ago
  55. a58e9a8 Fix missing else by Shevchik · 7 years ago
  56. 64ab298 Improve getting of nbt numbers in code from PR. by 7kasper · 7 years ago
  57. 49db431 Fixed nbt stuff from latest merge. by 7kasper · 7 years ago
  58. 963d0a3 Merge pull request #910 from ProtocolSupport/master-complexremappingpatch by 7kasper · 7 years ago
  59. 75047fc Implement our own nbt library by Shevchik · 7 years ago
  60. 63a709e Fix legacy durability. by 7kasper · 7 years ago
  61. 2b7d88b Remove debug. by 7kasper · 7 years ago
  62. 1a487c4 Fix data thingy for to client remapping. by 7kasper · 7 years ago
  63. 4fa66d6 Remove unnecessary import by LimJunHyeong · 7 years ago
  64. 656678d Makes inline by LimJunHyeong · 7 years ago
  65. a4b0784 Makes just clamping by LimJunHyeong · 7 years ago
  66. be61b4b Fix crafting table open error by LimJunHyeong · 7 years ago
  67. 153965b Updated mappings for 1.13 flattenings. by Zedadias Wick · 7 years ago
  68. 3561e52 Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git by Shevchik · 7 years ago
  69. 1613ea8 Rewrite entity remapper. Update libraries. by Shevchik · 7 years ago
  70. fdd2264 Fix indents by Zedadias Wick · 7 years ago
  71. 4a6a59c remove unnecessary new lines by Zedadias Wick · 7 years ago
  72. 4a7204e Update sound mappings for note_blocks by Zedadias Wick · 7 years ago
  73. 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 · 7 years ago
  74. ddbcb5f Inline computeIfAbsent. Remove unneeded methods. by Shevchik · 7 years ago
  75. 30cb35b Replace byte arrays with ByteBuf slices in non structured yet packets by Shevchik · 7 years ago
  76. e8e573a Use heap bytebufs for pipeline operations. by Shevchik · 7 years ago
  77. 8804d81 Fix areaeffectcloud remap by Shevchik · 7 years ago
  78. 2e1b945 Fix item frames by Shevchik · 7 years ago
  79. f96fac4 Register readable particle datawatcher object. Replace object init by id by Shevchik · 7 years ago
  80. 242c694 Fix book edit. Also create and use UsedHand enum. by Shevchik · 7 years ago
  81. a163d41 Fix pickitem packet by Shevchik · 7 years ago
  82. a030da0 Use slices for frame splitters by Shevchik · 7 years ago
  83. 3a17d78 Remove version-based-bytearray-read. Uses ByteBuf slices where possible. by Shevchik · 7 years ago
  84. f08cc20 Remove version based byte array write by Shevchik · 7 years ago
  85. 8eea99a readSlice for custom payload. Use new length-replace-after-write in more places by Shevchik · 7 years ago
  86. 5b304c6 Add fixed size varint serializer. Allows us to just write varint by Shevchik · 7 years ago
  87. fd71a16 Add legacy flattening runtime ids remap by Shevchik · 7 years ago
  88. 259dd36 Partial update to 1.13.1 by Shevchik · 7 years ago
  89. a59ea4f Also convert boss bar title json. Convert hover show item chat component by Shevchik · 7 years ago
  90. fc73359 Cleanup by Shevchik · 7 years ago
  91. 8af7569 Use ChannelHandlerContext buffer alloc instead of our own where possible by Shevchik · 7 years ago
  92. ea35e66 Allocate unpooled heap buffers for client/server bound packet data. We by Shevchik · 7 years ago
  93. cb5091a Some small changes by Shevchik · 7 years ago
  94. 8f99007 Split chunk transformation to either return java byte array or operate by Shevchik · 7 years ago
  95. 1167270 Get need block remapping table on middle packet init instead of doing it by Shevchik · 7 years ago
  96. 769093b Use chunk block palette when source bitsperblock allows it by Shevchik · 7 years ago
  97. 3523949 Partially fix flower pots and banners by Shevchik · 7 years ago
  98. a2e767e Fix double flowers by Shevchik · 7 years ago
  99. 8da76e1 Make PlayerProfileCompleteEvent denyable. Add api to disconnect player by Shevchik · 7 years ago
  100. c5a1674 Only load default locale by default, and load others as they needed on by Shevchik · 7 years ago