1. 1c9654a Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git by Shevchik · 6 years ago
  2. d69e9cc Add missing LARGE_FERN remap by Shevchik · 6 years ago
  3. bd0c87f Merge pull request #1054 from magicus/magicus-fix-whitespace by Shevchik · 6 years ago
  4. 9b8d8ae Fix some minor whitespace issues. by Magnus Ihse Bursie · 6 years ago
  5. e1bb539 Preload ChatAPI by Shevchik · 6 years ago
  6. e118786 Fix tile entity remapping that requires blockdata by Shevchik · 6 years ago
  7. 378fd74 Fix banner pattern color codes for < 1.13 by Shevchik · 6 years ago
  8. 70c1cdf Fix shift double click in inventory by Shevchik · 6 years ago
  9. d40305a Improve window set slot remap by Shevchik · 6 years ago
  10. 9991790 Always remove invalid modifiers and append l: for legacy channel names. by Shevchik · 6 years ago
  11. 7804278 Remove invalid scoreboard warnings. by Shevchik · 6 years ago
  12. 895f839 Fix inventory desync caused by wrong window validation by Shevchik · 6 years ago
  13. 375f403 Fix scoreboard team and objective remove by Shevchik · 6 years ago
  14. 3cde12a Always call ChunkTransformer::loadData by Shevchik · 6 years ago
  15. b4f38be setting block data shouldn't create new tile data cache chunk entry by Shevchik · 6 years ago
  16. 5c026d9 Filter invalid scoreboard team packets too by Shevchik · 6 years ago
  17. a6aa616 Use equals here too by Shevchik · 6 years ago
  18. 7f2a2d8 Boolean.TRUE.equals() to avoid npe by Shevchik · 6 years ago
  19. 38f4dc6 Revert "Use equals just in case" by Shevchik · 6 years ago
  20. 462b447 Filter invalid scoreboard objectives. by Shevchik · 6 years ago
  21. ab9aaaf Skip inventory updates for invalid window id by Shevchik · 6 years ago
  22. 2c6165d Use equals just in case by Shevchik · 6 years ago
  23. 213080f Remap flattening block id too by Shevchik · 6 years ago
  24. 491a02e Fix mob spawner remap by Shevchik · 6 years ago
  25. 884bd2c Thunderbolt has a bukkit entity type. Also only use real network entity by Shevchik · 6 years ago
  26. c83fc00 Remap piston tile entity by Shevchik · 6 years ago
  27. 9985533 Wrapped stack with fast getType and getAmount for ItemStackWriteEvent. by Shevchik · 6 years ago
  28. 94a4db3 Implement our own mojangson parser/serializer and use it. by Shevchik · 6 years ago
  29. acae9db Fix building on windows by Shevchik · 6 years ago
  30. 5588e22 Implement missing enderman entity metadata remap by Shevchik · 6 years ago
  31. f0bf6cf Profile should be final by Shevchik · 6 years ago
  32. 880c544 Make Profile thread-safe by Shevchik · 6 years ago
  33. 2d34397 Store version in middle packet too. Move opened window type getter to by Shevchik · 6 years ago
  34. e3cc83f Tile cache local coord is now a chunk blockindex with section index. by Shevchik · 6 years ago
  35. d4ced01 Split working with tile cache in chunk remapper to separate method by Shevchik · 6 years ago
  36. 0a6c348 Use helper methods in more places. Change some field names. by Shevchik · 6 years ago
  37. 8923c55 Get block remapping table once in entity metadata remappers too by Shevchik · 6 years ago
  38. 549d543 Make world event remapper store remapping table instead of getting it each time by Shevchik · 6 years ago
  39. f2ab16f Fix BlockAction by Shevchik · 6 years ago
  40. b299c1d Convert inventory title to legacy text for < 1.13. by Shevchik · 6 years ago
  41. f48adb2 Remove deprecated APIs by Shevchik · 6 years ago
  42. 52ae1dd Implement command block edit for all supported versions. by Shevchik · 6 years ago
  43. bfb2c17 Implement auto command block edit for 1.9-1.12.2 by Shevchik · 6 years ago
  44. 6ecf26c This shouldn't exist anymore by Shevchik · 6 years ago
  45. 130042c Remap spawn eggs by Shevchik · 6 years ago
  46. 2217571 Add missing @Preload for LegacyChatJson, also init the map on load. by Shevchik · 6 years ago
  47. a54b5c9 Fix reading particle datawatcher object by Shevchik · 6 years ago
  48. 0567da3 Fix naming item in anvil for < 1.8 by Shevchik · 6 years ago
  49. bc5495e Use actual legacy int id for water/thick/awkward/mundane potions by Shevchik · 6 years ago
  50. 4651517 Fix standing torch preflattening data by Shevchik · 6 years ago
  51. 250bac9 Remap dust particle data to offsets for < 1.13.2 by Shevchik · 6 years ago
  52. 4d6ecf3 Enum for scoreboard team mode by Shevchik · 6 years ago
  53. dc9fc5a Rewrite particle and particle remapper. by Shevchik · 6 years ago
  54. 614f495 Fix preflattening block iddata for acaia log and dark oak log by Shevchik · 6 years ago
  55. 6a4a18d Add missing wood and stripped wood items remap by Shevchik · 6 years ago
  56. 7b72b3e Add missing block and items remaps by Shevchik · 6 years ago
  57. f5cbb83 Book edit packets should use WRITABLE_BOOK by Shevchik · 6 years ago
  58. f8f667b Take into account windowId 0 properly for window items packets. Also use by Shevchik · 6 years ago
  59. 73866ea Cleanup tab complete code by Shevchik · 6 years ago
  60. 2aad055 Improve legacy chat text converter. Remove trailing color chars when by Shevchik · 6 years ago
  61. 123a696 Add noop lookat by Shevchik · 6 years ago
  62. 12d826d Separate read/write methods for strings. by Shevchik · 6 years ago
  63. 8b89ead Split itemstack serializer methods. by Shevchik · 6 years ago
  64. 6534746 Use annotation processor to generate a preload class list by Shevchik · 6 years ago
  65. 497c77d Remap prismarine bricks and dark prismarine by Shevchik · 6 years ago
  66. 7f98dfc Implement trade select for < 1.13 by Shevchik · 6 years ago
  67. 6c7dff6 Register banners manually in preflattening blockdata instead of mapping by Shevchik · 6 years ago
  68. 1676d6b Add noopstopsound for < 1.13 by Shevchik · 6 years ago
  69. 04ca3ff Remap quartz pillar by Shevchik · 6 years ago
  70. 099510d Update ISSUE_TEMPLATE.md by Shevchik · 6 years ago
  71. 90fe1db Fix and cleanup skulls remapping by Shevchik · 6 years ago
  72. a940c8a Fix entity animation remapping by Shevchik · 6 years ago
  73. e04680c Update spigot via running paperclip build and copying the file instead by Shevchik · 6 years ago
  74. 65dbae6 Fix entity tracker max tracking range by Shevchik · 6 years ago
  75. 390b587 Merge pull request #992 from ProtocolSupport/nms-changes by Shevchik · 6 years ago
  76. eef6516 Change to spigot-1.13.2-2.jar by MrPowerGamerBR · 6 years ago
  77. 4ca127e Updates due to Spigot's NMS changes by MrPowerGamerBR · 6 years ago
  78. 69ec137 Merge pull request #987 from magicus/magicus-rename-specate-typo by 7kasper · 6 years ago
  79. 2c905ba Fix typo "Specate" -> "Spectate". by Magnus Ihse Bursie · 6 years ago
  80. 44a3773 Merge pull request #983 from magicus/magicus-master-prepare-for-integ-middle-packet-create by 7kasper · 6 years ago
  81. bfc4da3 Refactor the MiddleBlocks to have a create() method, which is called by the constructor. by Magnus Ihse Bursie · 6 years ago
  82. 86c3ebc Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git by Shevchik · 6 years ago
  83. 3e51db8 Rethrow EOFSignal by Shevchik · 6 years ago
  84. 7f28c6f Add trapped_chest tile entity type for future remaps. by 7kasper · 6 years ago
  85. 5f4215a Update i18n by Shevchik · 6 years ago
  86. ca4d3ef Use ArrayMap for storing tile entity by blockdata remaps. by Shevchik · 6 years ago
  87. 8c2cec5 Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git by Shevchik · 6 years ago
  88. be89eaf Fix spoofed data parser init by Shevchik · 6 years ago
  89. 4345355 Merge pull request #963 from magicus/magicus-master-fix-spigot-mirror-again by 7kasper · 6 years ago
  90. 83dc26f Once more, update mirror. This time hopefully it will stay for a while. :-) by Magnus Ihse Bursie · 6 years ago
  91. c87c52c Merge pull request #960 from magicus/magicus-master-fix-findbugs-issue by 7kasper · 6 years ago
  92. 688ef28 Trivial FindBug fix that got lost in the splitup between master and mcpenew. by Magnus Ihse Bursie · 6 years ago
  93. 20575ca Other findbugs thingies. by 7kasper · 6 years ago
  94. a89cf54 Actual spigot link fix. by 7kasper · 6 years ago
  95. 9b0d3df Fix spigot link & Small findbugs thing. by 7kasper · 6 years ago
  96. 160ab2a Remap Iron Nugget to Gold Nugget for pre-1.11.1 clients by MrPowerGamerBR · 6 years ago
  97. dab4aa3 Remap banners. Improvide code for skulls remapping. by Shevchik · 6 years ago
  98. 2438ba4 Fix chunk and tile packets order by Shevchik · 6 years ago
  99. 3b4bf89 Merge pull request #934 from ProtocolSupport/tileblockdatacache by Shevchik · 6 years ago
  100. cb7375d Remove block from cache when block no longer needs blockdata for tile remapping. by Shevchik · 6 years ago