1. 517fb59 REmove unused remapper table by Shevchik · 5 years ago
  2. 7486bac Remove unused state enum by Shevchik · 5 years ago
  3. 513e8f0 Cleanup by Shevchik · 5 years ago
  4. 7faca44 Make PacketType enum by Shevchik · 5 years ago
  5. d542a95 Cast network managers field to Collection in spigot injector by Shevchik · 5 years ago
  6. 5526654 Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport/ by Shevchik · 5 years ago
  7. b7bcd20 Use own pool instead of netty recycler by Shevchik · 5 years ago
  8. 2e129b4 Merge pull request #1220 from tsao-chi/patch-1 by Shevchik · 5 years ago
  9. 63e134b protocolsupport.zplatform.impl.spigot.SpigotPacketFactory.getPacketId: add cause by ㄗㄠˋ ㄑㄧˊ · 5 years ago
  10. ebe8556 Improve profile api. by Shevchik · 5 years ago
  11. b4fb04a Properly update chunk data when full chunk data is sent for already loaded chunk by Shevchik · 5 years ago
  12. d66d8e1 Preload object data remappers registry by Shevchik · 5 years ago
  13. 279088d Fix panda entity metadata remapping by Shevchik · 6 years ago
  14. 09c353e Improve tab complete by Shevchik · 6 years ago
  15. 5e6763c Update readme by Shevchik · 6 years ago
  16. 3c6d96e Add missing sonatype repo by Shevchik · 6 years ago
  17. 7e42b4d Update to 1.15.2 by Shevchik · 6 years ago
  18. 892cbff Fix biomes for 1.8 and 1.9.1 by Shevchik · 6 years ago
  19. a36a484 Rename some packages that wasn't renamed in 1.15 update by Shevchik · 6 years ago
  20. b2cad35 Transform biome data format for old versions by Shevchik · 6 years ago
  21. e767ece Include paper-api in dependencies. by Shevchik · 6 years ago
  22. a82f2b4 Add API for entity type <-> network id by Shevchik · 6 years ago
  23. 1b2f517 Bump api-version just to be sure by Shevchik · 6 years ago
  24. 93b5dc4 fire exception on failure when sending packet in API by Shevchik · 6 years ago
  25. ac256f7 Move gson instance to JsonUtils by Shevchik · 6 years ago
  26. 55f2901 Pass and use player count for creating ping response. by Shevchik · 6 years ago
  27. b237e4c Add click action copy to clipboard by Shevchik · 6 years ago
  28. 3bceffb Register and skip new particles by Shevchik · 6 years ago
  29. 2356a84 Add Connection#getVirtualHost. Also refactor spoofed data parsing. by Shevchik · 6 years ago
  30. f8c6bf6 Update to 1.15.1 by Shevchik · 6 years ago
  31. 8b00a67 Fix injecting on spigot by Shevchik · 6 years ago
  32. 4dbb928 Fix bee entity remap for 1.12 by Shevchik · 6 years ago
  33. 4402ff5 Update README by Shevchik · 6 years ago
  34. 0198f51 Add 1.15 protocol support. by Shevchik · 6 years ago
  35. 728aebc Update NMS impl to 1.15. Update middle packet definitions to 1.15. by Shevchik · 6 years ago
  36. c795b39 Some refactor to block change/break confirm writing for legacy versions by Shevchik · 6 years ago
  37. 05a1dae Pass remapped entity type to writer by Shevchik · 6 years ago
  38. 804f963 Refactor entity remapper usage by Shevchik · 6 years ago
  39. 04ead20 Cleanup some logging by Shevchik · 6 years ago
  40. 03cd016 Fix method name by Shevchik · 6 years ago
  41. bfbee4b Abstract entity metadata + use bed handling by Shevchik · 6 years ago
  42. 86be0db Skip receiving keepalive if id -1 by Shevchik · 6 years ago
  43. df5c616 Cleanup encoder/decoder. More efficient packet data clone. by Shevchik · 6 years ago
  44. a87f347 Use correct variables for writing data by Shevchik · 6 years ago
  45. d723901 Instead of writing packet id on packet data creation allocate some space by Shevchik · 6 years ago
  46. 2a633db Check codec for non null before attempt to release by Shevchik · 6 years ago
  47. ba686ee Fix startgame for 1.4 - 1.6 by Shevchik · 6 years ago
  48. a9c4716 Refactor middle packets and packet data. by Shevchik · 6 years ago
  49. 9dece32 Make entity tracker more compatible with plugins that may try to use it. by Shevchik · 6 years ago
  50. 022e678 Implement paper specific server ping event by Shevchik · 6 years ago
  51. 1a5899c Lift limits on nametag length for some versions by Shevchik · 6 years ago
  52. b49da73 Cleanup window data implementtation. Move windowrelated cache to by Shevchik · 6 years ago
  53. fde4b06 Remap some particles instead of skipping them by Shevchik · 6 years ago
  54. 52e6727 Get keep alive cache on packet init by Shevchik · 6 years ago
  55. e441901 Get custom payload cache on packet init by Shevchik · 6 years ago
  56. e0e377a Actually use chunkCache field by Shevchik · 6 years ago
  57. 22b9435 Refractor playerlist set entry by Shevchik · 6 years ago
  58. 06b7cdb Abstract some things in < 1.9 movement handling by Shevchik · 6 years ago
  59. a211289 Extract specific cache type on middle packet init by Shevchik · 6 years ago
  60. 98c9284 Fix class name by Shevchik · 6 years ago
  61. d08c48c Change 2d id to south 2d id. by Shevchik · 6 years ago
  62. c1439db Fix llama entity metadata remap for 1.14 by Shevchik · 6 years ago
  63. 75dc9f5 Fix parsing some types of mojanson compound. by Shevchik · 6 years ago
  64. 1720619 Fix hrose inventory open for 1.14+ by Shevchik · 6 years ago
  65. f92b9fa Move recipe type definitions to separate package. Should help create a by Shevchik · 6 years ago
  66. d5f3811 Refactor and cleanup block/chunk related impl by Shevchik · 6 years ago
  67. 673d11d Move metadata to window cache. by Shevchik · 6 years ago
  68. 2541bfa Rename to make window remapping more understandable by Shevchik · 6 years ago
  69. f7663ef Forgot beacon by Shevchik · 6 years ago
  70. 9292a59 Fix inventory slot remapping by Shevchik · 6 years ago
  71. 8a9eadf Remove unused field by Shevchik · 6 years ago
  72. b6f6d1c Helper for getting event loop and executing simple tasks by Shevchik · 6 years ago
  73. 889d779 Skip invalid animations by Shevchik · 6 years ago
  74. dabbe7c Both send and queue entity set passenger packet for 1.8. by Shevchik · 6 years ago
  75. 29bd54d Cleanup by Shevchik · 6 years ago
  76. c39f35a Clamp prefix so there is always a space for team color by Shevchik · 6 years ago
  77. 8182fa9 Fix biomes for < 1.9 by Shevchik · 6 years ago
  78. 4faa661 Skip falling dust pre 1.10 by Shevchik · 6 years ago
  79. fe9bf49 Use default locale from client -> server itemstack read. by Shevchik · 6 years ago
  80. a21dece Use specific write/read string methods where possible by Shevchik · 6 years ago
  81. 835d9a5 Refactor remapping window slots by Shevchik · 6 years ago
  82. 6eebde3 Null some middle packet fields after their send. by Shevchik · 6 years ago
  83. 3a80c66 Copy scoreboard team color to prefix if needed for < 1.13. by Shevchik · 6 years ago
  84. 3c6f147 API improvements by Shevchik · 6 years ago
  85. 569792d Remove the sync ticking task. by Shevchik · 6 years ago
  86. bcea4d4 Rename method by Shevchik · 6 years ago
  87. 9eeddc5 Fix shulker box inventory remap. by Shevchik · 6 years ago
  88. bcf9f75 Remap item banners too. Also remap shields. by Shevchik · 6 years ago
  89. 0335852 Do a defensive copy of players before kicking them by Shevchik · 6 years ago
  90. 93ca228 Add release function to packet processors. Move connection remove to by Shevchik · 6 years ago
  91. 28b9e96 Update legacyblockdata by Shevchik · 6 years ago
  92. 0e62bba Update block mappings by Shevchik · 6 years ago
  93. 5b63471 Fix tile remap on block tile update by Shevchik · 6 years ago
  94. c783058 Fix possible timeout issue. by Shevchik · 6 years ago
  95. ad6a102 Cleanup by Shevchik · 6 years ago
  96. c9bc492 Rename animation fields by Shevchik · 6 years ago
  97. 2bd63c4 Update README to reflect statistics handling change by Shevchik · 6 years ago
  98. b8c4633 Only send statistics for latest protocol version by Shevchik · 6 years ago
  99. 55784aa Rename some packets by Shevchik · 6 years ago
  100. 7e55dd4 Fix entity tracker entry. by Shevchik · 6 years ago