1. 538ae9e Merge pull request #857 from ProtocolSupport/1.13-particles by 7kasper · 6 years ago
  2. 260a89b Fixed particles. by 7kasper · 6 years ago
  3. cc3a76a Temp fix for spigot bug by 7kasper · 6 years ago
  4. 9d6bb21 Merge branch '1.13' of https://github.com/ProtocolSupport/ProtocolSupport.git into 1.13-particles by 7kasper · 6 years ago
  5. 0733d4d Wrapping up particles. Not tested yet. by 7kasper · 6 years ago
  6. 4de37ab Some more block type remaps by Shevchik · 6 years ago
  7. b8f6e98 Added complex particle remapping. Ready to test. by 7kasper · 6 years ago
  8. 8137079 Fix missing datawatcher itemstack registration for some versions by Shevchik · 6 years ago
  9. f280c13 Fix biome chunk data copy for <= 1.8 by Shevchik · 6 years ago
  10. 6e756e8 FIx nametag metadata remap for 1.8 by Shevchik · 6 years ago
  11. 55ba5ee Merge branch '1.13' of https://github.com/ProtocolSupport/ProtocolSupport.git into 1.13-particles by 7kasper · 6 years ago
  12. 1dd971c Merge branch '1.13' of https://github.com/ProtocolSupport/ProtocolSupport.git into 1.13 by Shevchik · 6 years ago
  13. c68d896 Improve block data remapping, some more remaps by Shevchik · 6 years ago
  14. 869fcd4 Transform the channel name to lower case before ditching unsupported characters by MrPowerGamerBR · 6 years ago
  15. abdae50 Merge branch '1.13' of https://github.com/ProtocolSupport/ProtocolSupport.git into 1.13 by 7kasper · 6 years ago
  16. d98a65d Restructured particle remapping. Don't try special things yet! by 7kasper · 6 years ago
  17. 7c63be9 Update dep name by Shevchik · 6 years ago
  18. 0a77f37 Update due to Glowstone changes by MrPowerGamerBR · 6 years ago
  19. b3d5b19 Update Glowstone version, still not 1.13 by MrPowerGamerBR · 6 years ago
  20. 849cf9a Move LegacyBlockId by Shevchik · 6 years ago
  21. 5f88435 Compat with 1.13 server by Shevchik · 6 years ago
  22. 1ac2d19 Improve block type remapping, add some more remaps by Shevchik · 6 years ago
  23. be03c4c Remap doors by Shevchik · 6 years ago
  24. 1390910 Start working in block data remapping by Shevchik · 6 years ago
  25. 74f7fdd Use a proper runtime id -> legacy id + data mappings. Everything is a by Shevchik · 6 years ago
  26. 9b02b4c Remove server channel read limitations and clamp it's name for legacy versions by Shevchik · 6 years ago
  27. 25ada2d Merge branch '1.13' of https://github.com/ProtocolSupport/ProtocolSupport.git into 1.13 by Shevchik · 6 years ago
  28. 9f85bee REGISTER/UNREGISTER content is string bytes, not an encoded string by Shevchik · 6 years ago
  29. 5bbaed1 Remove server -> client register/unregister transform, it is not needed by Shevchik · 6 years ago
  30. f88c74c Merge branch '1.13' of https://github.com/ProtocolSupport/ProtocolSupport into 1.13 by MrPowerGamerBR · 6 years ago
  31. 476588a Add tab complete support for legacy clients by MrPowerGamerBR · 6 years ago
  32. f9c1ec2 Implement client -> server minecraft custom payload messages remapping by Shevchik · 6 years ago
  33. 9bf4f58 Fix compile error by Shevchik · 6 years ago
  34. e3e64d8 start with particles 2nd attempt (doesnt work yet) by 7kasper · 6 years ago
  35. 1aff837 Add painting remaps for legacy versions by MrPowerGamerBR · 6 years ago
  36. 4d706b0 Implement 1.13 packets to make server accept 1.13 clients by Shevchik · 6 years ago
  37. d1ac4db Improve legacy block/item iddata mappings by Shevchik · 6 years ago
  38. 3c12de2 Get material ids from server instead of storing them in files by Shevchik · 6 years ago
  39. c76e7ce Update item remap list due to Bukkit API changes by MrPowerGamerBR · 6 years ago
  40. a9de8f2 Partially update to 1.13. by Shevchik · 6 years ago
  41. 507cbc1 Fix entity rotation update check by Shevchik · 6 years ago
  42. 85258f2 Print what exactly went wrong by Shevchik · 6 years ago
  43. 3b58619 Fix vehicle passengers middle packet transform in case of instant by Shevchik · 6 years ago
  44. 4e9a924 Cleanup some issues pointed out by sonarcube by Shevchik · 6 years ago
  45. 0c5b7eb Fix map color diff by Shevchik · 6 years ago
  46. 3dbc0d3 Recycle packet reorderers packets by Shevchik · 6 years ago
  47. 5acda8b Properly emulate levitation for older clients Server already calculates by Shevchik · 7 years ago
  48. 9aa96a5 Fix entity tracking error (position was only updated on x move). This is by Shevchik · 7 years ago
  49. 87d124d Bring back last locaiton tracking by Shevchik · 7 years ago
  50. d46d708 For now also send additional entity rotation packet for other players by Shevchik · 7 years ago
  51. 3a7a5d9 Forgot to add new entities to cache by Shevchik · 7 years ago
  52. 3d9b6b3 NetworkEntityType for painting and global by Shevchik · 7 years ago
  53. 371c3e4 Only process mount if entity exists for legacy versions by Shevchik · 7 years ago
  54. c686102 Adjust position for all minecart types and also for boat by Shevchik · 7 years ago
  55. e773655 Clamp player entity names to 16 symbols for < 1.8 by Shevchik · 7 years ago
  56. 8591072 Move chat serializers to protocol.utils package by Shevchik · 7 years ago
  57. 8c730f1 Make entity tracker compatible with paper by Shevchik · 7 years ago
  58. 56babca Fix tracker by Shevchik · 7 years ago
  59. 37a1d27 Player list handling improvements by Shevchik · 7 years ago
  60. 6b59ccf Cached map backed by instanceof chain instead of a raw instanceof chain. by Shevchik · 7 years ago
  61. 3e9b2bf Override spigot entity tracker to always send full position update for by Shevchik · 7 years ago
  62. f16c3ab Improve reload command blocker by Shevchik · 7 years ago
  63. 8019ab3 javadocs by Shevchik · 7 years ago
  64. 9fced24 Deprecate and remove effect remapper control by Shevchik · 7 years ago
  65. 4d13b42 Cleanup by Shevchik · 7 years ago
  66. 3362a0f Refactor api for changing player profile. by Shevchik · 7 years ago
  67. 5f0f0a8 Format by Shevchik · 7 years ago
  68. a133c91 Merge pull request #818 from EntryPointKR/pr2 by Shevchik · 7 years ago
  69. 0dfa792 Apply change request by entry · 7 years ago
  70. 1110019 Merge pull request #816 from EntryPointKR/pr by Shevchik · 7 years ago
  71. 3b107bf Remove old condition by entry · 7 years ago
  72. 0efee46 Fix minecart issue by entry · 7 years ago
  73. f46e338 Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git by Shevchik · 7 years ago
  74. f282a6d Additions to packet api by Shevchik · 7 years ago
  75. ac9eca3 Edit to version check by entry · 7 years ago
  76. 3cda5b7 Particle count make to <= 1 by entry · 7 years ago
  77. b9a370a Merge pull request #815 from EntryPointKR/pr2 by Shevchik · 7 years ago
  78. d41acc7 Merge pull request #814 from EntryPointKR/pr by 7kasper · 7 years ago
  79. 6e50c5e Add hit sound remap entry by entry · 7 years ago
  80. 4ac5f5e Use Utils::clampString by entry · 7 years ago
  81. 28b00e0 Add condition by entry · 7 years ago
  82. cb853bb Sound name size make to <= 32 by entry · 7 years ago
  83. 6844b6c Update player list ping for legacy clients too. by Shevchik · 7 years ago
  84. 7d40359 Add ping updates for pre-1.8 clients by MrPowerGamerBR · 7 years ago
  85. 98ded2c Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git by Shevchik · 7 years ago
  86. ed243b7 Actually fix null equals by Shevchik · 7 years ago
  87. f97ac0f Fix compare with null by Shevchik · 7 years ago
  88. fe06058 Add profile properties management to PlayerLoginFinishEvent by Shevchik · 7 years ago
  89. f119852 Deprecate PlayerPropertiesResolveEvent by Shevchik · 7 years ago
  90. c017932 Merge pull request #798 from ProtocolSupport/editorconfig by 7kasper · 7 years ago
  91. 90f6060 Add editor config by 7kasper · 7 years ago
  92. 1927a40 Always set opened window type, because the packet will be received later by Shevchik · 7 years ago
  93. 59a4872 Always schedule packet send/receive task by Shevchik · 7 years ago
  94. e7d7672 Remove no longer used argument by Shevchik · 7 years ago
  95. 4417457 Improve < 1.3.1 ping handling by Shevchik · 7 years ago
  96. fce2ddf Fix format argument by Shevchik · 7 years ago
  97. e9f53e7 Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git by Shevchik · 7 years ago
  98. 1a3c978 Rename some packets to match their meaning and stop name clash with by Shevchik · 7 years ago
  99. b4ce0fd Merge pull request #796 from games647/jitpack by Shevchik · 7 years ago
  100. 0dbb058 Init status listener class on load by Shevchik · 7 years ago