1. 7eab459 Fix missing setFlatBlock by creeper123123321 · 7 years ago
  2. 5801cd1 Merge pull request #816 from creeper123123321/dev by Mats · 7 years ago
  3. 6bb0f21 thinking that i fixed by creeper123123321 · 7 years ago
  4. 15f6739 Merge pull request #815 from creeper123123321/dev by Mats · 7 years ago
  5. 6571c42 shield mapping by creeper123123321 · 7 years ago
  6. 851fa4c Handle packet 'Recipe Book Data' changes (ignore for now) by Matsv · 7 years ago
  7. 39dea80 todo by creeper123123321 · 7 years ago
  8. c102ca7 shield, damageable, map item rewriting by creeper123123321 · 7 years ago
  9. 9fe187c Fix block and item rewriting by creeper123123321 · 7 years ago
  10. f56971e Remove debug code by Matsv · 7 years ago
  11. fbaaa78 Transform FallingBlock to the new block format by Matsv · 7 years ago
  12. acb960b Transform Minecart metadata (9) to the new block format by Matsv · 7 years ago
  13. 0ada249 Handle new Zombie metatag & change reset color to 21 (as documented on wiki.vg) by Matsv · 7 years ago
  14. b7ca30e Fix crash on scoreboard deletion by Matsv · 7 years ago
  15. db57916 Handle PacketMultiBlockChange correctly by Matsv · 7 years ago
  16. 4f3074e Correct x, z for BlockStorage by Matsv · 7 years ago
  17. a6af99f Handle dog color changes by Matsv · 7 years ago
  18. d6df484 Cleanup Entity1_13Types by Matsv · 7 years ago
  19. 7a01376 Generate Entity1_13Types by Matsv · 7 years ago
  20. 2fb9533 Auto-generate entity id changes to prepare for PAaaS EnityTypes generation by Matsv · 7 years ago
  21. 66a4d7c Merge pull request #812 from creeper123123321/dev by Mats · 7 years ago
  22. c66c277 grass path by creeper123123321 · 7 years ago
  23. 98a731e 18w11a sounds by creeper123123321 · 7 years ago
  24. 74cb0d5 18w11a mappings by creeper123123321 · 7 years ago
  25. 478812d Merge pull request #2 from MylesIsCool/dev by creeper123123321 · 7 years ago
  26. e759fbb Pull @creeper123123321 's work and bump to 18w11a! by Matsv · 7 years ago
  27. c24485b 18w10d - todo entities by creeper123123321 · 7 years ago
  28. 8eae83f 18w09a by creeper123123321 · 7 years ago
  29. 0949569 18w09a by creeper123123321 · 7 years ago
  30. 14a8616 18w08b trying to not crash by creeper123123321 · 7 years ago
  31. f59f178 Merge pull request #1 from MylesIsCool/master by creeper123123321 · 7 years ago
  32. 6498c01 18w08b trying entity rewrite^2 by creeper123123321 · 7 years ago
  33. 909bbc4 18w08b trying entity rewrite but didn't worked by creeper123123321 · 7 years ago
  34. ce326e2 18w08b trying entity rewrite but didn't worked by creeper123123321 · 7 years ago
  35. 4de081e 18w08a sound rewrite by creeper123123321 · 7 years ago
  36. 8848758 todo by creeper123123321 · 7 years ago
  37. 326c6cb 18w07c - Fix skull handler by creeper123123321 · 7 years ago
  38. 4e4b35b 18w07c - Fix skull handler by creeper123123321 · 7 years ago
  39. d7caf2a 18w07c - Handlers by creeper123123321 · 7 years ago
  40. 700f0c2 18w07c - Fix some inventory issues + mappings, thanks Gerrygames by creeper123123321 · 7 years ago
  41. 00dedaa 18w07c - Fix some inventory issues + mappings, thanks Gerrygames by creeper123123321 · 7 years ago
  42. 34cba80 18w07c* - MISSING MAPPINGS by creeper123123321 · 7 years ago
  43. 172ac19 18w07b - MISSING MAPPINGS by mmxw11 · 7 years ago
  44. 05617a9 Merge pull request #802 from mmxw11/master by Myles · 7 years ago
  45. c46bdcf Fix inventory handling by mmxw11 · 7 years ago
  46. f739060 Update Lombok by mmxw11 · 7 years ago
  47. b9e4466 Update protocol to 18w03b by Matsv · 7 years ago
  48. be4af60 Merge branches 'dev' and 'master' of https://github.com/MylesIsCool/ViaVersion into dev by Matsv · 7 years ago
  49. 721297b Correct runRepeatingSync order by Matsv · 7 years ago
  50. 9ff20f3 18w02a by Matsv · 7 years ago
  51. 566c9db Remove debug message by Matsv · 7 years ago
  52. ff5bb8a Handle new Pumpkin Carve sound & handle new StopSound packet by Matsv · 7 years ago
  53. 195b89f Change Sun's NotImplementedException to UnsupportedOperationException by Matsv · 7 years ago
  54. 012aac9 Handle changed block entities. Fixes banners,beds & flowerpots by Matsv · 7 years ago
  55. ba70dae Handle team packet changes by Matsv · 7 years ago
  56. c43e702 Cancel the packet that caused non x character crash for now & check for empty custom names by Matsv · 7 years ago
  57. 9dfbe3b Read FlatItem correctly & fix incoming Item type by Matsv · 7 years ago
  58. 444eabc Handle metadata correctly, implement new MetaTypes & bump protocol to 18w01a (non-stable) by Matsv · 7 years ago
  59. ede4fa5 Rewrite BlockId, cancel changed packets, rewrite metadata even if type not found by Myles · 7 years ago
  60. cc4ae6e Bump to 17w50a (no stable). by Matsv · 7 years ago
  61. 0a37031 Correctly convert between ITEM -> FLAT_ITEM by Myles · 7 years ago
  62. bd9096e Flat item should only write NBT when id != 0 by Myles · 7 years ago
  63. 246dc34 Fix tab completion not completing mid-word, also makes code simpler by Myles · 7 years ago
  64. f900293 Recipe packets are fine, remap scoreboard objectives by Myles · 7 years ago
  65. 18dc323 Named Sound Effect has no changes (apart from id changes) by Myles · 7 years ago
  66. a948503 Better tab support (handle spacing properly) by Myles · 7 years ago
  67. 616c947 Better fallback for block mismatch by Myles · 7 years ago
  68. 77dc403 Implement tab complete for the snapshot by Myles · 7 years ago
  69. 6fd1ee2 Implement item conversation so it will map back properly by Myles · 7 years ago
  70. 19eb478 [WIP] 17w49a Basic block + item support (inventory transactions are broken / some issues with wrong block) by Myles · 7 years ago
  71. 54540fb Merge branch 'master' into dev by Myles · 7 years ago
  72. 5a74e12 Change 'quick-move-action-fix' to default disabled. by Myles · 7 years ago
  73. 12c21c9 Add a few extra null checks into ProtocolDetectorService by Myles · 7 years ago
  74. 6183689 Update to 17w45b by Myles · 7 years ago
  75. 5f36302 Base 17w45a update (missing areaeffectcloud remap) by Myles · 7 years ago
  76. 1b9bf4b 16w43b by Matsv · 7 years ago
  77. 9b9cdf8 Support for 17w43a by Matsv · 7 years ago
  78. ab1a586 Merge pull request #765 from Pokechu22/mc-111054 by Myles · 7 years ago
  79. 030a3fe Backport fix for MC-111054 by Pokechu22 · 7 years ago
  80. fd01b9a Don't display achievement broadcasts to 1.12+ #757 by Myles · 7 years ago
  81. 11be597 Torch support for paper patch #758 by Myles · 7 years ago
  82. 875e5d7 Merge pull request #754 from mmxw11/master by Myles · 7 years ago
  83. e372a56 Refactor code to make field / class names better by Myles · 7 years ago
  84. 471f1ae Try make it compile with Travis... by mmxw11 · 7 years ago
  85. a27808a Add config for quick move action patch by mmxw11 · 7 years ago
  86. 2703e84 Increase the waiting time by mmxw11 · 7 years ago
  87. d57ef2b Fix inv provider not working on 1.8 servers by mmxw11 · 7 years ago
  88. 5a7626f Merge pull request #1 from mmxw11/dev by mmxw11 · 7 years ago
  89. 1c4e005 Finish inventory provider by mmxw11 · 7 years ago
  90. b3d3921 Support item provider on a 1.8 server by mmxw11 · 7 years ago
  91. 976c418 Start implementing inv update task by mmxw11 · 7 years ago
  92. b266912 More work on the inv provider by mmxw11 · 7 years ago
  93. 343e316 Make InvContainerItemProvider by mmxw11 · 7 years ago
  94. ce219e2 Check the right type by mmxw11 · 7 years ago
  95. 358267d Merge pull request #752 from mmxw11/master by Myles · 7 years ago
  96. 786788a Oops forgot to remove the note by mmxw11 · 7 years ago
  97. 49b20e3 Properly format book data by mmxw11 · 7 years ago
  98. 3f5362a 1.12.2 Support by Myles · 7 years ago
  99. c7c61df Minecraft 1.12.2 Pre-release 1 Support by Myles · 7 years ago
  100. 298835b Move config to assets/viaversion & refactor Config by Myles · 7 years ago