1. 37f3992 Make potiondata id -> name registry use array by Shevchik · 7 years ago
  2. f28ecbf Rename all entity metadata FLAGS to prevent accidental use of wrong by Shevchik · 7 years ago
  3. e9bafbf Send compression enable message inside the event loop. by Shevchik · 7 years ago
  4. 1741072 Don't use streams for such small thing by Shevchik · 7 years ago
  5. 5f022bc Use bit utils createBitMask by Shevchik · 7 years ago
  6. ecdb9b0 Fix isBitSet. Split int and long bitmask bit utils. Add more bit utils by Shevchik · 7 years ago
  7. 0c1242d Move bit flags operations to separate class. Use them in some new by Shevchik · 7 years ago
  8. 3cb5e51 Inherit ClientBoundPacketData and ServerBoundPacketData from by Shevchik · 7 years ago
  9. b3e2383 Get trusted lookup using reflection so code can be used on java8 too. by Shevchik · 7 years ago
  10. a2ad18d Java12 compatible way of setting static final field. by Shevchik · 7 years ago
  11. 8e1d103 Replace stream with foreach (runs faster in this case) by Shevchik · 7 years ago
  12. 0b25207 Do not try to remap null itemstack after read. by Shevchik · 7 years ago
  13. 4873748 Use monotonic clock source for calculating read timeout and throttle by Shevchik · 7 years ago
  14. 279ac3b Cleanup by Shevchik · 7 years ago
  15. 6255bcc Select type writer/reader based on protocol version instead of bunch of by Shevchik · 7 years ago
  16. 94d65cf Fix type serializer used versions by Shevchik · 7 years ago
  17. de95f7e Fix minecarts for < 1.9 by Shevchik · 7 years ago
  18. 4443020 Fix polar bears remap for 1.10 by Shevchik · 7 years ago
  19. e97d8d1 Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport/ by Shevchik · 7 years ago
  20. 8eb0c68 Fix explosion desync. Propagate block changes done in explosion to chunk cache. by Shevchik · 7 years ago
  21. 353364f Print packet class when encoder bytes readable left exception is thrown. by Shevchik · 7 years ago
  22. 6795433 Make CachedInstanceOfMap concurrent capable. by Shevchik · 7 years ago
  23. 50f5982 Optimize chunk data writing. by Shevchik · 7 years ago
  24. 2813834 Use a specialized list for remapped entity metadata. Share the entity by Shevchik · 7 years ago
  25. 62e086e Skip more particles that didn't exist before 1.13 by Shevchik · 7 years ago
  26. a2fd58f Make runnabletransformoperation into a class instead by Shevchik · 7 years ago
  27. f70e9c2 Rewriter middle pipeline. Now connection knows how to write middle by Shevchik · 7 years ago
  28. 91146a0 Json display name should only affect tab, not spawned entity name. by Shevchik · 7 years ago
  29. 56e2cc7 Set static final fields. Inject carpets to make it y bound really small. by Shevchik · 7 years ago
  30. da56651 Set ladder bounds to pre 1.9. by Shevchik · 7 years ago
  31. 15640cf toString for ArrayMap by Shevchik · 7 years ago
  32. 939a9e0 Fix wrong properties type used by Shevchik · 7 years ago
  33. cb0c293 Guard against invalid spawner entity type by Shevchik · 7 years ago
  34. efbf29c Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport/ by Shevchik · 7 years ago
  35. 1a2003c Create a separate remapper for entity location by Shevchik · 7 years ago
  36. 3ca2d0d Avoid code duplication by Brokkonaut · 7 years ago
  37. 214b622 Merge branch 'avoid-desync-AcknowledgePlayerDigging' by Brokkonaut · 7 years ago
  38. ae1cd72 Skip squid ink particle for < 1.13 by Shevchik · 7 years ago
  39. fd37fdd Avoid desync on canceled block change by Brokkonaut · 7 years ago
  40. 7b52dc4 Add missing ack dig packet id for 1.14.4 by Shevchik · 7 years ago
  41. f650918 Print packet id instead by Shevchik · 7 years ago
  42. fa5ec46 Use serverboundpacketdata instead of receivePacket by Shevchik · 7 years ago
  43. 6c0febd Rewrite middle transform pipeline by Shevchik · 7 years ago
  44. 1d5660a Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport/ by Shevchik · 7 years ago
  45. a5b0f4f Add ability to register post entity metadata remaps by Shevchik · 7 years ago
  46. 5fbcdca Byte yaw/pitch in other packets too by Shevchik · 7 years ago
  47. 675f1a1 Update to 1.14.4 by Brokkonaut · 7 years ago
  48. 0f39756 Rename and move some metadata remaps by Shevchik · 7 years ago
  49. d0241f1 Store ptich, yaw as byte. Store NetworkEntity at startgame. by Shevchik · 7 years ago
  50. f2d91d8 Cleanup by Shevchik · 7 years ago
  51. b406533 Fix area effect cloud particle remapping by Shevchik · 7 years ago
  52. 889ba60 Rewrite particles remap by Shevchik · 7 years ago
  53. 36d411d Fix trader lama remaps and lama metadata remap for < 1.11 by Shevchik · 7 years ago
  54. 6256359 Speed up and fix some custom payload remaps by Shevchik · 7 years ago
  55. a323b64 Move entity object data remapper to impls by Shevchik · 7 years ago
  56. d69408b Biome id is encoded as byte for < 1.13 by Shevchik · 7 years ago
  57. 3ff8f45 Should be public by Shevchik · 7 years ago
  58. 1286159 Remove the was tile tile remapper by Shevchik · 7 years ago
  59. 0a854b6 Implement main thread tick for packet listeners properly by Shevchik · 7 years ago
  60. 46c1405 Fix some entity metadata remaps by Shevchik · 7 years ago
  61. 5006de6 Cleanup by Shevchik · 7 years ago
  62. 3a551ec Clear chunk cache on dimension change by Shevchik · 7 years ago
  63. 9ae6b91 Cast to byte by Shevchik · 7 years ago
  64. d4126d6 Chunk cache rewrite finish by Shevchik · 7 years ago
  65. a739c66 Chunk cache rewrite stage 2 by Shevchik · 7 years ago
  66. 0901c1e Chunk cache rewrite stage 1 by Shevchik · 7 years ago
  67. dfa4156 Fix using the same instance of entity tracker injector map in all worlds. by Shevchik · 7 years ago
  68. c2cb5a4 Don't do anything if load failed by Shevchik · 7 years ago
  69. 83567b0 Big message on unsupported platform or version by Shevchik · 7 years ago
  70. 97cfc9e Delete empty glowstone impl classes by Shevchik · 7 years ago
  71. 3382584 Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git by Shevchik · 7 years ago
  72. 012f2a8 Entity tracker injector by Shevchik · 7 years ago
  73. 1517d35 Update to 1.14.3 by Brokkonaut · 7 years ago
  74. 0a8bf3a Fix firework entity metadata remap by Shevchik · 7 years ago
  75. cc04f6e Remove entity tracker injector for now by Shevchik · 7 years ago
  76. 5141f9b Packet ids for 1.14 by Shevchik · 7 years ago
  77. 0b70f1d Fix tile updates for 1.14+ (was using wrong block position format) by Shevchik · 7 years ago
  78. 8878b5e User correct block position format for query block nbt by Shevchik · 7 years ago
  79. 3cf7fe5 Fix version ranges for base entity metadata remaps by Shevchik · 7 years ago
  80. c8bce0e Add new field to buildinfo by Shevchik · 7 years ago
  81. 9617b3e Rename DataWatcherObjectRemapper -> NetworkEntityMetadataRemaper by Shevchik · 7 years ago
  82. 93ab06b Remap more entity metadata by Shevchik · 7 years ago
  83. 1051648 Implement spigot entity tracker injector by Shevchik · 7 years ago
  84. 379a5b0 Fix tipped arrow legacy entity id by Shevchik · 7 years ago
  85. 7bfa3de Use the translation key itself, if translation format wasn't found. by Shevchik · 7 years ago
  86. e5c383d Properly implement entity metadata optional varint by Shevchik · 7 years ago
  87. 6ac71f1 Merge pull request #1103 from Brokkonaut/filter-invalid-block-positions by Shevchik · 7 years ago
  88. f7d00e6 Filter invalid block positions by Brokkonaut · 7 years ago
  89. 346ce9c Implement entity sound packet by Shevchik · 7 years ago
  90. 954f399 Also cache open horse window in inventory cache by Shevchik · 7 years ago
  91. cbe7f6f Fix tile cache using same map instance for all sections by Shevchik · 7 years ago
  92. 68136f6 Merge branch '1.14' of https://github.com/ProtocolSupport/ProtocolSupport.git into 1.14 by Shevchik · 7 years ago
  93. 063709e Horse inventory open by Shevchik · 7 years ago
  94. 37a2b56 Merge pull request #1095 from Brokkonaut/1_14_double_place_sound by Shevchik · 7 years ago
  95. 7b2f12a Merge pull request #1100 from Brokkonaut/ignore_grindstone_loom by Shevchik · 7 years ago
  96. f290889 Merge pull request #1097 from Brokkonaut/1.14.2 by Shevchik · 7 years ago
  97. fc357bc Skip Bad Omen and Hero of the Village for clients before 1.14 by Brokkonaut · 7 years ago
  98. 0749c89 Ignore grindstone and loom for old clients by Brokkonaut · 7 years ago
  99. 3f595ba Fix debug command by Brokkonaut · 7 years ago
  100. da99ed7 Update to 1.14.2 by Brokkonaut · 7 years ago