1. db935b4 Make the Metadata types version based and remove the NoGravity tag init since it doesn't seem needed. by Matsv · 8 years ago
  2. c207a9b Count other worlds as nether instead of imploding. by Myles · 8 years ago
  3. f5bd041 Fix PacketListenerAPI load to be before Via, fixes #463. Tested with NickNamer by Myles · 8 years ago
  4. 07d89b2 Custom reload message #459 by Myles · 8 years ago
  5. 1d0c0c5 Snapshot by Myles · 8 years ago
  6. 7a9cb86 0.9.7 release by Myles · 8 years ago 0.9.7
  7. 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
  8. d164e41 Snapshot by Myles · 8 years ago
  9. 76d7db0 Version bump + small dead code fix by Myles · 8 years ago 0.9.6
  10. 046ebb8 Fix chunk bug by Myles · 8 years ago
  11. bccde04 Back to snapshot by Myles · 8 years ago
  12. 9385f03 Bump version and tiny bit of formatting fix by Myles · 8 years ago 0.9.5
  13. b48fc17 Transform block 36 for 1.9.2 reading, and also use PartialType. by Myles · 8 years ago
  14. b50d007 PacketWrapper allow returning of ChannelFuture with send, and fix blocked protocols disconnect. by Myles · 8 years ago
  15. 84d006c Merge branch 'lenis-patch' by Myles · 8 years ago
  16. 212da9c Fix resetReader being wrong, ty @Matsv for helping solve this by Myles · 8 years ago
  17. 8edb704 Code cleanup and implement index fix by @Matsv by Myles · 8 years ago
  18. abe3c4b Identify unsigned byte properly by Myles · 8 years ago
  19. c6d3c97 Fix clearing of wrapper by Myles · 8 years ago
  20. 13c6a9d Change getBlockId to get instead of indexOf by Matsv · 8 years ago
  21. 7d2ef74 Fix stupidity, thanks @Pokechu22 <3 by Myles · 8 years ago
  22. 598d0f9 Not sure if i'm working forward or backwards on this, but pushing for progress by Myles · 8 years ago
  23. cbc2292 Set default force-sign-transformer to false by Matsv · 8 years ago
  24. 49783d3 Add link to docs. by Myles · 8 years ago
  25. 70d91b4 Blocked versions now included when server sends supported versions, javadoc fixes & simple colour for blocked-msg. by Myles · 8 years ago
  26. 17f3d13 Fix #450, ProtocolSupport concurrency issues, also make listwrapper sync'd by Myles · 8 years ago
  27. 559674b Merge branch 'master' of https://github.com/MylesIsCool/ViaVersion by Myles · 8 years ago
  28. fbc298b Add some more detail to the config by Myles · 8 years ago
  29. e36902c Add possibility to block specific protocol versions by Matsv · 8 years ago
  30. 805c789 Port all the clients to prevent issues like ViaVersions BossBarAPI not working for clients on the same protocol. (If you use the api on a 1.9> server) by Matsv · 8 years ago
  31. 85e4161 Let the transformer handle the signs (#456) by Mats · 8 years ago
  32. b55c0d0 Possibility to force the json transformer (#455) by Mats · 8 years ago
  33. 33b4b38 Update Contributors and version in README by Myles · 8 years ago
  34. 8ccd772 Change the formatting a bit. merged #421 by Matsv · 8 years ago
  35. 8677c63 Merge remote-tracking branch 'jor/potion' into upmaster by Matsv · 8 years ago
  36. 560476c Should fix #452 by Myles · 8 years ago
  37. 20bbe7c Support 1.9.2 servers by lenis0012 · 8 years ago
  38. 1a00248 Move back to snapshot, oops by Myles · 8 years ago
  39. 26fcdfe Allow ability to replace piston extension block to prevent crashing. by Myles · 8 years ago
  40. 4af98b2 Fix piston tile entity crash (#443) by Mats · 8 years ago
  41. f91fcb4 Bump version by Myles · 8 years ago 0.9.4
  42. b3060e0 Start work on 1.9.2 chunk stuff, no where near done bit stuck on detecting skylight. by Myles · 8 years ago
  43. 808a9a7 Small PPS change to allow %pps to be used as a placeholder. by Myles · 8 years ago
  44. 32c43e6 Fix chunks not being written and array type being weird. by Myles · 8 years ago
  45. 4c9c50f WIP: Move the TileEntities writer to the 1.9 transformer. by Matsv · 8 years ago
  46. ac1b353 Remove not required tags, and remove tested todo's by Matsv · 8 years ago
  47. b743589 This works but lags, only for 1.8 server. by Myles · 8 years ago
  48. 9dad0a0 Fix the arrays by Myles · 8 years ago
  49. f5b49bc Experimental implementation for block entities into chunks by Matsv · 8 years ago
  50. b3612a6 Merge branch '1.10.1-chunkrefactor' of https://github.com/MylesIsCool/ViaVersion into 1.10.1 by Matsv · 8 years ago
  51. 7385db0 Reorganise packages and push initial interface by Myles · 8 years ago
  52. 501d2ec Rewrite block tile entities. Not tested yet by Matsv · 8 years ago
  53. 1217a9b Make versions ordered by the index inserted. (Seems to work best over alphabetical) by Myles · 8 years ago
  54. 6740c5c Spring cleaning & make /viaver pps say when no players. by Myles · 8 years ago
  55. 44e8056 Add more versions & use ProtocolSupport API if not ported. by Myles · 8 years ago
  56. d1da412 Disable our system when an unknown handshake happens, fixes support for older mc versions. by Myles · 8 years ago
  57. 6534a54 Basic compatibility with ProtocolSupport, doesn't seem to work with 1.6.4 due to issues with our Login Handler. by Myles · 8 years ago
  58. 91344a0 Cleanup some of the block placement code. by Myles · 8 years ago
  59. cdd9ff4 Back to snapshot by Myles · 8 years ago
  60. d88b76d Merge branch 'master' of https://github.com/MylesIsCool/ViaVersion by Myles · 8 years ago
  61. bc1d578 Bump version by Myles · 8 years ago 0.9.3
  62. 27d6c12 Added TacoSpigot to the block place fix. (#437) by Troy Frew · 8 years ago
  63. a76dd1b Merge pull request #427 from Harry5573/master by Mats · 8 years ago
  64. 1a4388b Convert the Elytra sound properly they added in 1.9.2. Fix #430 (#432) by Mats · 8 years ago
  65. f1b81f7 Use Myles new Magic transformer for the ArmorListener (#429) by Mats · 8 years ago
  66. d6edec3 Allow packets to be transformed after sent by specifying the current protocol, woo! by Myles · 8 years ago
  67. 094f4c6 Correct hologram Y offset by Harry · 8 years ago
  68. c57d0f6 Change to DEV version by Matsv · 8 years ago
  69. dd5cd1c Remove experimental message from readme by Matsv · 8 years ago
  70. ab4a565 Update README.md (#426) by joserobjr · 8 years ago
  71. f8ac54e Fix splash potion crash. by Myles · 8 years ago 0.9.2
  72. 089e07f Changes the random chest sounds to normal chest. (#424) by joserobjr · 8 years ago
  73. 1d3b8f8 Update names from 'snapshot' to '1.10' (#422) by yzimroni · 8 years ago
  74. 27283e4 Bump the version to avoid bad downloads. by Myles · 8 years ago 0.9.1
  75. d22584a Bye bungee we will not miss you, you eat our memory by Matsv · 8 years ago
  76. 249ab01 Rename package by Matsv · 8 years ago
  77. 851097d Rename package by Matsv · 8 years ago
  78. c095a51f 1.10 support and version bump by Matsv · 8 years ago 0.9.0
  79. 5e62b70 Merge branch 'master' of https://github.com/MylesIsCool/ViaVersion into 1.10 by Matsv · 8 years ago
  80. a79533b Fixed uncraftable potion conversions from 1.8 to 1.9 by joserobjr · 8 years ago
  81. e3510d0 Fixes potion data conversion from 1.8 to 1.9 by joserobjr · 8 years ago
  82. 8cc4ba1 Patch EchoPet wrong metadata value (#419) by Mats · 8 years ago
  83. 264a21d Merge branch 'master' of https://github.com/MylesIsCool/ViaVersion into 1.10 by Matsv · 8 years ago
  84. e2585db Make the main class cleaner by giving the config his own class (#418) by Mats · 8 years ago
  85. a2f7a52 Support for 1.10-pre2 by Matsv · 8 years ago
  86. d041212 Modify the config comments to & 1.10 by Matsv · 8 years ago
  87. 95517ad Merge branch 'master' of https://github.com/MylesIsCool/ViaVersion into 1.10 by Matsv · 8 years ago
  88. c9441de Change from info to severe by Matsv · 8 years ago
  89. dc946cb An amazing feature. by Matsv · 8 years ago
  90. 5fa30d9 Merge branch 'master' into 1.10 by Myles · 8 years ago
  91. a704342 Support ProtocolLib + late-bind, also it now tells you the plugin to blame if it goes wrong. How nice! by Myles · 8 years ago
  92. e1b3d21 Woops, the sounds were still broken. Now it should be fixed. no lies this time by Matsv · 8 years ago
  93. 8ffc056 Cleanup and change class/package names from 1.9.3 by Matsv · 8 years ago
  94. 7c274fb Handle new sounds by Matsv · 8 years ago
  95. 3b533b5 Compatibility with 1.10-pre1 (number 2, git didn't push everything for some reason) by Matsv · 8 years ago
  96. 5665510 Compatibility with 1.10-pre1 by Matsv · 8 years ago
  97. 47faa21 Add latest build to readme & auto-build test by Matsv · 8 years ago
  98. 575f457 0.8.5 SNAPSHOT by Myles · 8 years ago
  99. d5bf790 Sync with master by Matsv · 8 years ago 0.8.4
  100. fdf90b7 0.8.4 Release by Myles · 8 years ago