1. 30d477c Add Bulk Chunks, need to do full packet reading as a fallback though by Myles · 8 years ago
  2. d3f5ebd Update TODO by Myles · 8 years ago
  3. 4b94c8a Map all entity and object ids / parents and fix metadata searcher by Matsv · 8 years ago
  4. 7a7c3f1 Add required provider for movement (for reflection caching) by Myles · 8 years ago
  5. 52610f7 Use HandItemProvider for 1.8 hand items by Myles · 8 years ago
  6. 84ee441 Use generics for bossbars by Matsv · 8 years ago
  7. 49d51de Start moving listeners away by Myles · 8 years ago
  8. 848b0cf Make ViaCommandSender better, fix quite a few of the commands. by Myles · 8 years ago
  9. c4ffdc1 Migrate to our own types + use ids instead of materials by Myles · 8 years ago
  10. 49b6029 Migrate Environment to our own type (todo javadocs for it) by Myles · 8 years ago
  11. 05930ad Add ViaManager and abstraction / Add todo list by Myles · 8 years ago
  12. e7ab232 Merge branch 'master' of https://github.com/MylesIsCool/ViaVersion into modular by Matsv · 8 years ago
  13. 1a6b98d Cancel second-hand packets to prevent double interact Fix #502 by Matsv · 8 years ago
  14. 598863d Add onCommand and onTabComplete to the interface by Matsv · 8 years ago
  15. b146257 Abstract the BossBar for multi-platform support by Matsv · 8 years ago
  16. dc01fb5 Doesn't compile but start work towards seperating into modules... (with legacy support hopefully for basic API) by Myles · 8 years ago
  17. 58ed2c0 Merge branch 'master' into 1.11-DEV by Myles · 8 years ago
  18. 3762a9d Actually fix #500, mode changed to VarIntEnum at 1.8->1.9 but we never changed it. by Matsv · 8 years ago
  19. 5a88963 Fix #500 by Matsv · 8 years ago
  20. 1b69243 Update README.md (#498) by Nick · 8 years ago
  21. 3e2a391 Looks like Intellij didn't commit the 16w38a changes by Matsv · 8 years ago
  22. a330d2b Compatibility for 16w38a and sync with master by Matsv · 8 years ago
  23. 573f769 Update Bungee.java (#494) by Nick · 8 years ago
  24. 9de4917 Add Matsv to authors by Myles · 8 years ago
  25. e6220f3 Support for 16w36a by Mats · 8 years ago
  26. 8f656d9 Fix ListWrapper, I'm not even sure why I did this... but hey! by Myles · 8 years ago
  27. 15bcf3f Support for 16w35a by Matsv · 8 years ago
  28. 536e2e3 Update Description & Don't use BungeeCord ChatColor by Myles · 8 years ago
  29. ae58f0c Update the issue template by Mats · 8 years ago
  30. 7d9cd5b We're gonna use 0.9.10 until 1.11 release which we'll use 1.0.0 by Myles · 8 years ago
  31. 25a7915 0.9.9 Version by Myles · 8 years ago 0.9.9
  32. 822d582 Deprecate isPorted, we port all players use getPlayerVersion instead. by Myles · 8 years ago
  33. d815c0e Merge branch 'master' of https://github.com/MylesIsCool/ViaVersion into 1.11-DEV by Matsv · 8 years ago
  34. f8a73d5 Merge branch 'master' of https://github.com/Matsv/ViaVersion into upmaster by Matsv · 8 years ago
  35. a0ad979 Add the configuration to the dump command, also add a toString method to the ProtocolVersion class. by Matsv · 8 years ago
  36. 6ea5d08 Missed a bit off the README by Myles · 8 years ago
  37. eba512e Update README with IRC by Myles · 8 years ago
  38. 725ab0f Merge branch 'master' of https://github.com/MylesIsCool/ViaVersion into 1.11-DEV by Matsv · 8 years ago
  39. 0f96c24 Merge branch 'master' of https://github.com/Matsv/ViaVersion into dumpthemall by Matsv · 8 years ago
  40. f2e4c37 Add ViaVersion dump command to get all the relevant info we need by bug reports. by Matsv · 8 years ago
  41. f159a22 SemVer compatibility, also change up the messages a bit. by Myles · 8 years ago
  42. ed311e4 Clean up some messages to be more understandable. by Myles · 8 years ago
  43. 6aae98a typo (#485) by AlfieC · 8 years ago
  44. 99f9cf3 Support for 16w33a by Matsv · 8 years ago
  45. 2074039 Merge branch '1.11-DEV' of https://github.com/MylesIsCool/ViaVersion into 1.11-DEV by Matsv · 8 years ago
  46. b438ff6 Support for 16w32b by Matsv · 8 years ago
  47. c36e43b Remove unused imports by Myles · 8 years ago
  48. be383a5 Woops, remove ; by Matsv · 8 years ago
  49. 9c6cd22 Gotta catch them all by Matsv · 8 years ago
  50. 85de7c3 Fix metadata :) by Myles · 8 years ago
  51. 0dd8c33 Handle villager profession by Matsv · 8 years ago
  52. 8cc2538 Push type converting to new entity types. by Myles · 8 years ago
  53. 04d87eb Merge branch '1.11-DEV' of https://github.com/MylesIsCool/ViaVersion into 1.11-DEV by Matsv · 8 years ago
  54. 8c4b5b6 Fix spawneggs by Matsv · 8 years ago
  55. 6add512 Start work on Remapping Types by Myles · 8 years ago
  56. 73b8a2f Start support for entity type id tracking by Myles · 8 years ago
  57. 03cc48c Use constant of 1 for collect, (Tested). by Myles · 8 years ago
  58. 4454492 map packet changes. by Matsv · 8 years ago
  59. 7cadf83 Preparations for the snapshot. by Matsv · 8 years ago
  60. 0f3daa5 Merge branch 'chunkFix' of https://github.com/Matsv/ViaVersion into upmaster by Matsv · 8 years ago
  61. f258cf8 Stop depending on versions for the ChunkTypes. fix cast exceptions by using a ChunkType in front of it. by Matsv · 8 years ago
  62. ca759c0 Add some missing sounds by Matsv · 8 years ago
  63. d715607 Implement 1_8 writing by Matsv · 8 years ago
  64. afca92d update requests to use /v2 (#479) by inventivetalent · 8 years ago
  65. ae37b34 Snapshot by Myles · 8 years ago
  66. 9e42a36 Merge branch 'master' of https://github.com/MylesIsCool/ViaVersion by Myles · 8 years ago 0.9.8
  67. 27982ef Bump version to 0.9.8 by Myles · 8 years ago
  68. c3b343f Allow non-solid blocks to be placed at feet (#472) by Mason · 8 years ago
  69. 9bedb6c Move some classes to other packages by Matsv · 8 years ago
  70. 873f4dd Give it some protection by Matsv · 8 years ago
  71. 6939906 Rename the Meta(List)1_9_1_10Type to Metadata(List)1_9Type and cleanup the listeners by Matsv · 8 years ago
  72. b2680d7 WIP cleanup by Matsv · 8 years ago
  73. db935b4 Make the Metadata types version based and remove the NoGravity tag init since it doesn't seem needed. by Matsv · 8 years ago
  74. c207a9b Count other worlds as nether instead of imploding. by Myles · 8 years ago
  75. f5bd041 Fix PacketListenerAPI load to be before Via, fixes #463. Tested with NickNamer by Myles · 8 years ago
  76. 07d89b2 Custom reload message #459 by Myles · 8 years ago
  77. 1d0c0c5 Snapshot by Myles · 8 years ago
  78. 7a9cb86 0.9.7 release by Myles · 8 years ago 0.9.7
  79. 87b1919 Let the normal send go through the event loop. Fix signs are sent before the chunks on a 1.9.4 server with a 1.9-1.9.2 client (#460) by Myles · 8 years ago
  80. d164e41 Snapshot by Myles · 8 years ago
  81. 76d7db0 Version bump + small dead code fix by Myles · 8 years ago 0.9.6
  82. 046ebb8 Fix chunk bug by Myles · 8 years ago
  83. bccde04 Back to snapshot by Myles · 8 years ago
  84. 9385f03 Bump version and tiny bit of formatting fix by Myles · 8 years ago 0.9.5
  85. b48fc17 Transform block 36 for 1.9.2 reading, and also use PartialType. by Myles · 8 years ago
  86. b50d007 PacketWrapper allow returning of ChannelFuture with send, and fix blocked protocols disconnect. by Myles · 8 years ago
  87. 84d006c Merge branch 'lenis-patch' by Myles · 8 years ago
  88. 212da9c Fix resetReader being wrong, ty @Matsv for helping solve this by Myles · 8 years ago
  89. 8edb704 Code cleanup and implement index fix by @Matsv by Myles · 8 years ago
  90. abe3c4b Identify unsigned byte properly by Myles · 8 years ago
  91. c6d3c97 Fix clearing of wrapper by Myles · 8 years ago
  92. 13c6a9d Change getBlockId to get instead of indexOf by Matsv · 8 years ago
  93. 7d2ef74 Fix stupidity, thanks @Pokechu22 <3 by Myles · 8 years ago
  94. 598d0f9 Not sure if i'm working forward or backwards on this, but pushing for progress by Myles · 8 years ago
  95. cbc2292 Set default force-sign-transformer to false by Matsv · 8 years ago
  96. 49783d3 Add link to docs. by Myles · 8 years ago
  97. 70d91b4 Blocked versions now included when server sends supported versions, javadoc fixes & simple colour for blocked-msg. by Myles · 8 years ago
  98. 17f3d13 Fix #450, ProtocolSupport concurrency issues, also make listwrapper sync'd by Myles · 8 years ago
  99. 559674b Merge branch 'master' of https://github.com/MylesIsCool/ViaVersion by Myles · 8 years ago
  100. fbc298b Add some more detail to the config by Myles · 8 years ago